CleverIT / UBL_invoice

MIT License
36 stars 39 forks source link

Multiple tax rates #2

Closed hillelcoren closed 6 years ago

hillelcoren commented 6 years ago

Is it possible to define multiple tax rates?

http://www.datypic.com/sc/ubl21/e-cac_TaxTotal.html

Thanks for the library!

Stormyy commented 6 years ago

Hi,

I just approved a pull request which makes this possible see https://github.com/CleverIT/UBL_invoice/pull/3

You can now add multiple TaxSubTotals so this makes it possible to have different tax rates

hillelcoren commented 6 years ago

That's awesome, thanks!