Commit Graph

13 Commits

Author SHA1 Message Date
baa158fcd0 Feat(Security):
a. Update CORS settings
 b. Update session cookie settings
 c. Remove comments that expose project architecture (and that Claude made most of it :P)
2025-01-25 14:31:03 +00:00
d1b90db6d7 New website focusing on ERP services. 2025-01-15 23:52:09 +00:00
0422059669 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
4c2e05f4ae Fix: Product, Product Category, Product Permutation, Supplier, Supplier Purchase Order, and Manufacturing Purchase Order architecture update for getting and saving data. 2024-11-02 15:49:40 +00:00
002551c0a9 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
651a404ba3 feat(web): Store Product UI created and hooked up for viewing, editing, and saving. 2024-10-05 21:16:42 +01:00
cf78e4b3bc 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
d37f632c92 Login bug fix for OOP and module bundling architecture complete. 2024-09-17 17:21:01 +01:00
7668c35354 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
0c88f161c3 1. Module bundling added to reduce server calls as each file was taking ~440 ms to load on public server.\n2. JavaScript lib files refactored with OOP for use with module bundling. 2024-09-10 19:43:02 +01:00
2d55fe6239 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
b3e801e1ec Complete system for getting + saving Product Categories with new database, server, and client architecture. 2024-09-01 21:57:46 +01:00
ba50aec9c9 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