98 Commits

Author SHA1 Message Date
2103335735 Fix: Remove keys etc. for public demo repo. 2025-01-14 10:53:24 +00:00
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
64d0e2b95f Fix: User login on production. 2024-11-21 08:21:51 +00:00
ece68966e6 Fix(UI): Product Permutations page saving. 2024-11-18 19:37:21 +00:00
7fbc1cef34 Fix: Product Category, Product, and Product Permutation save and filter. 2024-11-18 18:46:50 +00:00
fd4dae0f8f Fix: Product Category save + filter debugging. 2024-11-18 14:02:23 +00:00
3f47af3b02 Fix: Removal of controller filter method references from page templates. 2024-11-17 15:21:46 +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
2159d3ea0c Fix: Product Permutations save. 2024-11-15 12:46:15 +00:00
011d9ba2ba Fix: Product Permutations save on production. 2024-11-15 12:33:46 +00:00
55bbcac375 Fix: Product Permutations save on production. 2024-11-15 10:04:38 +00:00
57b28d8789 Log: Database code for MySQL engine 2024-11-15 09:25:17 +00:00
6d3f2d2ee7 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
feac2a9c13 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
46aec78f73 Fix: Manufacturing Purchase Order page view, filter, and save. 2024-11-14 12:23:02 +00:00
a21b663c2d 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
88ccfe592a Feat(MySQL): Database population with data for Kitchen project. 2024-11-11 14:56:55 +00:00
db15a7f8fc 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
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
8c4efc73da 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
db5ee79db0 Fix: Database connection recreated on Login and Logout callbacks to prevent error due to previous session closing. 2024-10-29 22:05:44 +00:00
8cbc3ea973 Fix: User login and server console logging functionality. 2024-10-29 17:18:39 +00:00
f6e0eb7a02 Fix: Server startup error due to configuration type not being assigned correctly. 2024-10-29 15:46:46 +00:00
79d15c97cd Fix: Server startup error due to configuration type not being assigned correctly. 2024-10-29 15:41:43 +00:00
bc2cf3fc61 Fix: app logging for Exception handling corrected for non-breaking 404 HTTPExceptions 2024-10-29 09:59:27 +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
b1a27f31f8 Merge pruning main branch changes. 2024-10-28 16:07:24 +00:00
40cec505ac Merge branch 'main' of https://github.com/Teddy-1024/parts_website 2024-10-28 16:05:09 +00:00
5db2de5de0 Merge changes on main branch with local version 2024-10-28 16:04:38 +00:00
Teddy-1024
44f1ce6486 Delete node_modules directory 2024-10-28 15:26:22 +00:00
Teddy-1024
d865609623 Delete .VSCodeCounter directory 2024-10-28 15:19:55 +00:00
Teddy-1024
bb3c8d7d18 Delete tmp directory 2024-10-28 15:19:44 +00:00
Teddy-1024
da736b2dde Delete env_web directory 2024-10-28 15:18:27 +00:00
Teddy-1024
5e81c0996d Delete env_test directory 2024-10-28 15:18:08 +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
fc91f86922 Fix: Public pages not loading due to missing store JavaScript variables for store pages in router. 2024-10-25 17:51:00 +01:00
69988055a6 Merge: Server merge with latest version of main branch 2024-10-25 17:39:47 +01: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
1e2dff4ad3 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
fdcf448bb1 feat(UI): Stock Items page added with getting, filtering, and saving data. 2024-10-13 19:40:25 +01:00
Teddy-1024
8e1651d9d7 Delete bot_web directory 2024-10-06 14:16:02 +01:00
Teddy-1024
ebaf91e946 Delete bot_env directory 2024-10-06 14:15:43 +01:00
Teddy-1024
0f45133c27 Merge pull request #1 from Teddy-1024/UI_v2a
UI v2a
2024-10-06 14:04:34 +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
f2d20bca58 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