Commit Graph

151 Commits

Author SHA1 Message Date
drew fc44790c96 fixed customer id type 2026-07-22 19:34:41 -05:00
Drew Rautenberg f5efccea40 Merge pull request #39 from BarkProductions/38-add-customer-page
38 add customer page
2026-07-18 19:00:45 -05:00
drew be5260547b moved inputs to ctor for better encapsulation 2026-07-18 18:57:59 -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 161a73cbb7 created customer endpoints 2026-07-17 11:56:33 -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 Rautenberg f11f13481b Merge pull request #37 from BarkProductions/35-add-order-data-model
35 add order data model
2026-07-16 14:01:59 -05:00
drew cf38713f92 migration! 2026-07-15 21:06:50 -05:00
drew dd8db9c2d3 added classes to context 2026-07-15 21:05:58 -05:00
drew dc8ce245bf changed start and end date to datetimeoffset 2026-07-15 20:55:56 -05:00
drew a6a536d44f changed proce to a decimal because curency 2026-07-15 20:55:30 -05:00
drew 92f25b6575 updated order ststus 2026-07-15 20:51:03 -05:00
drew bc72fb449b wrote some clases 2026-07-15 20:49:00 -05:00
Drew Rautenberg f1f1f17d72 Merge pull request #36 from BarkProductions/34-add-customer-data-model
34 add customer data model
2026-07-15 20:27:03 -05:00
drew 3c707744fc made phone optional in customers model 2026-07-15 20:26:25 -05:00
drew 92788701d4 db migration 2026-07-15 19:41:54 -05:00
drew 188102fe4a removed required keywords. will address at a later time. 2026-07-15 19:41:26 -05:00
drew 791737a28d added customers model to context 2026-07-15 19:35:02 -05:00
drew a2bf58cf85 added required keywords to align with new standards 2026-07-15 19:33:26 -05:00
drew 993a9b3357 created customers model 2026-07-15 19:31:01 -05:00
Drew Rautenberg 22dd0181c7 Merge pull request #33 from BarkProductions/32-barcode-generation
32 barcode generation
2026-06-10 20:20:50 -05:00
drew b70405d2e0 updated add and edit items to use TextInput 2026-06-10 20:04:57 -05:00
drew f77f9fb9ea added unique check for barcode 2026-06-10 20:03:07 -05:00
drew 2e927efe0a removed local automatic barcode generation. changed barcode to string 2026-06-10 19:07:23 -05:00
drew d317758569 fixed ci cd errors, maybe 2026-06-10 18:51:53 -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
Drew Rautenberg fdca0d68b1 Update coors 2025-05-04 15:38:44 -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 e6c93f4fe7 Merge pull request #29 from Pup-Ion-Dev/ui-ci
Add docker build file for UI and associated Actions workflow
2025-05-04 15:09:11 -04:00
Nix c13fbc2a2b Fix path to UI 2025-05-04 14:17:26 -04:00
Nix 8502630550 Add docker build file for UI and associated Actions workflow 2025-05-04 14:13:02 -04:00
Drew Rautenberg 9cbf26e29e Merge pull request #28 from Pup-Ion-Dev/add-barcode-field
Add barcode field
2025-02-06 09:04:18 -06: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 eb17e4e68c changed get to return sorted by barcode 2025-02-03 10:33:55 -06:00
drew 9f0d28d919 fixed incorrect update status map 2025-02-03 10:32:43 -06:00
drew 730cbc6733 added notifications and redirect to edit item page 2025-02-03 10:29:50 -06:00