#8388 fix invoice-in #1587
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1587
Loading…
Reference in New Issue
No description provided.
Delete Branch "8388-fixInvoiceIn"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
002543e6bf
to01d1ca83ea
WIP: #8388 fix invoice-into #8388 fix invoice-in@ -50,2 +49,4 @@
if (!$props.formInitialData) {
dms.value.description =
$props.description ?? t($props.model + 'Description', dms.value);
dms.value.hasFile = false;
lo estas cambiando a nivel aplicacion, pero esto es un parámetro que debemos de pasar desde invoiceIn, junto con los otros que ya pasaras tipo dmsType
En todos los VnDms el checkbox hasFile está en valor intermedio, es correcto?
no, ese check no deberia tener el valor intermedio
@ -238,3 +254,3 @@
else
invoiceInFormRef.insert({
amount: (totals.totalTaxableBase - totalAmount).toFixed(2),
amount: (totalTaxableBase - totalAmount).toFixed(2),
asegurate que preferimos toFixed que toCurrency
100% toFixed, toCurrency se usa en la suma total. En el campo editable no.
@ -60,9 +60,11 @@ invoiceIn:
net: Neto
stems: Tallos
country: País
noMatch: No cuadra
dos traducciones para la misma clave?
@jgallego Es correcto que el checkbox tenga valor "-" ? Es un comportamiento global.

@jorgep ese checkbox no debe tener ese estado a nivel html
no, ese check no deberia tener el valor intermedio
New commits pushed, approval review dismissed automatically according to repository settings
@ -37,3 +37,3 @@
});
it('should create a new Invoice', () => {
it.only('should create a new Invoice', () => {
?
se me ha colado
New commits pushed, approval review dismissed automatically according to repository settings