Commit Graph

11 Commits

Author SHA1 Message Date
ed13ccb2c1 1. Fix(Authentication): User login on production. \n 2. Fix(SQL): Refactoring of Stock Items to include foreign key for Supplier Purchase Order, Manufacturing Purchase Order, and Customer Sales Order IDs. 2024-11-22 12:54:06 +00:00
197f6ec5bc Fix: Removal of filter methods from controllers. 2024-11-17 15:17:57 +00:00
a2af292726 Fix: User login on production. 2024-11-15 16:38:57 +00:00
a7e344a2e7 Fix: User login on production. 2024-11-15 16:02:54 +00:00
f837672b37 Fix: User login on production. 2024-11-15 15:55:12 +00:00
1d77888bb5 Fix: Console outputs suppressed when not in debug mode to fix server errors caused by unnecessary outputs. 2024-10-29 09:38:43 +00:00
22f6ed7e8c fix: Public pages - Contact and Services - page load errors due to server errors and styling improvements 2024-10-28 15:04:43 +00:00
697963e28a feat(MySQL): Tables, Triggers, and Get Many and Save Stored Procedures for Suppliers, Supplier Purchase Orders (+ items), and Manufacturing Purchase Orders (+ items) 2024-10-15 16:40:35 +01:00
fdcf448bb1 feat(UI): Stock Items page added with getting, filtering, and saving data. 2024-10-13 19:40:25 +01:00
d0956ffb97 refactor(SQL): Staging tables and Calc stored procedures used for modular stored procedure archicture for scalability. Implemented for Product Catalogue. \n BREAKING CHANGE: BIT argument a_debug added to all but basic stored procedures for analysis of performance and results. 2024-10-02 15:59:53 +01:00
45ac0405b4 1. View, filter, and save Product Permutation. \n 2. Synchronised with Product Category page and all common functionality moved into base and base table css, js, and python files. 2024-09-24 23:25:52 +01:00