Matthias Mair
0d836530e4
Merge branch 'inventree:master' into plugin-2037
2021-10-31 23:04:50 +01:00
Matthias Mair
c02a087044
Merge branch 'inventree:master' into matmair/issue2201
2021-10-31 23:04:40 +01:00
Oliver
360f0406b5
CSS updates
...
- Add template for filter lists
- Filter lists now layout horizontally
- Change flex-row to flex-wrap
2021-11-01 08:38:24 +11:00
Oliver
fd2a26c8fa
Merge pull request #2219 from SchrodingersGat/submodule-fix
...
Remove submodule
2021-11-01 08:36:12 +11:00
Oliver
b8d6a2830e
Remove submodule
2021-11-01 08:17:29 +11:00
Matthias
7719a07f19
remove data
2021-10-31 14:10:07 +01:00
Matthias
487bab5162
cleanup
2021-10-31 14:02:24 +01:00
Matthias
9fd66e9f22
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2201
2021-10-31 13:56:14 +01:00
Matthias
ec17bbcb95
mkaeuser setting tighter
2021-10-31 13:54:12 +01:00
Matthias
06822303bc
refactor user settings
2021-10-31 13:42:41 +01:00
Matthias
dd74cf19a7
fix middleware to not interupt flow
2021-10-31 13:42:27 +01:00
rocheparadox
60c2aab06d
remove unused imports
2021-10-31 11:30:14 +05:30
rocheparadox
40da41959b
Created part.tasks file and moved notify_low_stock function to the same from InvenTree.tasks. The argument type is changed from StockItem to Part
...
Added trans to headers of table in email template of low_stock_notification.html
added is_part_low_on_stock() function to the part model to check if the part's stock has fallen below the minimum quantity
used offload_task function to run the low stock notification function asynchronously
2021-10-31 11:26:41 +05:30
rocheparadox
fca15a0439
added arbitrary args and arbitrary keyword args while executing a function synchronously from offload_task() in inventree.tasks
2021-10-31 11:21:06 +05:30
Oliver
9057462588
Merge pull request #2212 from matmair/matmair/issue2210
...
Fix for actions wrapping on smaller screens
2021-10-31 09:09:27 +11:00
Oliver
b2dd3da518
Merge pull request #2215 from matmair/matmair/issue2213
...
[BUG] Auth screens broken
2021-10-31 09:05:26 +11:00
Matthias
199254dfe9
adjust navigation integration to new style
2021-10-30 22:35:47 +02:00
Matthias
0ae514e7be
hide breadcrumb section
2021-10-30 22:15:21 +02:00
Matthias
13cc329dc6
remove unneeded headers
2021-10-30 22:14:57 +02:00
Matthias Mair
b31a1aa4cc
fix plugin rendering in settings nav
2021-10-30 18:10:56 +00:00
Matthias
584f53b85e
Merge branch 'plugin-2037' of https://github.com/matmair/InvenTree into plugin-2037
2021-10-30 18:23:14 +02:00
Matthias
703c8a31b1
Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037
2021-10-30 18:23:09 +02:00
Matthias Mair
20a129f396
Merge branch 'inventree:master' into matmair/issue2181
2021-10-30 17:24:03 +02:00
Matthias Mair
6ce10736af
Merge branch 'inventree:master' into matmair/issue2210
2021-10-30 17:23:55 +02:00
Matthias Mair
108f715ef6
Merge branch 'inventree:master' into matmair/issue2213
2021-10-30 17:23:51 +02:00
rocheparadox
6ec2801fce
Facilitated translation for low stock notification subject
...
moved the message/content of low stock notification to html template
Facilitated translation in low stock notification html template file
2021-10-30 20:32:10 +05:30
Matthias Mair
14680531f0
[BUG] Auth screens broken
...
Fixes #2213
2021-10-30 14:05:40 +00:00
Oliver
fe5cb3ddca
Merge pull request #2214 from SchrodingersGat/sales-order-export-fix
...
convert sale_price to string before exporting
2021-10-31 00:34:28 +11:00
Oliver
3423cb9d7c
Merge pull request #2209 from matmair/test-branch
...
Update README.md
2021-10-31 00:06:11 +11:00
Oliver
a151a68e58
convert sale_price to string before exporting
2021-10-31 00:05:20 +11:00
Oliver
361f4498df
Fix broken tables removed by conflict
2021-10-30 23:51:59 +11:00
Oliver
eaa315e726
Merge branch 'master' into partial-shipment
...
# Conflicts:
# InvenTree/build/templates/build/build_base.html
# InvenTree/order/templates/order/order_base.html
# InvenTree/order/templates/order/sales_order_base.html
# InvenTree/order/templates/order/sales_order_detail.html
# InvenTree/order/templates/order/so_navbar.html
2021-10-30 23:44:06 +11:00
Matthias Mair
6af866557d
fixes missing wraping on iPdas and iPhones
...
Fixes #2210
2021-10-30 12:34:31 +00:00
Matthias Mair
ceb457a837
Update README.md
...
added a button in REadme to open up a env in gitpod directly
2021-10-30 14:16:11 +02:00
Oliver
2a58ad97dc
Merge pull request #2206 from matmair/gitpod
...
Add definition for Gitpod.io
2021-10-30 23:06:40 +11:00
Oliver
2bbeab38ff
Merge pull request #2205 from SchrodingersGat/bootstrap-5
...
Bootstrap 5
2021-10-30 23:03:12 +11:00
Oliver
75c8faa09f
Tweaks
2021-10-30 22:30:04 +11:00
Oliver
638c9d4007
Enable bootstrap-5 theme for select2
2021-10-30 22:16:40 +11:00
Oliver
2830fc3c7f
Fixes
2021-10-30 14:11:03 +11:00
rocheparadox
e0cd02ee60
added dispatch_uid to post_save signal of StockItem
2021-10-30 08:30:39 +05:30
rocheparadox
83309fd054
Fixed the order of fixtures installation for testing
2021-10-30 08:16:42 +05:30
rocheparadox
f2207cc6f8
Merge remote-tracking branch 'upstream/master'
2021-10-30 08:14:53 +05:30
Oliver
29c913b553
Improvements for stock item test result table
2021-10-30 13:31:13 +11:00
Oliver
79434bb4e0
Handle missing report template
2021-10-30 13:28:08 +11:00
Oliver
a689b77cfb
More tweaks
2021-10-30 13:18:11 +11:00
Oliver
eb18ad6c4c
Merge pull request #2164 from nwns/feature/postgrestimeouts
...
Set some sensible postgres timeouts
2021-10-30 13:14:13 +11:00
Oliver
c4c533bee0
JS linting
2021-10-30 13:03:52 +11:00
Oliver
c2a8cfd183
PEP style fixes
2021-10-30 12:57:49 +11:00
Oliver
8e1d9c281a
Adds tree view for stock locations
2021-10-30 12:53:25 +11:00
Oliver
be23634c5d
Refactor display toggle for part list and part category list
2021-10-30 12:45:07 +11:00