Commit Graph

55 Commits

Author SHA1 Message Date
Dirk Jahnke bf4817ac5d Using npm to load JS/CSS libs. 2022-05-30 11:47:53 +02:00
Dirk Jahnke b9e9af778e Fixed: Using local bootstrap instead of CDN 2022-05-30 11:46:37 +02:00
Dirk Jahnke d0ae1092d9 New scanners added: Chrome + Smart Phone with JS library 2022-05-30 11:46:11 +02:00
Dirk Jahnke 068d13261b Fixed filters and GTIN retrieval. 2022-05-30 11:41:48 +02:00
Dirk Jahnke 9247c27278 Added IP of dev host.
Fixed Django filters.
2022-05-30 11:39:47 +02:00
Dirk Jahnke 49b79beb18 Added requirements.txt 2022-05-30 11:38:45 +02:00
Dirk Jahnke 0b285b068c Added smartphone as scanner option 2022-05-24 17:53:31 +02:00
Dirk Jahnke 9adcee728a Added container copy function 2022-05-20 20:42:54 +02:00
Dirk Jahnke 8b3199813d Changed default number of container labels to print to 4 2022-05-20 10:45:32 +02:00
Dirk Jahnke 05b117b662 Label: Fixed missing var init 2022-05-20 06:48:30 +02:00
Dirk Jahnke 2f6aca3c0d Label: Changed defaults and barcode size 2022-04-23 18:29:04 +02:00
Dirk Jahnke 7e977881b4 Fixed label print copies and added sleep after print 2022-04-22 17:55:17 +02:00
Dirk Jahnke fe24a5972d Fixed html attributes 2022-04-22 16:49:28 +02:00
Dirk Jahnke 808cb24717 Added more docs 2022-04-22 14:48:12 +02:00
Dirk Jahnke b9353ddc08 Added doc with barcodes for booking commands 2022-04-16 10:56:58 +02:00
Dirk Jahnke 3bac6ef7a0 Improved booking UI, which now retrievs container and asset infos automatically 2022-04-14 18:16:26 +02:00
Dirk Jahnke e04c435f87 Added filtering to REST interfaces 2022-04-14 18:15:55 +02:00
Dirk Jahnke 8cc1e7d8ad New REST services for all entities 2022-04-14 16:31:46 +02:00
Dirk Jahnke 04b3377df7 Added OpenGTINdb service 2022-04-13 18:00:27 +02:00
Dirk Jahnke bc42251244 Added Digit Eyes service to get GTIN data 2022-04-13 17:24:16 +02:00
Dirk Jahnke e74fa36128 Fix: made brand nullable 2022-04-13 17:24:07 +02:00
Dirk Jahnke bb978e29ce Fix: no success url when saving changes 2022-04-13 16:14:56 +02:00
Dirk Jahnke e34b95f592 Add __str__ method to have a better representation in admin interface 2022-04-13 15:59:45 +02:00
Dirk Jahnke c7da144f5e Add asset if new GTIN product has been created 2022-04-13 15:51:31 +02:00
Dirk Jahnke 4b7234fa68 Added Scanner identification and MQTT handling 2022-04-13 15:43:20 +02:00
Dirk Jahnke 4da41fe1cd Added GTIN product storage and remote service integration 2022-04-13 15:42:45 +02:00
Dirk Jahnke f1dab1c0a1 Initial migrations 2022-04-13 15:40:57 +02:00
Dirk Jahnke 52c530488f Added admin menu item 2022-04-13 15:40:29 +02:00
Dirk Jahnke 344f79b091 Added __str__ method to show up useful names in selectors 2022-04-12 07:03:48 +02:00
Dirk Jahnke 0554f6427c Use named_id prefix "A-" for assets 2022-04-11 15:20:47 +02:00
Dirk Jahnke 6aadef827e Fixed related name on auth fields 2022-04-11 14:25:35 +02:00
Dirk Jahnke 056317a340 Container use prefix "C-" for named_id 2022-04-11 14:23:07 +02:00
Dirk Jahnke 5cf49b7d47 Added ASGI server for websocket using the sample chat application as starting point 2022-04-02 19:30:58 +02:00
Dirk Jahnke 13cc1c3f57 Added authentication 2022-04-01 21:41:51 +02:00
Dirk Jahnke 61edb7e538 Container type import from excel files 2022-04-01 19:28:10 +02:00
Dirk Jahnke 9396cd4903 Free fonts selection 2022-04-01 19:26:50 +02:00
Dirk Jahnke 8b48741816 Label creation and print 2022-04-01 10:19:41 +02:00
Dirk Jahnke 734598a379 Started using config file 2022-04-01 10:19:27 +02:00
Dirk Jahnke f507481491 Create label image for container 2022-03-30 10:04:38 +02:00
Dirk Jahnke 7013301fbd Added account login 2022-03-24 15:54:04 +01:00
Dirk Jahnke 63f4ef1f1a Added static files content, favicon and logo 2022-03-18 07:30:42 +01:00
Dirk Jahnke 6e8c2de3df Refactored container types list views to new style. 2022-03-17 10:42:20 +01:00
Dirk Jahnke 1267e8a587 Refactored container views to new style. 2022-03-17 10:27:31 +01:00
Dirk Jahnke e5a81452f2 Added container and asset to top-of-window navigation 2022-03-17 09:07:22 +01:00
Dirk Jahnke db46b2494b Renamed asset list url and added list link to form 2022-03-17 07:26:30 +01:00
Dirk Jahnke 92176158bd Improved asset list (was index) 2022-03-17 07:21:38 +01:00
Dirk Jahnke 5f2b2c92ab Added edit/create asset 2022-03-16 17:43:52 +01:00
Dirk Jahnke fa2b83a63a Added asset edit/save 2022-03-16 14:13:20 +01:00
Dirk Jahnke 111f147cac Fixed urls 2022-03-10 18:19:13 +01:00
Dirk Jahnke 16a0b92731 Added asset model and basic views 2022-03-10 17:28:39 +01:00