-
Notifications
You must be signed in to change notification settings - Fork 2
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
On #42: Fax pdf/csv: Decimals dependant on supplier_order_unit's si convertability #70
Merged
lentschi
merged 4 commits into
master
from
bugfix/issue-42-decimals-dependant-on-si-convertability
Jun 28, 2024
Merged
On #42: Fax pdf/csv: Decimals dependant on supplier_order_unit's si convertability #70
lentschi
merged 4 commits into
master
from
bugfix/issue-42-decimals-dependant-on-si-convertability
Jun 28, 2024
Conversation
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
Pull Request Test Coverage Report for Build 9714324956Details
💛 - Coveralls |
- outsource format_units_to_order to OrderHelper - fax text: include unit, adjust column width - fax PDF & text: only include order number if any present
twothreenine
force-pushed
the
bugfix/issue-42-decimals-dependant-on-si-convertability
branch
from
May 27, 2024 18:26
9b10975
to
f1e16de
Compare
twothreenine
reviewed
Jun 7, 2024
lentschi
commented
Jun 7, 2024
lentschi
force-pushed
the
bugfix/issue-42-decimals-dependant-on-si-convertability
branch
from
June 21, 2024 16:00
192c180
to
dad0bb9
Compare
I found an error and posted a solution: dad0bb9#r143648091 (don't know why my comment doesn't show up in this stream) Otherwise good to go 👍 |
lentschi
deleted the
bugfix/issue-42-decimals-dependant-on-si-convertability
branch
June 28, 2024 14:29
lentschi
added a commit
that referenced
this pull request
Jul 26, 2024
…onvertability (#70) * On #42: Fax pdf/csv: Decimals dependant on supplier_order_unit's si convertability * Solve #42: Improve fax PDF, CSV, text - outsource format_units_to_order to OrderHelper - fax text: include unit, adjust column width - fax PDF & text: only include order number if any present * On #42: - Adapted order_txt to generalized creating the text table and added spec - Code style fixes for order_fax * On #42 Fixes error dad0bb9#r143648091 --------- Co-authored-by: twothreenine <[email protected]>
lentschi
added a commit
that referenced
this pull request
Oct 11, 2024
…onvertability (#70) * On #42: Fax pdf/csv: Decimals dependant on supplier_order_unit's si convertability * Solve #42: Improve fax PDF, CSV, text - outsource format_units_to_order to OrderHelper - fax text: include unit, adjust column width - fax PDF & text: only include order number if any present * On #42: - Adapted order_txt to generalized creating the text table and added spec - Code style fixes for order_fax * On #42 Fixes error dad0bb9#r143648091 --------- Co-authored-by: twothreenine <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Make display of decimals dependant on supplier_order_unit's si convertability