Compare commits

...

6 Commits

Author SHA1 Message Date
Carlos Satorres fb6d404401 refs #5213 no zona
gitea/salix/pipeline/head This commit is unstable Details
2023-04-12 12:46:37 +02:00
Carlos Satorres 6196cebb70 refs #5213 primeros cambios
gitea/salix/pipeline/head This commit is unstable Details
2023-04-12 12:40:21 +02:00
Carlos Satorres 5c8c49d4a1 refs #5213 showItemDescriptor 2023-03-30 08:15:51 +02:00
Carlos Satorres 829d216155 refs #5213 showItemDescriptor 2023-03-30 08:15:25 +02:00
Carlos Satorres 23e150f244 refs #5213 description y traduccion
gitea/salix/pipeline/head There was a failure building this commit Details
2023-03-28 14:39:24 +02:00
Carlos Satorres 283aa91615 refs #5213 yml
gitea/salix/pipeline/head There was a failure building this commit Details
2023-03-28 11:33:15 +02:00
8 changed files with 12 additions and 5 deletions

View File

@ -64,3 +64,4 @@ Compensation Account: Cuenta para compensar
Amount to return: Cantidad a devolver
Delivered amount: Cantidad entregada
Unpaid: Impagado
There is no zona: No hay zona

View File

@ -8,4 +8,5 @@ The province can't be empty: La provincia no puede quedar vacía
The country can't be empty: El país no puede quedar vacío
The postcode has been created. You can save the data now: Se ha creado el código postal. Ahora puedes guardar los datos
The city has been created: Se ha creado la ciudad
The province has been created: Se ha creado la provincia
The province has been created: Se ha creado la provincia
Autonomy: Autonomía

View File

@ -19,7 +19,7 @@ module.exports = Self => {
}, {
arg: 'itemId',
type: 'Number',
description: 'Item id'
description: 'Item id',
}, {
arg: 'categoryId',
type: 'Number',

View File

@ -47,9 +47,11 @@
<vn-tbody>
<vn-tr ng-repeat="buy in entry.buys">
<vn-td expand>
<span>
{{::buy.itemName}}
</span>
<span
ng-click="itemDescriptor.show($event, item.id)"
class="link">
{{::buy.itemName}}
</span>
</vn-td>
<vn-td vn-fetched-tags>
<div>

View File

@ -23,6 +23,9 @@ class Controller extends Section {
to: maxDate
};
}
showItemDescriptor() {
return this.item.description;
}
get reportParams() {
const userParams = this.$.model.userParams;