-
Notifications
You must be signed in to change notification settings - Fork 39
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
[Bug Fix] Net income adjustment for no revenue/expense lines #149
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not approving yet since this is not intended to be merged as of this moment. However, this is appropriate to cut a pre-release off for v0.17.1-a1
This is now ready for official PR review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes look good to me. However, I noticed not related to these changes, but in this update we didn't bring the created_at
and updated_at
fields into the final invoice double entry query (see here). Can you please add those into this update as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fivetran-joemarkiewicz Changes applied. Ready for re-review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR Overview
This PR will address the following Issue/Feature: [#145]
This PR will result in the following new package version:
Non breaking change as we are only changing the logic to ensure revenue and expense lines are brought down and kept not null
Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:
Bug Fix
int_quickbooks__retained_earnings
to ensure accounting periods with no revenue and expense class lines were accounted for.PR Checklist
Basic Validation
Please acknowledge that you have successfully performed the following commands locally:
Before marking this PR as "ready for review" the following have been applied:
Detailed Validation
Please share any and all of your validation steps:
Validation on development production was passing.
Customer also confirmed pre-release worked as expected on Quickstart.
If you had to summarize this PR in an emoji, which would it be?
🩺