SakuraMatrix / p0

0 stars 24 forks source link

Chris Jose - Project 0 #8

Open christopherjose opened 3 years ago

christopherjose commented 3 years ago

Project Summary My Project Zero is a simple Retail POS System intended for stores that sell and deliver products to guests. Examples include furniture and mattress retailers. Sales associates can use it to make customer profiles, schedule deliveries, add inventory to sales orders, construct sales invoices, and more. It is not intended to actually process payments (like a normal POS), but to record that those payments happened and their details, as well as other sales order details.

Current Status So far, I've coded most of the menu system. Users can navigate through the menus by pressing the respective menu option numbers (1,2,3...). The actual content of the menu options is minimal. Some menu options can take inputs and spit out outputs that are examples of what I'd like the program to eventually output by integrating it with SQL databases. For example, the Customer option in Main Menu prompts you for a name, phone number, and address. Then, it spits out a fictitious customer named Bobby Borowitz (regardless of what you type), his sales order history, and more, as an example output. I'd like to integrate this with SQL databases for storing data from this program and for generating the outputs for this program. I have not conceptualized payment functionality, completely.

https://github.com/christopherjose/p0/blob/main/POS.java https://github.com/christopherjose/p0/blob/main/README.md