Commit Graph

34 Commits

Author SHA1 Message Date
7025f526c1 add invoice view
All checks were successful
Go / build (push) Successful in 12m14s
2025-07-01 15:30:06 +02:00
f4faeb351d add basic paper model/view/controller
All checks were successful
Go / build (push) Successful in 12m50s
paper weight is missing
2025-06-27 17:02:57 +02:00
861b18651b add ui configurable config options 2025-06-27 16:31:37 +02:00
adfb3df283 update route permissions
Some checks failed
Go / build (push) Has been cancelled
2025-04-15 00:31:01 +02:00
3955d8626a add/rm tokens, register with token 2025-04-15 00:12:34 +02:00
cca0b2775c disable /register if a user exist 2025-04-14 22:55:36 +02:00
1c9fc230b1 remove rest api routes
currently not used at all
2025-04-14 22:41:43 +02:00
fd46f35023 add tagview 2025-04-13 23:32:38 +02:00
122651677f set views by env 2025-04-11 18:17:33 +02:00
a3b066859b set static file by env 2025-04-11 18:10:37 +02:00
a1fc053fa8 give go module proper name 2025-04-11 17:31:46 +02:00
1da5e3e8b4 allow printing/editing orders 2025-04-11 16:06:41 +02:00
adac366896 add orders edit view 2025-04-11 14:39:58 +02:00
b14deeb24f add order/:token/print 2025-04-11 14:17:22 +02:00
fdb11bc57c add batchupload 2025-04-10 15:44:59 +02:00
f87a6352dd implement dummy printer 2025-04-10 14:26:20 +02:00
f39b6205d1 add basic print controller + view 2025-04-10 12:54:03 +02:00
854573eb3a allow finalizing orders 2025-03-25 20:36:28 +01:00
22bf9d4390 update or create order 2025-03-24 01:04:01 +01:00
1f411edf50 add order 2025-03-07 11:55:49 +01:00
a88be8de62 work on checkout 2025-03-05 23:55:31 +01:00
d24dfdf262 wip checkout 2025-03-04 13:28:38 +01:00
0c85ca5938 wip cart handling 2025-03-04 13:00:30 +01:00
5e22be5074 add basic cart 2025-03-03 21:09:47 +01:00
07ee8a004c crud tags 2025-03-03 17:30:31 +01:00
803535daba add item image 2025-03-03 15:21:01 +01:00
c7b10d24be add tags 2025-03-03 13:49:36 +01:00
31f4422739 add item adding/viewing 2025-03-02 20:29:38 +01:00
6398429c92 shopitems instead rooms 2025-03-02 18:49:36 +01:00
48491d0786 add login/register/reset/logout views 2025-01-05 23:54:50 +01:00
4e48e87f6c Abstract db handling into repositories 2025-01-05 22:22:00 +01:00
2eadad9135 Allow adding users to rooms 2025-01-04 23:12:56 +01:00
c78a84e075 add basic jwt auth 2025-01-04 21:22:22 +01:00
a08e708a3b init 2025-01-04 20:21:05 +01:00