Commit Graph

132 Commits

Author SHA1 Message Date
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
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
122ae4a731 Merge branch 'develop' into feature/21-add-package-params 2025-01-05 16:11:14 +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
3450f7475a Fix #24: Solve recursion bug when importing templates from a fixture 2024-11-23 22:33:39 +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
6e51085210 removed the trusted origin foo again - added proper detection of https 2024-11-19 23:31:56 +01:00
5163834de4 added CSRF trusted origin config, added tzdata - needed in debug mode 2024-11-19 23:09:53 +01:00
39e40d62f4 Add package parameter model.
Restructure Parameter models to use a common abstract base class.
2024-11-19 21:33:12 +01:00
0d4019832f Merge branch 'develop' into bugfix/import-fuckups 2024-11-19 20:41:15 +01:00
fed63fd45f Merge pull request 'feature/small-useability-improvements' (#20) from feature/small-useability-improvements into develop
Reviewed-on: #20
Reviewed-by: Mario Hüttel <mario.huettel@linux.com>
2024-11-19 20:32:58 +01:00
d10c48f2b9 fixed usage of input fields 2024-11-19 00:39:15 +01:00
7c1465428f automatically select first finding in autocomplete fields on enter 2024-11-18 23:55:38 +01:00
9afa7d709b automatically select the search input when the start of a scanned uuid is detected 2024-11-18 23:55:12 +01:00
f2ea45cd19 correct type conversion in csv import 2024-11-18 23:08:34 +01:00
7678e6ad88 remove unnecessary uuid import from distributor views 2024-11-18 21:31:25 +01:00
5ce7d99db2 Fix import oder in package views 2024-11-18 21:28:37 +01:00
5109f8d094 Fixup imports in storage/stock views 2024-11-18 21:27:21 +01:00
6d0ec7e448 Fixup imports in package views 2024-11-18 21:19:59 +01:00
8422ff0eeb Fixup imports in manufacturer views 2024-11-18 21:17:31 +01:00
1f3ed7f8ed Fixup imports of distributor views 2024-11-18 21:15:05 +01:00
b3f8041f08 Fixup import of component_views.py 2024-11-18 21:08:55 +01:00
173f0e3c91 Fix trailing whitespace 2024-11-18 20:58:39 +01:00
a2f96ed4f0 Unclutter the views and move them to separate files 2024-11-18 20:56:23 +01:00
74e0be71b9 Upgrade to Dajngo 5.1.3 2024-11-18 20:17:55 +01:00
ce00f018fd Merge branch 'develop' into mhu/4-port-to-django-5.1 2024-11-18 20:08:42 +01:00
6c6ef9e5fc Move vscode folder up by one to include everything in the workspace 2024-11-18 19:53:09 +01:00
b9d788935d Merge pull request 'extended api with read only fields to improve label writing' (#17) from feature/expand-components-in-storage-api into develop
Reviewed-on: #17
Reviewed-by: Mario Hüttel <mario.huettel@linux.com>
2024-11-17 23:42:24 +01:00
aa08de0d10 extended api with read only fields to improve label writing 2024-11-17 23:28:15 +01:00