2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-03 04:00:57 +00:00

Add list of pending shipment to home page, with corresponding settings for user (#4775)

This commit is contained in:
miggland
2023-05-07 16:25:51 +02:00
committed by GitHub
parent 89dfb6186f
commit 84f8e33269
4 changed files with 39 additions and 1 deletions

View File

@ -1875,6 +1875,13 @@ class InvenTreeUserSetting(BaseInvenTreeSetting):
'validator': bool,
},
'HOMEPAGE_SO_SHIPMENTS_PENDING': {
'name': _('Show pending SO shipments'),
'description': _('Show pending SO shipments on the homepage'),
'default': True,
'validator': bool,
},
'HOMEPAGE_NEWS': {
'name': _('Show News'),
'description': _('Show news on the homepage'),