2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00
Commit Graph

91 Commits

Author SHA1 Message Date
1782974df8 replace depreceated values everywhere 2022-05-11 16:46:03 +02:00
1571b99ed2 rename IntegrationPluginBase to InvenTreePlugin 2022-05-11 14:28:26 +02:00
b030c42480 move inegration mixins 2022-05-11 12:36:54 +02:00
e57a3870c6 Fix build index template 2022-05-07 22:47:48 +10:00
9f15dd8e2a Custom panels can now be rendered from a template 2022-05-07 22:32:26 +10:00
5ed0128435 PEP style fixes 2022-05-06 23:34:34 +10:00
12c58b14d6 Improvements for panel mixin sample 2022-05-06 23:19:47 +10:00
7b8a10173d Adds a new "Panel" mixin which can render custom panels on given pages
- Adds item to sidebar menu
- Adds panel content
- Runs custom javascript when the page is loaded
2022-05-06 22:49:51 +10:00
28e16616e5 Adds a PanelMixin plugin mixin class
Intended to allow rendering of custom panels on pages
2022-05-06 21:32:11 +10:00
cf93ba7cf9 Merge branch 'inventree:master' into matmair/issue2385 2022-05-04 12:23:05 +02:00
5e277130fa do not cover not implemented Mixin 2022-05-03 23:07:16 +02:00
08e278232b ignore db not ready in coverage 2022-05-03 22:12:34 +02:00
b9cbc287f2 empty mixin schaffold - no tests 2022-05-03 22:10:26 +02:00
0a012c3c58 only possible in test cases with plugin_tests off 2022-05-03 22:09:58 +02:00
4663815cfa this is just an extra safety check - should not trigger 2022-05-03 22:09:20 +02:00
4e5015e742 do not cover unready db 2022-05-03 22:08:57 +02:00
4125803e6d Merge branch 'inventree:master' into matmair/issue2385 2022-05-02 21:50:52 +02:00
67ab45bdee update depreciated paths 2022-05-01 22:00:18 +02:00
37e74074dd Merge branch 'inventree:master' into matmair/issue2385 2022-04-27 17:46:57 +02:00
1603bf4e60 fix api call 2022-04-26 01:32:31 +02:00
4c1a0ea9ce mkae user setting access simpler 2022-04-06 23:58:11 +02:00
547c51b81b pep fix 2022-04-06 01:47:11 +02:00
b087422290 add import back in 2022-04-06 01:45:19 +02:00
b53bf6de9c pep fix 2022-04-06 01:42:24 +02:00
b4654a7c71 add tests for email notification 2022-04-06 01:22:52 +02:00
5f4c8b3a3e add icon support for user settings 2022-04-05 01:53:41 +02:00
41ccacaa05 disable email by default 2022-04-05 00:56:13 +02:00
e3ca478042 PEP fix 2022-04-04 23:51:51 +02:00
1eb511e8a0 user notification settings 2022-04-04 23:46:19 +02:00
926f56bb41 move plugins checks to method 2022-04-02 04:11:29 +02:00
6a300ea24a fix global settings check 2022-04-02 03:32:27 +02:00
6124b1207d make setting global 2022-04-02 03:16:14 +02:00
c7329da7e0 move settings 2022-04-02 03:03:41 +02:00
279be87448 Move email notification method into plugin
Fixes 
2022-04-02 02:46:41 +02:00
e18493a397 Supply label width and height to the label printing plugin 2022-03-26 13:43:48 +11:00
fcdd1eb55b Remove old function call 2022-03-24 16:18:50 +11:00
6c25a5805d Allow offloading of label printing to the configured plugin 2022-03-24 14:57:01 +11:00
86b5655c5f Simplify new plugin class 2022-03-24 13:15:57 +11:00
69e9d1625a Adds a LabelPrintingMixin plugin class
- Enables the implementation of custom label printing plugins
- Will be available directly from the "print labels" dialog box
2022-03-24 12:51:27 +11:00
ad41957127 database not ready events are hard to reproduce consistently 2022-02-13 17:39:17 +01:00
ae016730f8 Fix - needs a global function to schedule 2022-01-13 10:53:33 +11:00
519a1009ab Fix: wrap args in quotes 2022-01-13 10:47:37 +11:00
934de1f772 Adds the ability for 'scheduled tasks' to be member functions of plugins 2022-01-13 10:24:47 +11:00
3ff4ed67c3 docstrings 2022-01-11 01:08:09 +01:00
0283214034 add custom errors for plugin 2022-01-11 00:43:18 +01:00
dd2547e117 readd spaces 2022-01-11 00:32:56 +01:00
c3d7a26f5d readd api call (dont know how that happened) 2022-01-11 00:30:17 +01:00
588936f6f4 PEP fix 2022-01-10 23:53:34 +01:00
e08c87e49f Merge branch 'matmair/issue2519' of https://github.com/matmair/InvenTree into matmair/issue2519 2022-01-10 23:52:00 +01:00
3b6e31cd35 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2519 2022-01-10 23:48:43 +01:00