forked from verdnatura/salix-front
Merge branch 'dev' into 6553-workerBusiness
This commit is contained in:
commit
8aba370063
|
@ -44,7 +44,10 @@ InvoiceIn:
|
||||||
country: Country
|
country: Country
|
||||||
params:
|
params:
|
||||||
search: Id or supplier name
|
search: Id or supplier name
|
||||||
account: Ledger account
|
|
||||||
correctingFk: Rectificative
|
|
||||||
correctedFk: Corrected
|
correctedFk: Corrected
|
||||||
isBooked: Is booked
|
isBooked: Is booked
|
||||||
|
invoicein:
|
||||||
|
params:
|
||||||
|
account: Ledger account
|
||||||
|
correctingFk: Rectificative
|
||||||
|
|
|
@ -42,6 +42,9 @@ InvoiceIn:
|
||||||
country: País
|
country: País
|
||||||
params:
|
params:
|
||||||
search: Id o nombre proveedor
|
search: Id o nombre proveedor
|
||||||
|
correctedFk: Rectificada
|
||||||
|
invoicein:
|
||||||
|
params:
|
||||||
account: Cuenta contable
|
account: Cuenta contable
|
||||||
correctingFk: Rectificativa
|
correctingFk: Rectificativa
|
||||||
correctedFk: Rectificada
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ import WorkerDepartmentTree from './WorkerDepartmentTree.vue';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<VnSection data-key="WorkerDepartment">
|
<VnSection data-key="WorkerDepartment" :search-bar="false">
|
||||||
<template #body>
|
<template #body>
|
||||||
<div class="flex flex-center q-pa-md">
|
<div class="flex flex-center q-pa-md">
|
||||||
<WorkerDepartmentTree />
|
<WorkerDepartmentTree />
|
||||||
|
|
Loading…
Reference in New Issue