Monday, December 05, 2005
Mini Inventory System
Currently I'm designing a mini inventory system for my cousins business. The system records simple In and Out of the products that they are selling.
Uses MySQL 5.01 as the backend using stored procedures for data manipulation. Also I was using CSLA .NET to handle the business objects. I know this is too much work, but I'm not used to create applications using wizards. ;-)
I just finished 3 maintenance modules:
- Customer
- Supplier
- User
- Product Item
Tonight (Philippine time), I'll be designing the delivery tables and its stored procedures. Hope I can finish this weekend.