Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in total price #53

Open
ReneNeu opened this issue Jun 22, 2020 · 1 comment
Open

Error in total price #53

ReneNeu opened this issue Jun 22, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ReneNeu
Copy link
Contributor

ReneNeu commented Jun 22, 2020

The total prices of the invoices are not yet calculated correctly. It looks like the quantities are not included.

@ReneNeu ReneNeu added the bug Something isn't working label Jun 22, 2020
@jjxxs jjxxs self-assigned this Jun 22, 2020
@jjxxs
Copy link
Contributor

jjxxs commented Jun 22, 2020

Currently there is no "price_per_piece"-attribute for items. There is only an amount and the total price paid. So there is currently no calculation like total=quantity*price_per_piece.

I would suggest we wait for the results of the OCR/Parser to see if it's even possible for us to extract the quantity etc.

Also please note that with the mock-data prices are always generated randomly, even for the same item. This way it can happen that identical items have a different price even on the same bill.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants