feat(settings): added in dyco printing settings

This commit is contained in:
2025-11-01 00:04:21 -05:00
parent 6d27a7aa63
commit 2ed6bf4d1f

View File

@@ -26,5 +26,12 @@
"description": "What is the port the v1app is on",
"moduleName": "system",
"roles": ["systemAdmin"]
},
{
"name": "dycoPrint",
"value": "0",
"description": "Are we using dyco to print the labels or rfid?",
"moduleName": "ocp",
"roles": ["systemAdmin", "admin", "manager"]
}
]