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

use data model from #18 as intermediate data structure #22

Closed
tillmo opened this issue May 22, 2023 · 1 comment
Closed

use data model from #18 as intermediate data structure #22

tillmo opened this issue May 22, 2023 · 1 comment

Comments

@tillmo
Copy link
Owner

tillmo commented May 22, 2023

split of the code in purchase_invoice.py, function parse_invoice_json into two functions:

  1. the value in the json field is used to create data according to the data model in define a data model for the test data #18 is an intermediate data structure
  2. from this, an ERPNext invoice is generated.
    The purpose is that the first function can be used to test the invoice AI, by comparing the result with the value of the json1 field.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants