Commit Graph

18 Commits

Author SHA1 Message Date
60431062f0 Feat: Product Variations page get, filter, and save. \n Fix: Active column changed to Add / Delete / Undelete column - this change has only been applied to Product Variations page 2024-11-09 13:41:08 +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
437e094776 feat: Shop Supplier Purchase Order get, filter, and add new. 2024-10-25 16:42:13 +01:00
7b6266e2f6 feat(JavaScript): Updated architecture for TableBasePage object with static row ID attribute attached for adding ID against each row added to DOM 2024-10-18 22:25:07 +01: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
4000de0fc1 feat(web): Store Product UI created and hooked up for viewing, editing, and saving. 2024-10-05 21:16:42 +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
6f6bea00f9 1. New Router and Base Page Class architecture to avoid circular references and conform to module bundler requirements. \n 2. Relative path bug fix for lib/validation.js file to work using module bundler. 2024-09-17 17:00:18 +01:00
6b730bf8e7 1. Refactoring form objects and database objects to use inheritance and abstract base class for consistency and reduced redundancy.\n2. Contact us page button links updated to resolve error of missing link causing page refresh instead of expected functionality. 2024-09-10 12:09:50 +01:00
c9dda91dc9 Complete system for getting + saving Product Categories with new database, server, and client architecture. 2024-09-01 21:57:46 +01:00
f9cd9ec33a 1.started removal of CDNs.\n 2. Improved modular structure for all parts of project including database. 2024-08-30 23:27:28 +01:00
18977c8cac 1. Logout callback fix.\n 2. Store permutations report improvement for demo. 2024-08-07 09:01:33 +01:00
514289bc21 1. User login and barebones account section added. 2024-08-04 21:32:42 +01:00
6ad86825ea 1. Contact us page fixed - Model_View_Contact had not been updated to match new arguments for Model_View_Base.\n 2. Logo border radius increased to hide pencil icon watermark in bottom right hand corner. \n 3. Nav layout structure now dynamic based on user permissions 2024-08-04 02:58:55 +01:00
0201b85836 UX Improvements for Home page and Accessibility Statement page 2024-07-31 16:52:05 +01:00
6f4e329258 1. PostgreSQL copy of all MySQL created and tested.\n 2. Purchase Orders and Sales Orders and stock level management added to MySQL, PostgreSQL, and server and front end code. 2024-07-05 20:34:11 +01:00