Changed NumberRange Structure to Tenant JSON Column
This commit is contained in:
42
numberRanges.json
Normal file
42
numberRanges.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"vendors": {
|
||||
"prefix": "",
|
||||
"suffix": "",
|
||||
"nextNumber": 1000
|
||||
},
|
||||
"customers": {
|
||||
"prefix": "",
|
||||
"suffix": "",
|
||||
"nextNumber": 1000
|
||||
},
|
||||
"products": {
|
||||
"prefix": "AT-",
|
||||
"suffix": "",
|
||||
"nextNumber": 1000
|
||||
},
|
||||
"quotes": {
|
||||
"prefix": "AN-",
|
||||
"suffix": "",
|
||||
"nextNumber": 1000
|
||||
},
|
||||
"confirmationOrders": {
|
||||
"prefix": "AB-",
|
||||
"suffix": "",
|
||||
"nextNumber": 1000
|
||||
},
|
||||
"invoices": {
|
||||
"prefix": "RE-",
|
||||
"suffix": "",
|
||||
"nextNumber": 1000
|
||||
},
|
||||
"spaces": {
|
||||
"prefix": "LP-",
|
||||
"suffix": "",
|
||||
"nextNumber": 1000
|
||||
},
|
||||
"inventoryitems": {
|
||||
"prefix": "IA-",
|
||||
"suffix": "",
|
||||
"nextNumber": 1000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user