Share

BUsiness COntrol System

File Release Notes and Changelog

Release Name: 0.1

Notes: Janruary 14, 2001 Welcome to Bucos 0.1. Inventory is fully functional despite it's drab and sometimes hard to read appearance. This will be taken care of later. There are two known problems. Text fields, when selected from the database and printed, are concatenated at the first space. so "Disk Drive" becomes "Disk". The correct value is still stored in database. Any ideas are welcome. The second problem is you can not have two seperate entries of the same product in a Purchase Order. Bucos will not deal with it properly. There should be a way to deal with this but I feel like this is minor enough to come back to later. Enjoy!


Changes: September 27, 2000 - Created empty pages for menus - sketched in login procedure - Very basic right now - No testing done. October 7, 2000 - Fixed login. It now logs you in but doesn't remember anything about you - added pages to add a new product. Error in SQL syntax - fixed up various minor things October 8, 2000 - Fixed error in adding new product October 25, 2000 - added Product Inquiry functionality - view Product Info and History. - various clean up October 26, 2000 - added Purchasing functionality November 7, 2000 - added Vendor Part Number column in Products Table for reference. November 10, 2000 - Error in SQL Query with regards to ProductID entry in Products table. Needed quotes around it (now text field, was an INT field) --fixed. November 11, 2000 - Seperated Inventory Transactions from PO Receipt. This way you only have to type in PO number and it will find the product(s) in it and display total ordered for you to confirm/change. Old way was for user to enter all info. - Added Cycle Count Adjustment into Inventory Adjustments. This will become clearer when permissions implemented. Admin may want someone to have access to adjustments for Cycle Counts of Inventory for convenience but not access to regular adjustments. - Implemented Re-Order Report - Fixed various small problems. Now pretty much functional (inventory anyways) - Ready for release 0.1a January 14, 2001 - created top and tail functions to print out necessary HTML tags at beginning and end of all pages. Implemented in all pages. - created functions for forms. form_header, form_input, end_form. Implemented in all pages. - made minor fixes. - Ready for release 0.1