Screenshot:
- Sales module. The system is capable of managing sales transaction.
- Product module. The system is capable of managing product details such as product code, description, and price.
- Stock In module. The system is capable of receiving new stocks.
- Sales history module. The system is capable of generating sales filter by date.
The following are the tables and query:
- tblproduct (pcode, description, unit, price, qty)
- tblsales (id, transcode, pcode, price, qty, subtotal, sdate)
- tblstockin (id, pcode, qty, sdate)
- tbluser (username, password, name)
- qsales
- qstockin
Programming Language: C#
Database: MS Access
Defualt user account:
username: cashier
password: 1234pass
Click here to download the system