Commit Graph

35 Commits

Author SHA1 Message Date
Matthias
3edabc810e
use namespaces for urls 2021-09-19 16:44:32 +02:00
Matthias
1c89e83d28
navigation plugin 2021-09-19 16:27:43 +02:00
Matthias
4c8318440c
renmae of plugin 2021-09-19 14:54:55 +02:00
Matthias
c222b9c296
Some sample code for internal testing 2021-09-19 14:46:32 +02:00
Matthias
1c781d9bf0
rename 2021-09-18 04:32:31 +02:00
Matthias
0b0c4cf337
more code structure 2021-09-18 04:27:24 +02:00
Matthias
debad4ab9a
refactor to make simpler 2021-09-18 04:23:31 +02:00
Matthias
21d187a387
one module check fnc 2021-09-18 04:18:34 +02:00
Matthias
d363063add
remove duplicate functions 2021-09-18 03:41:41 +02:00
Matthias
dc70b5ef11
urls as own mixin 2021-09-18 03:40:21 +02:00
Matthias
8220ccb385
plugin settings as a module 2021-09-18 03:31:52 +02:00
Matthias
f74cd5901d
module registry mechanism 2021-09-18 03:30:21 +02:00
Matthias
dafed332bc
show base url in settings 2021-09-18 02:09:22 +02:00
Matthias
2498cbde79
PEP fixes 2021-09-17 22:59:29 +02:00
Matthias
682ee87267
settings per plugin 2021-09-17 22:44:11 +02:00
Matthias
d5f022f2cb
url integration 2021-09-15 07:53:19 +02:00
Matthias
9f3862ab27
basic integration plugin 2021-09-15 07:40:19 +02:00
Matthias
7319150e7c
refactor of load_plugin 2021-09-15 07:26:30 +02:00
Matthias
f2b0717d10 removes all lines consisting only of spaces
this really bothers me for some reason - nothing technical
2021-05-06 12:11:38 +02:00
Oliver Walters
e787c853e5 Update logger context 2021-04-10 20:08:13 +10:00
Oliver Walters
0f42916521 Improve settings.py
- Load database config from either config.yaml or environment variables
- Mix and match, if you want!
- Move to use logging module rather than just printing stuff
- Error if required database parameters are not required
2020-11-13 13:38:01 +11:00
Oliver Walters
beccbe8583 Flake fixes 2020-06-11 19:46:36 +10:00
Oliver Walters
0068cd9825 Refactor barcode endoint
- Moved code into 'barcode' directory
2020-06-11 11:09:07 +10:00
Oliver Walters
78990a99e5 Fix serializer for stock item 2020-05-26 23:01:30 +10:00
Oliver Walters
91012d2788 Delete unused import 2020-04-17 08:40:37 +10:00
Oliver Walters
10ee8bc666 Use existing serializers to encode information for barcode response 2020-04-15 23:41:16 +10:00
Oliver Walters
a58e2e84f8 Add "ActionPlugin" interface
- Plugin for running a custom action
2020-04-15 00:16:42 +10:00
Oliver Walters
7faa0d199d Push even more barcode decoding to the individual plugin
- DigiKey barcode is NOT json formatted, for example...
2020-04-14 23:33:03 +10:00
Oliver Walters
277b28a7e9 Create a "unique(ish)" hash for barcode data 2020-04-14 22:38:32 +10:00
Oliver Walters
f742f32804 Added some doc string 2020-04-14 22:33:03 +10:00
Oliver Walters
94e400d0e1 Simplify barcode plugin class 2020-04-14 22:30:29 +10:00
Oliver Walters
5de85defa7 Validation of InvenTree style barcodes 2020-04-14 22:00:58 +10:00
Oliver Walters
4a615e05ae Further barcode work
- Simplify InvenTree barcode format
- Create base-clas for plugin
2020-04-14 21:30:43 +10:00
Oliver Walters
70589b06e1 doc 2020-04-14 19:27:43 +10:00
Oliver Walters
b286a5e30c Plugin framework
- Registers some very simple barcode plugins
2020-04-14 01:17:44 +10:00