31 Commits

Author SHA1 Message Date
a693770ff4
Fix item suggestions on Add/Edit Transaction Item form 2023-12-05 22:28:48 +00:00
70a34b67d6
Refactor New Transaction pages/modals to Razor components 2023-12-03 20:06:53 +00:00
74cb6109c9
Refactor New/Edit Store modals/pages to Razor components 2023-12-03 20:06:11 +00:00
595a691da2
Refactor Home page to Razor component 2023-12-03 20:06:11 +00:00
f070acef41
Refactor Transactions page to Razor component 2023-12-03 20:06:11 +00:00
51bff2162e
Refactor Items page to Razor component 2023-12-03 20:06:07 +00:00
f1d65f590f
Refactor Stores page to Razor components 2023-12-03 19:52:27 +00:00
d8c6e502a8
Remove OAuth authentication 2023-11-14 22:48:44 +00:00
fce7734df6
Return newest item when scanning barcode linked to multiple items 2023-11-12 19:34:06 +00:00
cd77aaf313
Fix new barcode not saved when adding existing item to transaction 2023-11-12 17:13:40 +00:00
60c48ce952
Fix form submissions failing when using OAuth 2023-11-12 01:36:32 +00:00
8ea0c769d8
Fix X-Forwarded-* headers ignored when running in container 2023-11-11 22:41:28 +00:00
30e774da38
Respect X-Forwarded-* headers 2023-11-11 21:40:25 +00:00
6c954a5446
Add optional authentication via third party OAuth providers 2023-11-11 20:00:31 +00:00
929eddd9e8
Add ability to add transaction items using barcode scanner 2023-11-05 23:10:54 +00:00
d8c828686e
Enable debugging on remote device 2023-11-05 15:16:38 +00:00
03d64364a8
Remove Razor view runtime compilation 2023-11-04 16:22:28 +00:00
08bdf72ff6
Fix warnings 2023-11-04 12:55:55 +00:00
9c07c3120b
Update to .NET 8 release candidate 2023-11-04 12:55:43 +00:00
00fd7b8ef0
Update dependencies 2023-10-08 16:48:53 +01:00
dd31c7da5c
Improve layer caching in Docker build 2023-08-11 22:28:42 +01:00
0ad9682bc5
Change items to be optional when adding promotion 2023-08-11 16:24:00 +01:00
c28f67b4ae
Fix quantity field blank when adding item not previously purchased 2023-08-11 16:21:47 +01:00
06b2de9311
Fix amount display format on New Transaction - Promotions page 2023-08-04 18:10:45 +01:00
560c162ee1
Default to last purchased price and quantity when adding transaction item 2023-07-28 20:23:31 +01:00
bb2820f7df
Add ability to enter promotions when creating transaction 2023-07-24 15:31:21 +01:00
c0c1743d78
Update New/Edit Transaction Item pages to match modals 2023-07-24 15:31:21 +01:00
d6407d18cb
Improve styling of Items card on New Transaction page 2023-07-24 15:31:21 +01:00
ddf87f6eb6
Add database migrations 2023-07-24 15:31:20 +01:00
b32ac7ba6f
Add support for running as docker container 2023-07-23 21:12:50 +01:00
967c16b6bf
Initial commit 2023-07-23 20:00:53 +01:00