refactor: reorganize autocodes into modules with updated UI, new translations, and backend migrations.
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
"preview": "Preview",
|
||||
"none": "None",
|
||||
"view": "View",
|
||||
"copy": "Copy",
|
||||
"required": "Required",
|
||||
"add": "Add",
|
||||
"active": "Active",
|
||||
@@ -431,10 +432,20 @@
|
||||
"patternHelper": "Pattern for code generation",
|
||||
"previewLabel": "Preview:",
|
||||
"resetSequence": "Reset Sequence",
|
||||
"description": "Description",
|
||||
"everyYear": "Every year",
|
||||
"everyMonth": "Every month",
|
||||
"generationActive": "Generation active",
|
||||
"readOnly": "Code not editable"
|
||||
"readOnly": "Code not editable",
|
||||
"noConfigs": "No automatic codes configured for this app.",
|
||||
"modules": {
|
||||
"core": "Core System",
|
||||
"warehouse": "Warehouse",
|
||||
"purchases": "Purchases",
|
||||
"sales": "Sales",
|
||||
"production": "Production",
|
||||
"quality": "Quality"
|
||||
}
|
||||
},
|
||||
"customFields": {
|
||||
"title": "Custom Fields Management",
|
||||
|
||||
Reference in New Issue
Block a user