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

Include applied taxes in totals in the staff's "outstanding bills" report #396

Open
tnightingale opened this issue Apr 18, 2018 · 1 comment
Assignees

Comments

@tnightingale
Copy link
Contributor

Follow up to #354

The staff view for outstanding bills uses a pretty complex aggregate query to the calculate totals of outstanding bills.

Currently it does not take into consideration the new LineItemTax. Unfortunately the indirection imposed by the TaxRate -> Resource and BillLineItem's subclasses -> Resource relationships, including applied taxes looks like it will be rather difficult with the existing implementation.

@tnightingale tnightingale self-assigned this Apr 18, 2018
@tnightingale
Copy link
Contributor Author

This will likely have implications for #385's implementation too

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

1 participant