Commit Graph

72 Commits

Author SHA1 Message Date
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
01124d9904 Add manufacturers and distributors to Website 2021-11-14 20:38:19 +01:00
3bbc05db1e Add package overview, search, and create modal 2021-11-14 18:40:21 +01:00
503ede44e3 Implement package-detail view 2021-11-14 16:48:42 +01:00
ac318ca864 Do some random coding for Distribotr numbers and Component parameters. This is probably not the most ideal solution. Will change this later 2021-11-13 21:05:52 +01:00
5c3197e040 Add Stock overview to component detail apge 2021-11-12 20:31:34 +01:00
4fe9bb1431 start component parameter formset 2021-11-12 20:14:02 +01:00
c08a442ce5 Fix bug in QR search on component pages 2021-11-11 21:12:21 +01:00
69ed1092e0 Implement edit componant form and adapt UI 2021-11-11 20:51:02 +01:00
e2aba765d4 Add a lot of stuff.. Can't remember 2021-11-10 19:38:39 +01:00
7eb2652433 Progress with component handling 2021-11-09 18:44:28 +01:00
ed733b8bb7 Start Component pages 2021-11-09 16:35:11 +01:00