Replies: 2 comments 1 reply
-
also changed the tax value in the model from integer to float |
Beta Was this translation helpful? Give feedback.
1 reply
-
solved! sorry! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like negative value taxes to be created. In Spain, self-employed professionals have to record 15% of IPRF. so it is -15% of the total.
Since the app does not allow it to be created, I have put the value -15 in the database, everything works, except that when I generate the PDF that new tax appears as 0, I imagine that because that variable will be an integer value, but I can't find it to change that, can you help me?
Beta Was this translation helpful? Give feedback.
All reactions