Billing periods on billing schedule - it would be ...
# accounting
l
Billing periods on billing schedule - it would be great if one has 12 month invoice for a 1 year contract that the memo on the invoice can reflect the month the invoice actually covers. At the moment, it simply reflects the contract period but the customer would like to know what the period is covered by the invoice itself. Any suggestions?
k
this is a script
l
Any samples of such script?
a
It's a particularly tricky one, I've had to have our dev team create them for clients. It's further complicated if you have different billing schedules for each line item.
The script has to look to the sales order billing schedule, when the invoice is being created (usually on before load), and calculate the end date based on the start date and what sort of schedule is set up. If there is a custom recurrence then the calculation becomes very difficult.