65f25e282e
Merge branch 'develop' into feature/#35-shimatta-search-language
2025-02-03 22:20:16 +01:00
8b3ef1af25
Merge pull request 'feature/#26_enhance_storage_stock_display' ( #37 ) from feature/#26_enhance_storage_stock_display into develop
...
Reviewed-on: #37
2025-02-03 22:20:05 +01:00
bbcbf6ab3d
added basic search lexer and parser enabling search for parameters and attributes - could be extended
...
the error handling is very basic, but effective
some missing features like ordering
...and maybe a potential security as the search will allow search for all attributes somehow related to the component model
2025-02-03 22:18:55 +01:00
1b48e8f283
added migration adding the help text
2025-02-02 11:52:54 +01:00
6dc8f3bfef
added display of sub-storage when expanding sub-storages in stock view
2025-02-01 00:16:36 +01:00
871086c7b7
improved display of dynamic description
2025-01-31 23:59:34 +01:00
adf152938d
rounded float values in short string, fixed displaying components without proper type
2025-01-31 23:58:58 +01:00
462ed0c101
added component dynamic description to stock rest api
2025-01-31 23:26:12 +01:00
032c4fc838
added dynamic description to rest api
2025-01-31 23:23:02 +01:00
e0c39d9d6e
tweaked short parameter print
2025-01-31 23:22:50 +01:00
6ca0ce483f
added template based dynamic description
2025-01-31 23:10:08 +01:00
35b99e1b18
fixed storage search
2025-01-31 22:10:13 +01:00
6ae94e9ea4
made the stock view more ugly by adding badges showing the number of stored parts, lots and substorages
2025-01-28 22:38:17 +01:00
aefcc472ea
added feature to relocate stocks to a different storage
...
...had to deal with form prefixes at some places
...storage search does not work as expected yet :(
2025-01-27 22:55:05 +01:00
7e36059605
Fix another typo in the readme
2025-01-27 19:40:10 +01:00
ed1508f0ed
Fix typo in README
2025-01-27 19:33:18 +01:00
2d78b4dcdd
Merge pull request 'issue #23 add docu in readme' ( #27 ) from issue/23-add-docu into develop
...
Reviewed-on: #27
Reviewed-by: Stefan Strobel <stefan.strobel@shimatta.net>
2025-01-27 19:27:24 +01:00
19852dd5ad
Fix issues from PR #27 . Ready to be merged.
2025-01-27 19:26:31 +01:00
3ec11cf092
typos
2025-01-25 16:23:55 +01:00
e4e7456a5d
added link to template in stocks detail view
2025-01-25 15:40:08 +01:00
6eaef98c86
showing stock uuid in stocks detail list
2025-01-25 15:25:26 +01:00
3aa4225acb
added form to change stock lot
2025-01-25 15:24:59 +01:00
39b64aeb71
fixed migrations
2025-01-25 15:01:50 +01:00
f6a878460d
changed the prefix of stock uuid qr codes
2025-01-25 14:53:22 +01:00
171b6b83f4
added option to expand sub-storage stocks to display all components from sub_storages
...
this comes in handy for assortment boxes using sub storages for each individual compartment which usually only holds a single stock
2025-01-25 14:50:48 +01:00
550e996ae7
Merge pull request ' #21 : feature/21-add-package-params' ( #32 ) from feature/21-add-package-params into develop
...
Reviewed-on: #32
Reviewed-by: Stefan Strobel <stefan.strobel@shimatta.net>
2025-01-05 16:35:42 +01:00
122ae4a731
Merge branch 'develop' into feature/21-add-package-params
2025-01-05 16:11:14 +01:00
0b26a81b94
Add disclaimer
2024-11-25 23:50:41 +01:00
befd5e452f
Fix typo
2024-11-25 23:48:49 +01:00
cfb9970c26
Add documentation. Debugging and porting still missing. Initial setup explained
2024-11-25 23:39:15 +01:00
146c2da4f3
Make the container run as root by default, if env variables are missing, to be backwards compatible to old setup
2024-11-25 23:38:37 +01:00
e74a28b0a8
Merge branch 'develop' into issue/23-add-docu
2024-11-25 23:32:23 +01:00
46a94c9688
Merge pull request 'Fix #24 : Solve recursion bug when importing templates from a fixture' ( #29 ) from bugfix/24-fix-template-import-recursion-bug into develop
...
Reviewed-on: #29
2024-11-24 21:25:30 +01:00
21ac4a8c06
Merge pull request 'Fix #30 : Update the django filter package. It was incompatible and bricked the web view of the rest API' ( #31 ) from bugfix/30-fix-broken-api-web-rendering into develop
...
Reviewed-on: #31
2024-11-24 21:23:35 +01:00
f2a8166874
#21 : Improve package parameter merging command
2024-11-24 01:52:07 +01:00
15b4257c73
Add error output if inconsisten parameters are found on package and components during consolidation progress
2024-11-24 01:42:58 +01:00
c19f4a8159
Implement package parameters
2024-11-24 01:39:03 +01:00
26b001d983
Merge branch 'develop' into feature/21-add-package-params
2024-11-24 00:18:45 +01:00
207b5c3fb5
Fix #30 : Update the django filter package. It was incompatible.
2024-11-23 23:37:10 +01:00
3450f7475a
Fix #24 : Solve recursion bug when importing templates from a fixture
2024-11-23 22:33:39 +01:00
2fdcfe8baf
write docu about user setup
2024-11-23 22:03:28 +01:00
c1b9c966dd
Merge branch 'develop' into issue/23-add-docu
2024-11-23 21:59:24 +01:00
f202896c92
Merge pull request 'issue/16-docker-uid-gid' ( #28 ) from issue/16-docker-uid-gid into develop
...
Reviewed-on: #28
2024-11-23 21:57:20 +01:00
50cfe0a2c6
Fix filename typo in js file
2024-11-23 17:12:37 +01:00
2d718c5e3a
Add new management command to create superuser if not present. Use that command in the entrypoint scripts
2024-11-23 17:08:38 +01:00
57b475cbe1
replace docker-compose with docker compose to make script corss compatible to non arch systems
2024-11-23 17:08:01 +01:00
25b592ee39
Let container run as user and set correct restart policy
2024-11-23 17:06:37 +01:00
08a5f97fd4
Add user ID and GID to example env file
2024-11-23 17:05:55 +01:00
511dacf54a
Add restart policy to autostart the containers after boot
2024-11-23 15:27:02 +01:00
0c4f1f9dba
Exclude run folder from docker. It is used for local debugging of containers
2024-11-23 15:25:43 +01:00