UPO 4.3, fixes for invoices

This commit is contained in:
Michał Chudy
2026-01-16 08:35:43 +01:00
parent 1912b5b48d
commit 5fb5a624b8
64 changed files with 1044 additions and 1444 deletions

View File

@@ -153,7 +153,7 @@ export function getSummaryTaxRate(fa: Fa): TaxSummaryTypes[] {
gross: (getNumberRounded(fa.P_13_4) + getNumberRounded(fa.P_14_4)).toFixed(2),
tax: getNumberRounded(fa.P_14_4).toFixed(2),
taxPLN: getNumberRounded(fa.P_14_4W).toFixed(2),
taxRateString: '4% lub 3% lub oo',
taxRateString: '4% lub 3%',
});
no++;
}