translates
gitea/salix/2056-entry_descriptor This commit looks good
Details
gitea/salix/2056-entry_descriptor This commit looks good
Details
This commit is contained in:
parent
843f13276a
commit
e7cdc58fad
|
@ -77,23 +77,20 @@
|
||||||
<tpl-body>
|
<tpl-body>
|
||||||
<div>
|
<div>
|
||||||
<h5 style="text-align: center">
|
<h5 style="text-align: center">
|
||||||
<span translate>From date</span>
|
<span translate>Send consumer report</span>
|
||||||
</h5>
|
</h5>
|
||||||
<vn-date-picker
|
<vn-date-picker
|
||||||
vn-id="from"
|
vn-id="from"
|
||||||
vn-one
|
vn-one
|
||||||
ng-model="$ctrl.from"
|
ng-model="$ctrl.from"
|
||||||
label="date"
|
label="From date"
|
||||||
vn-focus>
|
vn-focus>
|
||||||
</vn-date-picker>
|
</vn-date-picker>
|
||||||
<h5 style="text-align: center">
|
|
||||||
<span translate>To date</span>
|
|
||||||
</h5>
|
|
||||||
<vn-date-picker
|
<vn-date-picker
|
||||||
vn-id="to"
|
vn-id="to"
|
||||||
vn-one
|
vn-one
|
||||||
ng-model="$ctrl.to"
|
ng-model="$ctrl.to"
|
||||||
label="date">
|
label="To date">
|
||||||
</vn-date-picker>
|
</vn-date-picker>
|
||||||
</div>
|
</div>
|
||||||
</tpl-body>
|
</tpl-body>
|
||||||
|
|
|
@ -2,4 +2,3 @@ Simple ticket: Ticket simple
|
||||||
Send consumer report: Enviar informe de consumo
|
Send consumer report: Enviar informe de consumo
|
||||||
From date: Fecha desde
|
From date: Fecha desde
|
||||||
To date: Fecha hasta
|
To date: Fecha hasta
|
||||||
date: fecha
|
|
|
@ -73,7 +73,8 @@ Controller.$inject = ['$element', '$scope', '$httpParamSerializer', 'vnConfig'];
|
||||||
ngModule.component('vnEntryDescriptor', {
|
ngModule.component('vnEntryDescriptor', {
|
||||||
template: require('./index.html'),
|
template: require('./index.html'),
|
||||||
bindings: {
|
bindings: {
|
||||||
entry: '<'
|
entry: '<',
|
||||||
|
quicklinks: '<'
|
||||||
},
|
},
|
||||||
require: {
|
require: {
|
||||||
card: '^?vnEntryCard'
|
card: '^?vnEntryCard'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<vn-card class="summary">
|
<vn-card class="summary">
|
||||||
<h5>Entrada #{{$ctrl.entryData.id}} - {{$ctrl.entryData.supplier.nickname}}</h5>
|
<h5><span translate>Entry</span> #{{$ctrl.entryData.id}} - {{$ctrl.entryData.supplier.nickname}}</h5>
|
||||||
<vn-horizontal>
|
<vn-horizontal>
|
||||||
<vn-one>
|
<vn-one>
|
||||||
<vn-label-value label="Commission"
|
<vn-label-value label="Commission"
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
Inventory: Inventario
|
Inventory: Inventario
|
||||||
Virtual: Redada
|
Virtual: Redada
|
||||||
|
Entry: Entrada
|
Loading…
Reference in New Issue