2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-10 17:20:32 +00:00
Commit Graph

11927 Commits

Author SHA1 Message Date
36c0fad8e1 check if plugin is enabled 2021-11-12 01:12:13 +01:00
8ef7a813ec refactor to plugin app config 2021-11-12 01:07:18 +01:00
685d3df6d1 Enable / Disable Plugins
Fixes #2292
2021-11-12 00:46:47 +01:00
ae5031e997 refactor internal names 2021-11-12 00:13:12 +01:00
61f6061edf adding in license meta 2021-11-12 00:12:03 +01:00
b2478b418a "description" field for plugin
Fixes #2293
2021-11-12 00:09:05 +01:00
65046df417 display path in plugin details
Fixes #2294
2021-11-12 00:00:43 +01:00
1535fc0565 refactor is_package 2021-11-11 23:55:34 +01:00
689b414d62 show info if no version exists
Fixes #2295
2021-11-11 23:32:22 +01:00
3be21c59ec remove default listing without a key 2021-11-11 23:07:46 +01:00
5bb3a95699 Fix theme selector
Fixes #2298
2021-11-11 23:04:16 +01:00
1ff9edf490 move theme selection
#2299
2021-11-11 15:54:57 +01:00
a810708336 Updated Dark Reader color theme CSS after Bootstrap 5 port 2021-11-11 08:02:12 -05:00
99f65d242e fix test path 2021-11-11 13:25:07 +01:00
796b2a059d move tempalte tags to plugin 2021-11-11 13:10:12 +01:00
fa36bcdbca 'safe' loading of links 2021-11-11 13:00:20 +01:00
03aa9bc9b0 Tweaks for settings admin views 2021-11-11 22:39:31 +11:00
36591a5f6e fix link 2021-11-11 12:33:11 +01:00
d4db750d2f Clear the SERVER_RESTART_REQUIRED flag automatically when the server reloads 2021-11-11 22:26:46 +11:00
cacc272424 Display a wanring message if server restart is required 2021-11-11 22:22:39 +11:00
112e04381e fix badges 2021-11-11 12:20:22 +01:00
ab1742da64 remove reduntant block 2021-11-11 12:19:11 +01:00
b4faaa7a46 Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 2021-11-11 12:18:13 +01:00
626637a06a Add "hidden" property to global settings
- Allows certain settings to be hidden from the javascript files
2021-11-11 22:16:46 +11:00
2f3772f3bf define "requires_restart" function for global setting 2021-11-11 22:16:28 +11:00
b17d6f932a Merge pull request #2165 from nwns/feature/redisascache
Add support for using Redis as a cache and a broker
2021-11-11 17:08:41 +11:00
d5cf2b08ac Merge remote-tracking branch 'inventree/master' into partial-shipment
# Conflicts:
#	InvenTree/InvenTree/version.py
#	InvenTree/order/models.py
2021-11-11 12:35:59 +11:00
9a017d950e Merge pull request #2288 from matmair/matmair/issue2278
Add setting for enabeling reports
2021-11-11 11:23:32 +11:00
95e63d1278 Merge pull request #2289 from matmair/ui-tewaks2
remove empty breadcrumb space in settings
2021-11-11 11:03:21 +11:00
fcc94b3902 remove empty breadcrumb space in settings 2021-11-11 00:28:30 +01:00
bae28e8207 Add setting for enabeling reports
Fixes #2278
2021-11-10 23:54:54 +01:00
f9c004bd36 Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 2021-11-10 23:20:39 +01:00
4d6189653e Update README.md 2021-11-11 08:39:28 +11:00
088e72c0b5 Merge pull request #2286 from SchrodingersGat/whoops-bug-fix
Fixes bug extracting list of bom items
2021-11-10 14:20:40 +11:00
4a26f274af fixing silly bug I introduced 2021-11-10 14:00:30 +11:00
5e8aab9137 Merge pull request #2285 from SchrodingersGat/bom-quantity
Normalize "available stock" quantity before exporting
2021-11-10 13:44:43 +11:00
1bb51a7309 Normalize "available stock" quantity before exporting 2021-11-10 13:27:59 +11:00
ae7cde7547 Merge pull request #2281 from SchrodingersGat/stock-sort
Adds "stock" column sorting for stock table
2021-11-10 12:20:07 +11:00
f2c1791370 Merge pull request #2283 from SchrodingersGat/install-into-improvements
Improve options for installing a part into another part
2021-11-10 11:39:12 +11:00
986a13864a Exclude 'serial_int' when exporting stock data 2021-11-10 11:37:30 +11:00
919f182c25 Remove debug messages 2021-11-10 11:30:11 +11:00
ba11a73f91 Fix for saving stock item objects 2021-11-10 11:22:58 +11:00
bd81eba380 PEP style fixes 2021-11-10 11:13:30 +11:00
6a534e0322 Improve options for installing a part into another part
- Allow "variant" parts when the BOM specifies that variants are allowed for a particular BOM item
2021-11-10 11:11:52 +11:00
067f12d5eb PEP fixes 2021-11-10 11:01:12 +11:00
25ce043337 Adjust ordering sequence for StockItem 2021-11-10 11:00:43 +11:00
738ba4eddf Data migration to initially update serial number fields for all stock items
- Also automatically updates serial_int field when saving StockItem
2021-11-10 10:59:48 +11:00
257be18d79 Add 'serial_int' field to stockitem model
- Allows for integer sorting of stock items
2021-11-10 10:47:17 +11:00
e2e8470154 Merge branch 'plugin-2037' of https://github.com/matmair/InvenTree into plugin-2037 2021-11-10 00:37:54 +01:00
d982bfe201 Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 2021-11-10 00:37:49 +01:00