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
|
||||
Users: Usuarios
|
||||
Suppliers: Proveedores
|
||||
Monitors: Monitores
|
||||
|
||||
# Common
|
||||
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
<vn-table model="model" class="fixed-header scrollable sm">
|
||||
<vn-thead>
|
||||
<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="nickname">Import</vn-th>
|
||||
<vn-th>Import</vn-th>
|
||||
</vn-tr>
|
||||
</vn-thead>
|
||||
<vn-tbody ng-repeat="order in model.data">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
vn-id="model"
|
||||
params="::$ctrl.filterParams"
|
||||
url="SalesMonitors/salesFilter"
|
||||
limit="18"
|
||||
limit="20"
|
||||
order="shippedDate DESC, shippedHour ASC, zoneLanding ASC, id">
|
||||
</vn-crud-model>
|
||||
<vn-portal slot="topbar">
|
||||
|
|
|
@ -16,4 +16,8 @@ vn-monitor-sales-tickets {
|
|||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
vn-table.scrollable.lg {
|
||||
height: 736px
|
||||
}
|
||||
}
|
|
@ -1,2 +1 @@
|
|||
Monitors: Monitores
|
||||
Sales monitor: Monitor de ventas
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"module": "monitor",
|
||||
"name": "Monitors",
|
||||
"icon" : "icon-supplier",
|
||||
"icon" : "grid_view",
|
||||
"dependencies": ["ticket", "worker", "client"],
|
||||
"validations" : true,
|
||||
"menus": {
|
||||
"main": [
|
||||
{"state": "monitor.index", "icon": "leaderboard"}
|
||||
{"state": "monitor.index", "icon": "grid_view"}
|
||||
],
|
||||
"card": []
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue