Ammends
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
2e7d56cc26
commit
b828609d33
|
@ -47,6 +47,7 @@ Invoices in: Fact. recibidas
|
||||||
Entries: Entradas
|
Entries: Entradas
|
||||||
Users: Usuarios
|
Users: Usuarios
|
||||||
Suppliers: Proveedores
|
Suppliers: Proveedores
|
||||||
|
Monitors: Monitores
|
||||||
|
|
||||||
# Common
|
# Common
|
||||||
|
|
||||||
|
|
|
@ -20,9 +20,9 @@
|
||||||
<vn-table model="model" class="fixed-header scrollable sm">
|
<vn-table model="model" class="fixed-header scrollable sm">
|
||||||
<vn-thead>
|
<vn-thead>
|
||||||
<vn-tr>
|
<vn-tr>
|
||||||
<vn-th field="date_send" shrink-datetime>Date</vn-th>
|
<vn-th field="date_send" shrink-datetime default-order="DESC">Date</vn-th>
|
||||||
<vn-th field="clientFk">Client</vn-th>
|
<vn-th field="clientFk">Client</vn-th>
|
||||||
<vn-th field="nickname">Import</vn-th>
|
<vn-th>Import</vn-th>
|
||||||
</vn-tr>
|
</vn-tr>
|
||||||
</vn-thead>
|
</vn-thead>
|
||||||
<vn-tbody ng-repeat="order in model.data">
|
<vn-tbody ng-repeat="order in model.data">
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
vn-id="model"
|
vn-id="model"
|
||||||
params="::$ctrl.filterParams"
|
params="::$ctrl.filterParams"
|
||||||
url="SalesMonitors/salesFilter"
|
url="SalesMonitors/salesFilter"
|
||||||
limit="18"
|
limit="20"
|
||||||
order="shippedDate DESC, shippedHour ASC, zoneLanding ASC, id">
|
order="shippedDate DESC, shippedHour ASC, zoneLanding ASC, id">
|
||||||
</vn-crud-model>
|
</vn-crud-model>
|
||||||
<vn-portal slot="topbar">
|
<vn-portal slot="topbar">
|
||||||
|
|
|
@ -16,4 +16,8 @@ vn-monitor-sales-tickets {
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vn-table.scrollable.lg {
|
||||||
|
height: 736px
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -1,2 +1 @@
|
||||||
Monitors: Monitores
|
|
||||||
Sales monitor: Monitor de ventas
|
Sales monitor: Monitor de ventas
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"module": "monitor",
|
"module": "monitor",
|
||||||
"name": "Monitors",
|
"name": "Monitors",
|
||||||
"icon" : "icon-supplier",
|
"icon" : "grid_view",
|
||||||
"dependencies": ["ticket", "worker", "client"],
|
"dependencies": ["ticket", "worker", "client"],
|
||||||
"validations" : true,
|
"validations" : true,
|
||||||
"menus": {
|
"menus": {
|
||||||
"main": [
|
"main": [
|
||||||
{"state": "monitor.index", "icon": "leaderboard"}
|
{"state": "monitor.index", "icon": "grid_view"}
|
||||||
],
|
],
|
||||||
"card": []
|
"card": []
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue