This commit is contained in:
Dennis Eichhorn 2024-04-12 00:52:08 +00:00
parent 66c0aa7dd3
commit d089b45b03
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "StockTaking", "name": "StockTaking",
"uri": "{/base}/warehouse/stocktaking/list?{?}", "uri": "{/base}/warehouse/stocktaking/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -19,7 +19,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Dashboard", "name": "Dashboard",
"uri": "{/base}/warehouse/stocktaking/list?{?}", "uri": "{/base}/warehouse/stocktaking/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -34,7 +34,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",
"uri": "{/base}/warehouse/stocktaking/create?{?}", "uri": "{/base}/warehouse/stocktaking/create",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,

View File

@ -14,8 +14,8 @@
"type": "INT", "type": "INT",
"null": true, "null": true,
"default": null, "default": null,
"foreignTable": "organization_unit", "foreignTable": "unit",
"foreignKey": "organization_unit_id" "foreignKey": "unit_id"
}, },
"stocktaking_created_at": { "stocktaking_created_at": {
"name": "stocktaking_created_at", "name": "stocktaking_created_at",