43 Commits

Author SHA1 Message Date
475690ca2b Minor bugfixes 2025-03-19 23:16:11 +01:00
03fec1ebd7 reports view 2025-03-19 23:15:28 +01:00
8cd011fc01 added old transactions to payup view 2025-03-19 23:15:12 +01:00
9066397cd4 fixed layout 2025-03-19 21:37:14 +01:00
cf7bd8da9c fixed lockscreen up a little 2025-03-19 21:36:47 +01:00
14cf8af14b restock mode 2025-03-19 20:45:05 +01:00
d491033c29 pay up implementation 2025-03-19 20:44:26 +01:00
fd7d1ffd47 products -> removes id from POST 2025-03-09 23:12:54 +01:00
fe04ad9ce3 custom validation -> parse arrays from string / Rough transaction implementaion 2025-03-09 23:11:59 +01:00
bd43f03507 implemented ui functions for managing products, uploading images and editiing users 2025-03-09 23:09:49 +01:00
fa7f3004fa DB schema updates 2025-03-09 23:07:26 +01:00
42f6e0b22d TODO: replace parseDynamicSortBy 2025-03-09 23:07:02 +01:00
18d3646315 Add images to .gitignore, except default.png 2025-03-09 21:39:41 +01:00
3bf0e2fdd5 optimize image route / implement check if img exists for frontend purposes 2025-03-09 21:36:00 +01:00
2cbde4e344 devmode warning(error) messages 2025-03-09 18:30:23 +01:00
66f0bebc9d Add dedicated devmode for express-fileupload 2025-03-09 17:46:32 +01:00
50ad684ad3 Add email to user 2025-03-03 16:43:49 +01:00
0233196276 Add image endpoint / query args are now undefined om empty string 2025-03-03 16:43:29 +01:00
551f72f3e0 new directory structure for api endpoints / prepare image endpoint / default product image 2025-03-02 22:11:48 +01:00
5ab2df351c Fix codecheck -> Handle all nullish things possible 2025-03-02 18:52:35 +01:00
bca596fa75 Fix codecheck again 2025-03-02 18:18:05 +01:00
f1ddaa1cc2 Dependency upgrade & cleanup 2025-03-02 17:25:18 +01:00
3706ed07d2 Frontend product + user select 2025-02-24 23:34:49 +01:00
5a68622b7a commented out navbar-end 2025-02-24 23:34:15 +01:00
d5eecd2d0c Change favicon / logo 2025-02-24 23:33:56 +01:00
99371e96a9 Fix user route (user code bool) 2025-02-24 23:28:17 +01:00
45cd5b10e6 Frontend stuff 2025-02-24 22:55:28 +01:00
611a4a0ead configManager now supports logging via tslog / cleanup / loglevel 0 in devmode 3 in prod 2025-02-24 22:55:18 +01:00
744ab40a6b Streamline nameing to "user codecheck" for debug 2025-02-22 21:59:11 +01:00
0885209502 refine and explain user codecheck 2025-02-22 21:55:39 +01:00
6b665bb41d Add Security disclaimer / reformat readme 2025-02-22 21:46:44 +01:00
5720b45c6b Fix formatting 2025-02-22 21:45:17 +01:00
de5a4b9f19 Add codecheck endpoint 2025-02-22 21:45:00 +01:00
7b9fe95cd4 user POST -> If code is 0000 deactivate code (write null to db) similar to PATCH 2025-02-21 22:56:34 +01:00
09f06fb2ea products PATCh schema -> id is now required 2025-02-21 22:54:31 +01:00
6844b1fb24 products GET-> add gtin to if and dont get all if gtin is specified 2025-02-21 22:53:59 +01:00
0d6b41abcf Add P2025to prisma errorhandler 2025-02-21 22:52:52 +01:00
fbd199c39a fIx price field type in products model 2025-02-21 22:30:49 +01:00
eb59a980a6 Implement products endpoint. price storage (with Float or Decimal as type) is not reliable yet 2025-02-20 23:59:22 +01:00
e2da37959f add gtin field to db schema -> Wen cant use is as id since relations depend on type Int. Trying Float for price storage. I dont think this works.. 2025-02-20 23:57:36 +01:00
7693d793c0 Allow api to remove code from user with "0000" / Fix regex (only 0-9) 2025-02-20 23:11:43 +01:00
cd8d0bc497 Fix marks in user_schema 2025-02-20 21:30:39 +01:00
d75e5b1f11 Initial commit 2025-02-19 00:34:19 +01:00