2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-11 01:25:40 +00:00
Commit Graph

11868 Commits

Author SHA1 Message Date
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
30cf09dd86 Merge branch 'matmair/issue2201' of https://github.com/matmair/InvenTree into matmair/issue2201 2021-11-10 00:31:27 +01:00
2835022330 merge 2021-11-10 00:30:21 +01:00
85b906f49d Adds "stock" column sorting for stock table 2021-11-10 09:48:52 +11:00
ab32ab0b3b Merge pull request #2277 from SchrodingersGat/multi-report-fix
Fix for printing multiple reports at once
2021-11-10 09:26:55 +11:00
558c2cc275 Merge pull request #2275 from SchrodingersGat/settings-via-api
Settings via api
2021-11-10 09:06:02 +11:00
56bf0f0487 Fix for printing multiple reports at once
(bug introduced in 79434bb)
2021-11-10 09:03:15 +11:00
3dae0c9c1c Remove old unit test code 2021-11-10 08:48:51 +11:00
cfb873bb4f Bug fix for loading part table without enabling grid view 2021-11-09 22:47:19 +11:00
db31bf91e6 Improve display of "no response from server" message 2021-11-09 22:41:54 +11:00