pointonsoftware / pscore

C++ library for building your business software
GNU Affero General Public License v3.0
1 stars 2 forks source link

Create POS component #183

Open gbenziv opened 3 years ago

gbenziv commented 3 years ago

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.