mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-11 14:28:41 +00:00
fixes #62
This commit is contained in:
parent
d170e763a5
commit
3867e04bcb
|
|
@ -5,7 +5,7 @@
|
||||||
"type": 2,
|
"type": 2,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Clients",
|
"name": "Clients",
|
||||||
"uri": "/{/lang}/backend/sales/client/list?{?}",
|
"uri": "{/base}/{/lang}/backend/sales/client/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": "List",
|
"name": "List",
|
||||||
"uri": "/{/lang}/backend/sales/client/list?{?}",
|
"uri": "{/base}/{/lang}/backend/sales/client/list?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"type": 5,
|
"type": 5,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Create",
|
"name": "Create",
|
||||||
"uri": "/{/lang}/backend/sales/client/create?{?}",
|
"uri": "{/base}/{/lang}/backend/sales/client/create?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
"type": 5,
|
"type": 5,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Profile",
|
"name": "Profile",
|
||||||
"uri": "/{/lang}/backend/sales/client/profile?{?}",
|
"uri": "{/base}/{/lang}/backend/sales/client/profile?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
"type": 5,
|
"type": 5,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Turnover",
|
"name": "Turnover",
|
||||||
"uri": "/{/lang}/backend/sales/client/turnover?{?}",
|
"uri": "{/base}/{/lang}/backend/sales/client/turnover?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Invoices",
|
"name": "Invoices",
|
||||||
"uri": "/{/lang}/backend/sales/client/invoice/list?{?}",
|
"uri": "{/base}/{/lang}/backend/sales/client/invoice/list?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Articles",
|
"name": "Articles",
|
||||||
"uri": "/{/lang}/backend/sales/client/article/list?{?}",
|
"uri": "{/base}/{/lang}/backend/sales/client/article/list?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
@ -108,7 +108,7 @@
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Analysis",
|
"name": "Analysis",
|
||||||
"uri": "/{/lang}/backend/sales/client/profile/analysis?{?}",
|
"uri": "{/base}/{/lang}/backend/sales/client/profile/analysis?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
@ -125,7 +125,7 @@
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Create",
|
"name": "Create",
|
||||||
"uri": "/{/lang}/backend/sales/client/create?{?}",
|
"uri": "{/base}/{/lang}/backend/sales/client/create?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
|
||||||
|
|
@ -81,7 +81,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td colspan="8"><?= $footerView->render(); ?>
|
<td colspan="8"><?= $footerView->render(); ?>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $count = 0; foreach($clients as $key => $value) : $count++;
|
<?php $count = 0; foreach($clients as $key => $value) : $count++;
|
||||||
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/sales/client/profile?{?}&id=' . $value->getId()); ?>
|
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/sales/client/profile?{?}&id=' . $value->getId()); ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="<?= $url; ?>"><?= $value->getNumber(); ?></a>
|
<td><a href="<?= $url; ?>"><?= $value->getNumber(); ?></a>
|
||||||
<td><a href="<?= $url; ?>"><?= $value->getProfile()->getAccount()->getName1(); ?></a>
|
<td><a href="<?= $url; ?>"><?= $value->getProfile()->getAccount()->getName1(); ?></a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user