POS must have access to the list of products.
POS must have access to the sales of the current cashier.
1.0.19.1.1. Total number of sales
1.0.19.1.2. Total amount of sales
For every transaction, we should deduct inventory and add a transaction
Shall autogenerate the Transaction ID based on the following convention: [StoreCode][7-digit-number]
Must store the last transaction number in the database and increment per transaction.
POS must have access to the list of products. POS must have access to the sales of the current cashier.
For every transaction, we should deduct inventory and add a transaction Shall autogenerate the Transaction ID based on the following convention: [StoreCode][7-digit-number] Must store the last transaction number in the database and increment per transaction.