You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andBillLineItem's subclasses -> Resource
relationships, including applied taxes looks like it will be rather difficult with the existing implementation.The text was updated successfully, but these errors were encountered: