You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, it looks like your post nor your reddit post got any of the love it deserves! This is awesome!
In the US, we don't often use tax tables for general invoices. My GNUcash does not have any tax tables.
So when I run your bash script with a new invoice, I get:
WARNING:gcinvoice:Cannot do template for expression [e['taxtable']['percent_sum']]
Traceback (most recent call last):
File "/home/eric/.local/lib/python3.9/site-packages/gcinvoice/yaptu.py", line 45, in repl
return str(eval(expr, self.globals, self.locals))
File "<string>", line 1, in <module>
KeyError: 'taxtable'
ERROR:gcinvoice:Error in template
I tried looking at the tex template and yowser, that hurts my head in trying to figure out how to delete it.
Thoughts?
The text was updated successfully, but these errors were encountered:
eduncan911
changed the title
Error w/Tax Table
Error with [e['taxtable']['percent_sum']]
Jul 23, 2021
First of all, it looks like your post nor your reddit post got any of the love it deserves! This is awesome!
In the US, we don't often use tax tables for general invoices. My GNUcash does not have any tax tables.
So when I run your bash script with a new invoice, I get:
I tried looking at the
tex
template and yowser, that hurts my head in trying to figure out how to delete it.Thoughts?
The text was updated successfully, but these errors were encountered: