add acceptor & terminal device to assignment - add phone to organization - set password for device when assignment

This commit is contained in:
2025-08-30 09:47:36 +03:30
parent 00edbeb847
commit 390f1afe74
4 changed files with 16 additions and 9 deletions

View File

@@ -5,4 +5,4 @@ from rest_framework import serializers
class DeviceSerializer(serializers.ModelSerializer):
class Meta:
model = pos_models.Device
fields = '__all__'
fields = '__all__'