Commit Graph

84 Commits

Author SHA1 Message Date
8a676c096a report search errors even on partial success 2025-02-03 22:28:25 +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
adf152938d rounded float values in short string, fixed displaying components without proper type 2025-01-31 23:58:58 +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
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
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
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
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
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
9adafeb882 Finish broken sentence in comment 2024-11-17 23:03:43 +01:00
390eaac396 Merge branch 'develop' into feature/csv-import 2024-11-17 21:44:53 +01:00
20a83c7e91 added CSV upload to enable fast creation of similar components 2024-11-17 19:54:15 +01:00
561b2aed27 Add the /healthcheck path which returns an HTTP200 OK response for checking the helath of the container after startup 2024-11-17 19:10:28 +01:00
254bf2bdf0 made the verbose storage name optional in form 2024-11-16 19:11:25 +01:00
a77f46d697 added verbose name to storages to be printed on labels etc. 2024-11-16 13:22:59 +01:00
3e72cfe5d8 fixed usage of if instead of elif 2024-11-15 22:55:30 +01:00
8280fe7116 added option to change storages 2024-11-10 21:13:56 +01:00
0b27e9f064 added templating mechanism for storages 2024-11-10 20:46:45 +01:00
191705c6a6 Add migration command for old file name structure 2022-08-05 21:49:58 +02:00
a3fc0e8447 Implement sorting of component parameters ind distri nums and add description collapse for parameters 2022-01-03 22:53:57 +01:00
f092977b2a Round component parameter values to 3 digits 2022-01-03 22:09:49 +01:00
f6a9ce622c Add component parameter forms 2022-01-03 17:38:50 +01:00
cab865c8fe Add formset for parameter search (not functional) and improve usability 2022-01-03 13:18:31 +01:00
5c9f0d0f0a Start advanced search 2022-01-02 20:00:29 +01:00
3c51c2485c Implement simple search for components 2022-01-02 17:57:00 +01:00
494aded95b Implement distributor numbers 2022-01-02 16:23:49 +01:00