mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-11 15:18:42 +00:00
Add existing query to link
This commit is contained in:
parent
4fc35611f8
commit
89163e0c42
|
|
@ -5,7 +5,7 @@
|
|||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Billing",
|
||||
"uri": "/{/lang}/backend/sales/invoice/list",
|
||||
"uri": "/{/lang}/backend/sales/invoice/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "List",
|
||||
"uri": "/{/lang}/backend/sales/invoice/list",
|
||||
"uri": "/{/lang}/backend/sales/invoice/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Invoice",
|
||||
"uri": "/{/lang}/backend/sales/invoice/single",
|
||||
"uri": "/{/lang}/backend/sales/invoice/single?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Create",
|
||||
"uri": "/{/lang}/backend/sales/invoice/create",
|
||||
"uri": "/{/lang}/backend/sales/invoice/create?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Invoice",
|
||||
"uri": "/{/lang}/backend/purchase/invoice/list",
|
||||
"uri": "/{/lang}/backend/purchase/invoice/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "List",
|
||||
"uri": "/{/lang}/backend/purchase/invoice/list",
|
||||
"uri": "/{/lang}/backend/purchase/invoice/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Invoice",
|
||||
"uri": "/{/lang}/backend/purchase/invoice/single",
|
||||
"uri": "/{/lang}/backend/purchase/invoice/single?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
@ -112,7 +112,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Create",
|
||||
"uri": "/{/lang}/backend/purchase/invoice/create",
|
||||
"uri": "/{/lang}/backend/purchase/invoice/create?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user