2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Add page for global settings

This commit is contained in:
Oliver Walters
2020-10-25 08:17:41 +11:00
parent b57a78dea4
commit 4d96b385b1
4 changed files with 33 additions and 0 deletions

View File

@ -51,6 +51,12 @@ class InvenTreeSetting(models.Model):
'description': _('String descriptor for the server instance'),
},
'INVENTREE_COMPANY_NAME': {
'name': _('Company name'),
'description': _('Internal company name'),
'default': 'My company name',
},
'PART_IPN_REGEX': {
'name': _('IPN Regex'),
'description': _('Regular expression pattern for matching Part IPN')