Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-12 Thread Bruce Schuck
Geert, One additional note. In the README for gnucash-on-flatpak, you or some one else notes about the flatpak-cpan-generator.pl script: "Note I have found the script to be not very version control friendly: generated-sources.json will change a lot between runs. It will have the exact same s

Re: [GNC-dev] Fetching invoice tax list and general business information in python

2022-10-12 Thread Michael or Penny Novack
On 10/12/2022 6:41 AM, Tim van Osch wrote: Hey everyone, I would like to render my invoice using the python bindings but I am having two issues. The main issue I am having is getting the tax values of an invoice per tax table. Something like this: *VAT 21% *€152.00 *VAT 6%*€23.00 I

[GNC-dev] Fetching invoice tax list and general business information in python

2022-10-12 Thread Tim van Osch
Hey everyone, I would like to render my invoice using the python bindings but I am having two issues. The main issue I am having is getting the tax values of an invoice per tax table. Something like this: *VAT 21% *€152.00 *VAT 6%*€23.00 I found the method: Invoice.GetTotalTaxList()