Commit graph

17 commits

Author SHA1 Message Date
Frederik Jaeckel
2cfdf25d7b add price_digits() to mixin.py 2025-01-29 10:01:05 +01:00
Frederik Jaeckel
f944b9019c Merge branch 'main' into 5.0 2025-01-29 09:56:59 +01:00
Frederik Jaeckel
ea5a83d7c1 use product.round_price() to round unit_price of invoice-line 2025-01-29 09:33:40 +01:00
Frederik Jaeckel
430732d3ec fix merge 2025-01-28 13:40:29 +01:00
Frederik Jaeckel
02221601e7 round unit_price of invoice-line by price_digits 2025-01-28 12:50:55 +01:00
Frederik Jaeckel
9a13bc325d calculation of the tax adjusted 2025-01-09 11:50:00 +01:00
dba1965894 fix typo 2025-01-04 21:08:43 +01:00
f3b4849e0c handle tax childs 2025-01-03 22:28:58 +01:00
Frederik Jaeckel
6c47581745 Merge branch 'various_fixes' 2024-12-19 11:35:33 +01:00
Mathias Behrle
df46388967 Lookup parent taxes for unece tax codes.
In the same way as for categories the unece tax codes must be searched
on parents.
2024-12-19 10:22:12 +01:00
Mathias Behrle
79c2227131 Remove arguments in super() calls.
They are no more needed in Python3 and usually result in unexpected
behavior when wrongly used (like e.g. the one introduced in
764cacc091 and solved meanwhile by
refactorization).
2024-12-12 09:53:03 +01:00
Frederik Jaeckel
b28ce594d8 fix name of party in error message 2024-12-11 14:34:10 +01:00
Frederik Jaeckel
ab064c43ef fix code 2024-12-10 13:16:04 +01:00
Frederik Jaeckel
9f2be4e593 add bank account number to xml-export 2024-12-10 12:59:09 +01:00
Frederik Jaeckel
813f5a4bcf fix typo 2024-12-10 12:58:45 +01:00
Frederik Jaeckel
994f9b2880 check for valid address data 2024-12-09 15:15:27 +01:00
Frederik Jaeckel
1e7a021eee facturx: check unece codes at tax 2024-12-09 13:24:39 +01:00