74 Commits

Author SHA1 Message Date
5c54c23798 Fix: \n 1. Rename database to demo \n 2. Improve card styles for ERP Admin pages 2025-03-21 16:09:42 +00:00
85a3ec4c9f Fix: Clean up Python comments and deprecated js code. 2025-03-21 14:34:29 +00:00
a6cbf9a7b7 Fix: Cleanup \n 1. Remove PostgreSQL \n 2. Remove comments from Python \n 3. Remove non-demo ERP Python code \n 4. Remove deprecated Python code 2025-03-21 13:33:29 +00:00
2ddfd8e10f Fix(Content): Improved formatting in README. 2025-02-26 07:57:53 +00:00
0cdce1e81d Fix(Content): \n 1. Added license. \n 2. Added license, gallery, and live demo site urls to README. 2025-02-26 07:55:18 +00:00
dd10b12197 Fix(UI): Reskin with milder colour theme and improved spacing in layout.. 2025-02-02 02:02:33 +00:00
4aed2ba4a3 Merge branch 'main' of https://github.com/Teddy-1024/demo_partsERP into main 2025-01-31 15:23:30 +00:00
ec30bdf085 Fix(python): Stock Item page filters Form attribute error corrected. 2025-01-31 15:23:08 +00:00
7c5ffc1065 Fix(SQL): Correct order of fields in select query. 2025-01-31 16:08:32 +01:00
fea029d2be Fix(Auth): Flask Samesite attribute must be 'Lax' for OAuth login callback 2025-01-31 14:35:18 +00:00
9ff01b9197 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:34 +00:00
fa7cee646a Fix(backend): Convert to MariaDB 10.6.20 for new server. 2025-01-18 20:09:20 +00:00
c47d8f6de6 Fix(backend): Convert to MariaDB 10.6.20 for new server. 2025-01-18 19:53:48 +00:00
3bf7967437 Fix(backend): Convert to MariaDB 10.6.20 for new server. 2025-01-18 19:52:45 +00:00
db990a80b5 Fix(backend): Convert to MariaDB 10.6.20 for new server. 2025-01-18 19:27:08 +00:00
f425a103d4 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
b955cfd1df Fix: User login on production. 2024-11-21 08:21:51 +00:00
c40cc5a854 Fix(UI): Product Permutations page saving. 2024-11-18 19:37:21 +00:00
48185da25f Fix: Product Category, Product, and Product Permutation save and filter. 2024-11-18 18:46:50 +00:00
b80be23852 Fix: Product Category save + filter debugging. 2024-11-18 14:02:23 +00:00
295ddb085c Fix: Removal of filter methods from controllers. 2024-11-17 15:17:57 +00:00
f51d49c42c Fix: User login on production. 2024-11-15 16:38:57 +00:00
21e7154672 Fix: User login on production. 2024-11-15 15:55:12 +00:00
569508b408 Fix: Product Permutations save. 2024-11-15 12:46:15 +00:00
667fbca06e Fix: Product Permutations save on production. 2024-11-15 12:33:46 +00:00
13a4f350bb Fix: Product Permutations save on production. 2024-11-15 10:04:38 +00:00
5dcf31e610 Log: Database code for MySQL engine 2024-11-15 09:25:17 +00:00
51d991ba42 Fix: 1. Save proc architecture update for records saved with subrecords / linked records, such as Order has Items. \n 2. Style improvements for Product Category, Product, Product Permutation pages. 2024-11-15 08:58:37 +00:00
8fc3d8a803 Fix: Updated removed redundant filtering, and getting for single-page architecture, which this is not on all pages 2024-11-14 12:58:57 +00:00
70de7026d3 Fix: Manufacturing Purchase Order page view, filter, and save. 2024-11-14 12:23:02 +00:00
19f74d2e91 Fix: \n 1. General styles cleanup. \n 2. Contact page - styling of input fields on mobile improved. \n 3. Services page - alignment error in technologies table on most devices, corrected. \n 4. Supplier Purchase Order page - items preview click event was not triggering, fixed end-to-end saving of new SPO, most changes copied to Manufacturing Purchase Orders, but not tested. 2024-11-13 16:54:32 +00:00
b20fc8a653 Feat(MySQL): Database population with data for Kitchen project. 2024-11-11 14:56:55 +00:00
fe524d6cb8 Feat: Active column changed to add / delete / undelete buttons column on all table pages. \n Fix(UI): Product Permutations page preview Variations now shows when appropriate. 2024-11-11 10:49:55 +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
03fc1bd421 Fix: User login and server console logging functionality. 2024-10-29 17:18:39 +00:00
0d2479d82e 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
5ed9102b81 fix: Public pages - Contact and Services - page load errors due to server errors and styling improvements 2024-10-28 15:04:43 +00:00
070bf7ebd5 Fix: Public pages not loading due to missing store JavaScript variables for store pages in router. 2024-10-25 17:51:00 +01:00
ea5b8e8ca1 feat: Shop Supplier Purchase Order get, filter, and add new. 2024-10-25 16:42:13 +01: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
8fcfcf0ef4 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
15d9a3a76f fix: Updated Store for Product Categories, Products, and Product Permutations pages for tweaked architecture for controllers, datastores, and python data objects. 2024-10-14 11:42:51 +01:00
f6a6966ce4 feat(UI): Stock Items page added with getting, filtering, and saving data. 2024-10-13 19:40:25 +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
9c2cfac948 feat(MySQL): Get Many stored procedures created for product variations with variation types and product prices with discounts and delivery options. 2024-10-05 13:20:00 +01:00
005a377ff9 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
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
47e149c88f 1. Bug fix for login button navigation. 2024-09-17 17:07:33 +01:00