-
-
Notifications
You must be signed in to change notification settings - Fork 725
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
Add columns to "pay your supplier" report #13013
Comments
one comment to clarify on Rache's example linked above: |
@tschumilas S is total fees excluding tax, so we could have fees on a producer that is not registered, would that be correct? |
Update:
Thanks |
sorry - missed the comment above. YES - @RachL this is correct - column S - total fees excluding tax - would have only the fees and not the tax on the fees if a producer is not tax registered. |
@chahmedejaz all good for you? |
Thanks both for the feedback. All good, I'll finalize it now. 🙂 |
Update:
|
Description
- As a: enterprise user
- On page:
/admin/reports/suppliers/pay_your_suppliers
- I want to be able to do: See two new columns in "Pay your suppliers" report :
/admin/enterprises/NAME/edit#/business_details_panel
I've added both in the original example here columns D and T: https://docs.google.com/spreadsheets/d/1XDi3whY2h2DnHQtYS0Fbogr_VTJmYhAXzt1p9ElBBbM/edit?gid=0#gid=0
For this second item we should have :
Total = Total excl. tax + total tax (in the spreadsheet W = R + V)
Total excl. tax = total excl. fees and tax + total fees excl. tax (in the spreadsheet R = Q + S)
Total tax = Total tax on product + total tax on fees (V = T + U)
as no one has build integration based on this report yet, we can add these as default columns
Acceptance Criteria & Tests
The text was updated successfully, but these errors were encountered: