2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00
Commit Graph

139 Commits

Author SHA1 Message Date
6f8909c710 mixin registry 2021-09-19 17:32:44 +02:00
369f92abf1 move mixin registry stuff into own class 2021-09-19 17:12:16 +02:00
5ce525400d small refactor 2021-09-19 16:55:24 +02:00
063a0e5142 Link preflight check 2021-09-19 16:52:31 +02:00
3edabc810e use namespaces for urls 2021-09-19 16:44:32 +02:00
1c89e83d28 navigation plugin 2021-09-19 16:27:43 +02:00
4c8318440c renmae of plugin 2021-09-19 14:54:55 +02:00
c222b9c296 Some sample code for internal testing 2021-09-19 14:46:32 +02:00
1c781d9bf0 rename 2021-09-18 04:32:31 +02:00
0b0c4cf337 more code structure 2021-09-18 04:27:24 +02:00
debad4ab9a refactor to make simpler 2021-09-18 04:23:31 +02:00
21d187a387 one module check fnc 2021-09-18 04:18:34 +02:00
d363063add remove duplicate functions 2021-09-18 03:41:41 +02:00
dc70b5ef11 urls as own mixin 2021-09-18 03:40:21 +02:00
8220ccb385 plugin settings as a module 2021-09-18 03:31:52 +02:00
f74cd5901d module registry mechanism 2021-09-18 03:30:21 +02:00
dafed332bc show base url in settings 2021-09-18 02:09:22 +02:00
2498cbde79 PEP fixes 2021-09-17 22:59:29 +02:00
682ee87267 settings per plugin 2021-09-17 22:44:11 +02:00
d5f022f2cb url integration 2021-09-15 07:53:19 +02:00
9f3862ab27 basic integration plugin 2021-09-15 07:40:19 +02:00
7319150e7c refactor of load_plugin 2021-09-15 07:26:30 +02:00
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
e787c853e5 Update logger context 2021-04-10 20:08:13 +10:00
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
beccbe8583 Flake fixes 2020-06-11 19:46:36 +10:00
0068cd9825 Refactor barcode endoint
- Moved code into 'barcode' directory
2020-06-11 11:09:07 +10:00
78990a99e5 Fix serializer for stock item 2020-05-26 23:01:30 +10:00
91012d2788 Delete unused import 2020-04-17 08:40:37 +10:00
10ee8bc666 Use existing serializers to encode information for barcode response 2020-04-15 23:41:16 +10:00
a58e2e84f8 Add "ActionPlugin" interface
- Plugin for running a custom action
2020-04-15 00:16:42 +10:00
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
277b28a7e9 Create a "unique(ish)" hash for barcode data 2020-04-14 22:38:32 +10:00
f742f32804 Added some doc string 2020-04-14 22:33:03 +10:00
94e400d0e1 Simplify barcode plugin class 2020-04-14 22:30:29 +10:00
5de85defa7 Validation of InvenTree style barcodes 2020-04-14 22:00:58 +10:00
4a615e05ae Further barcode work
- Simplify InvenTree barcode format
- Create base-clas for plugin
2020-04-14 21:30:43 +10:00
70589b06e1 doc 2020-04-14 19:27:43 +10:00
b286a5e30c Plugin framework
- Registers some very simple barcode plugins
2020-04-14 01:17:44 +10:00