-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(template-discovery): resolve issue with template discovery during…
… package build and publishing - Updated template paths to ensure proper discovery by renaming invoice and receipt templates: - invoice1.jinja2 -> default_invoices/quotation_1.jinja2 - invoice2.jinja2 -> default_invoices/quotation_2.jinja2 - invoice3.jinja2 -> default_invoices/quotation_3.jinja2 - invoice4.jinja2 -> default_invoices/quotation_4.jinja2 - receipt1.jinja2 -> default_invoices/receipt1.jinja2 - receipt2.jinja2 -> default_invoices/receipt2.jinja2 - receipt3.jinja2 -> default_invoices/receipt3.jinja2 - Fixed issues in discovery process within `discovery.py` and `invoice_create.py`. - Adjusted helper functions in `funcs.py` to support the new template structure. - Modified tests in `test_helpers.py` to account for the updated paths. - Updated development and main requirements to reflect the new changes. This fix ensures proper template discovery when building and publishing the package.
- Loading branch information
Showing
14 changed files
with
135 additions
and
475 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.