Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 725 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 725 Bytes

iPOS

iPOS is a python script that simulates a POS system when you run it in a CLI. It was built as part of a bigger inventory management and sales recording system.

The script contains sample data in a dictionary and two scripts: expired() and order().

Sample data

Check the expiry dates of the sample products in the sample data and change them if they have expired.

expired()

Checks if the item being sold is expired

order()

Processes the order; records sales and updates inventory.

Contact the Author

Reach me via: Email - Click to send mail Twitter @untamedthinking

License

MIT

Free Software, Hell Yeah!