Commit Graph

50 Commits

Author SHA1 Message Date
605dc464af Update dependencies
All checks were successful
Docker Image CI / build (push) Successful in 1m54s
2024-07-10 23:16:43 +01:00
0ae990e6c0 Reenable workflow caching
All checks were successful
Docker Image CI / build (push) Successful in 1m46s
2024-07-10 19:10:30 +01:00
f39f48b882 Update workflow actions 2024-07-10 19:08:32 +01:00
db0dd88386 Update README with new image URL
All checks were successful
Docker Image CI / build (push) Successful in 1m53s
2024-07-07 23:47:41 +01:00
01f8e8c1d6 Update workflow for Gitea 2024-07-07 23:42:39 +01:00
ec797885d6 Update dependencies 2024-01-13 17:07:55 +00:00
cf30fcecbc Fix Add/Edit Transaction Item form error when scanning barcode 2023-12-13 16:27:07 +00:00
8223568ed6 Refactor tables to Razor components 2023-12-10 20:36:48 +00:00
fd05501fad Fix error loading page after adding promotion with items to transaction 2023-12-05 22:49:32 +00:00
12f91cbf93 Fix enter keypress not submitting Add/Edit Transaction Item form 2023-12-05 22:33:24 +00:00
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
eae1833e2b Supress style suggestion for C# 12 primary constructors 2023-11-05 21:32:21 +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
eb06bf1562 Move libman restore to separate layer to further improve Docker build caching 2023-11-04 16:21:24 +00:00
08bdf72ff6 Fix warnings 2023-11-04 12:55:55 +00:00
3824c72191 Change to use new build output path 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
95eb388c36 Fix libman failing to restore JavaScript libs in Docker build 2023-08-11 22:43:56 +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
6d932b2c84 Add support for setting locale and timezone to docker image 2023-08-04 19:37:24 +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
4fc1052829 Add readme 2023-07-24 17:44:51 +01:00
be895620b6 Enable caching in Docker Image workflow 2023-07-24 16:42:16 +01:00
6db56a93da Update Docker Image workflow 2023-07-24 16:30:14 +01:00
d8c76046d8 Add workflow to build and push Docker image to GitHub Container Registry 2023-07-24 16:06:07 +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