Billing /Financial Charges form

  • Thread starter Thread starter jake
  • Start date Start date
J

jake

I need to set up a billing, payment(which also posts financial charges
every 30 days after the first 30)

I have the following tables:
Billing Table
[CaseNum], [Item], [Cost]

Payment Table
[CaseNum], [Payee], [Method], [Amount]

Do I need finance charge table to post finance charges to every 30
days...or what is the proper way to accomplish this?

Thanks for your input, Jake
 
Most billing systems have a "Billing Day" field. Then, when a billing run is
done you look for those due for raising on that day.
 
Back
Top