Commit Graph

85 Commits

Author SHA1 Message Date
drew b2bb60a4a3 added paths and stuff 2026-07-25 16:39:36 -05:00
drew cc8e8cdfc6 created inital detail page 2026-07-25 16:36:56 -05:00
drew fb25b8aba6 fixed a lot of stuff 2026-07-25 16:19:23 -05:00
drew 5517924259 Fix duplicate changedOrderToJob migration blocking build
Two divergent copies of this branch each independently regenerated an
EF migration named changedOrderToJob, and merging both left two files
with the same C# class name (compile error) plus an orphaned
fixedOrderCustomerID migration referencing the already-renamed orders
table. Removed the dead/unapplied migrations, committed the two
migrations already live on the shared dev DB, and added
FixJobsCustomerIdType to bring jobs.customer_id in line with the model
(text -> integer) using an explicit USING cast.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-25 15:45:09 -05:00
drew 9906f015fc added new job page 2026-07-23 14:21:17 -05:00
drew 10ca133a7a changes 2026-07-23 14:20:14 -05:00
drew 85678f5742 changed order to job - updated model, 2026-07-23 14:20:14 -05:00
drew 69da029156 list hook 2026-07-23 14:20:14 -05:00
drew 087d94cbd9 Types! 2026-07-23 14:20:14 -05:00
drew 4a479283da updated packages to the latest versions 2026-07-23 14:11:49 -05:00
drew 9374ad53e3 Added edit customer detail page 2026-07-18 18:46:53 -05:00
drew 34d421719c Added customer detail page 2026-07-18 18:33:48 -05:00
drew d15701a50b Fixed add customer page 2026-07-18 18:15:16 -05:00
drew 92afaafe7b add customer page 2026-07-17 12:44:39 -05:00
drew 854c55b7e0 added new customer type 2026-07-17 12:12:54 -05:00
drew 3b07318e34 fixed typos 2026-07-17 12:06:03 -05:00
drew 65df987f62 added routes and header button 2026-07-17 09:48:05 -05:00
drew 29e9302d8e customer list component 2026-07-17 09:00:21 -05:00
drew 8289936d3f added customer type 2026-07-16 14:21:27 -05:00
drew b70405d2e0 updated add and edit items to use TextInput 2026-06-10 20:04:57 -05:00
drew 2e927efe0a removed local automatic barcode generation. changed barcode to string 2026-06-10 19:07:23 -05:00
drew ed72725581 Upgrade .NET version to 10.0, update header to reomve an error, switched to local dev setup 2026-06-09 20:31:08 -05:00
Nix 32ceba5d51 Update Caddyfile 2025-05-04 16:32:17 -04:00
drew afecdefb8d added weight field 2025-05-04 14:35:12 -05:00
Nix 8502630550 Add docker build file for UI and associated Actions workflow 2025-05-04 14:13:02 -04:00
drew 11879ab346 refactored unneeded code 2025-02-05 13:06:36 -06:00
drew 322c20f70f barcode works and populates next available 2025-02-05 13:01:47 -06:00
drew f5646fa6cf sort works, barcode is weird 2025-02-05 11:42:06 -06:00
drew 15e5957ecf it works! 2025-02-05 11:16:03 -06:00
drew 246b7072b6 maybe almost there 2025-02-05 10:57:08 -06:00
drew 54adaa99ce added query to return last used barcode and autopoulate field 2025-02-03 11:23:16 -06:00
drew 571914ac0f "Update inventory routes to include 'inventory' prefix.
Adjusted routes and links throughout the inventory feature to include the 'inventory' prefix for improved path clarity and consistency. This change ensures better organization and aligns with routing standards across the application."
2025-02-03 10:39:14 -06:00
drew 730cbc6733 added notifications and redirect to edit item page 2025-02-03 10:29:50 -06:00
drew ee4baa3d50 ui updates 2025-02-03 10:18:43 -06:00
drew faa8f13a42 backed end add 2025-02-03 10:06:11 -06:00
drew c11cf8cfe7 added notifications 2025-01-29 21:23:57 -06:00
drew a4a038f8bc fixed stupid, also page redirect 2025-01-29 20:33:37 -06:00
drew 4c844a8051 back end changes 2025-01-29 19:56:56 -06:00
drew aa4ff86d3e new item works 2025-01-29 14:38:27 -06:00
drew 451f108a3f wut 2025-01-29 13:31:54 -06:00
drew 25f767979e fixed status 2025-01-24 11:57:58 -06:00
drew d593d0753e Refactor inventory status to use object instead of string. 2025-01-24 11:26:47 -06:00
Drew Rautenberg 47d2918a0b Merge pull request #22 from Pup-Ion-Dev/ui-improvments
UI improvments
2025-01-23 12:04:50 -06:00
drew 57d6b8ae8e Fix missing dependency comment in EditItem useEffect
Added a comment to acknowledge the intentional omission of dependencies in the useEffect hook. This ensures clarity for future contributors and aligns with ESLint rules.
2025-01-23 11:13:16 -06:00
drew 1daa3d23c0 cleaned up ui and code 2025-01-23 11:12:43 -06:00
drew 22101fa212 Add layout enhancements to ItemDetail and EditItem components 2025-01-22 11:26:18 -06:00
drew 146dca7679 added logo to header 2025-01-22 10:19:20 -06:00
drew 16f597e7da changed text color 2025-01-22 10:19:06 -06:00
drew 364c7d83e2 Switch to PostgreSQL and update database configuration 2025-01-21 19:41:18 -06:00
drew 4f76a08ca3 changed page title 2025-01-21 11:01:43 -06:00