Commit Graph

83 Commits

Author SHA1 Message Date
254bf2bdf0 made the verbose storage name optional in form 2024-11-16 19:11:25 +01:00
6e01b1939d Merge pull request 'feature/sst_storage_verbose_name' (#10) from feature/sst_storage_verbose_name into develop
Reviewed-on: #10
Reviewed-by: Mario Hüttel <mario.huettel@linux.com>
2024-11-16 13:27:19 +01:00
a77f46d697 added verbose name to storages to be printed on labels etc. 2024-11-16 13:22:59 +01:00
50ecaa2cc0 Merge pull request 'sst/storage_templates' (#3) from sst/storage_templates into develop
Reviewed-on: #3
2024-11-15 22:58:18 +01:00
3e72cfe5d8 fixed usage of if instead of elif 2024-11-15 22:55:30 +01:00
5e478ba624 removed bullshit 2024-11-10 21:21:07 +01:00
8280fe7116 added option to change storages 2024-11-10 21:13:56 +01:00
2e295e4691 removed unneeded stuff 2024-11-10 20:47:21 +01:00
0b27e9f064 added templating mechanism for storages 2024-11-10 20:46:45 +01:00
6dd781021c Merge pull request 'sst/tinkeing' (#2) from sst/tinkeing into master
Reviewed-on: #2
2024-04-25 20:37:14 +02:00
7e0fc86b7f running migration without interaction in entrypoint script 2023-12-11 00:34:43 +01:00
7a1bf054f5 disabling django ssl redirection in order to run this in docker (without ssl obviously) 2023-12-11 00:23:36 +01:00
5b6f4e16ef tinkered around to get this app running inside a container using alpine and socket based psql 2023-12-10 23:09:33 +01:00
191705c6a6 Add migration command for old file name structure 2022-08-05 21:49:58 +02:00
ba0da19810 Rework file upload structure to use subfolders for better file performance 2022-08-05 21:49:00 +02:00
873e13542a Correctly implement filtering for components 2022-01-04 20:06:22 +01:00
1e302e4595 Revert "Add filtering to component API"
This reverts commit c6fae17154.
2022-01-04 20:05:11 +01:00
c6fae17154 Add filtering to component API 2022-01-04 20:03:20 +01:00
3b1eb6118f Revert "Add filtering to component API"
This reverts commit 76c79403f2.
2022-01-04 20:02:13 +01:00
76c79403f2 Add filtering to component API 2022-01-04 19:59:05 +01: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
aa7b35522b Merge pull request 'Implement distributor numbers' (#1) from distributor-num into master
Reviewed-on: #1
2022-01-02 16:25:07 +01:00
494aded95b Implement distributor numbers 2022-01-02 16:23:49 +01:00
f520b22dd0 Fix broken indentation 2022-01-02 02:06:36 +01:00
b1921940f0 Enable HSTS seconds 2022-01-02 02:03:46 +01:00
34fd41cff6 harden production settings 2022-01-02 01:59:13 +01:00
a29dc5b97c Update main page 2022-01-01 22:47:12 +01:00
dbbd8b4a99 Implement component deletion 2022-01-01 17:53:10 +01:00
8ef217f224 Update production settings 2022-01-01 17:22:04 +01:00
f21ce223bc Wrote autocompletion for foreign key field 2022-01-01 17:18:08 +01:00
563a769064 remove NULL from all text fields in database 2022-01-01 14:06:46 +01:00
c4a26f8a98 Further improve stuff nad add model fro print jobs 2022-01-01 13:52:52 +01:00
38bca5caf9 Rewrite autocomplete foreign key 2021-12-31 22:40:58 +01:00
a0775a69ca Make progress with automatic form field for model autocompletion 2021-12-31 22:29:47 +01:00
258fd1747c Try out some stuff 2021-12-31 16:38:23 +01:00
ca61437110 Add lot number to add stock form 2021-12-31 14:03:25 +01:00
e959f11051 Add lot to stock model. 2021-12-30 23:33:43 +01:00
e6eb9346a8 Add filter backend for storage model in API 2021-12-30 21:55:35 +01:00
a73fba0f1b Fix broken token authentication 2021-12-30 21:12:58 +01:00
3abdd9b180 Improve search of packages, distributors and manufacturers 2021-11-15 17:57:01 +01:00
b65b5c12ce Update requirements 2021-11-15 11:57:32 +01:00
4ab49978d1 Change settings file in wsgi to production settings 2021-11-15 11:53:10 +01:00
b60462c5ae Add uwsgi config 2021-11-15 11:37:56 +01:00
dc7d4b3005 Improve search and add production settings file 2021-11-15 11:20:31 +01:00
ef631acd6b Add links to distributor and manufacturer website 2021-11-14 22:04:17 +01:00