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

View File

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