first setup of pos transaction - add provider, user, organization information of pos to login
This commit is contained in:
@@ -34,7 +34,7 @@ class Device(BaseModel):
|
||||
device_identity = models.CharField(max_length=25, null=True)
|
||||
acceptor = models.CharField(max_length=50, null=True)
|
||||
terminal = models.CharField(max_length=50, null=True)
|
||||
serial = models.TextField(null=True)
|
||||
serial = models.TextField(null=True, unique=True)
|
||||
password = models.CharField(max_length=25, null=True)
|
||||
multi_device = models.BooleanField(default=False)
|
||||
server_in = models.BooleanField(default=False)
|
||||
|
||||
Reference in New Issue
Block a user