psiiota Late fees are taxable if the item or service the late fee is related to is taxable. Not sure the best way to accomplish this.
johnny Im thinking if the invoice has a tax attached then add the same tax to the late fee, does that sound right?
johnny so the way we can accomplish this is is loop through each line item in the late invoice that is taxable and add a item line below it stating late fee with that items tax rate
psiiota I like this idea, except for the instance of an invoice with a bunch of line items. Why dont we keep the iterative idea, but have it build the description for a single line item, and summing the taxes each iteration.
johnny that could work however what happens if you have a product that requires a 10% tax rate and another with a 7% all in the same invoice those 2 items should be separate line items referencing the appropriate tax id, or else it could throw the tax records off quite a bit.