K
Ken Ivins
I have two problems. I am creating a billing database which will bill each
month all active accounts.
First I want to capture that billing so it can be looked at in the future.
Most people call it batching out the month or posting the billing. What is
the best way to do this? Do I create a table on the fly with a name they
give it (default of the date) with just the billing data or is there a
better way?
Second, we will prorate the first month bill. Then we will have a set
billing. I want to have everyone's rate automatically update to the full
month rate when it comes around instead of manually finding all new accounts
and updating the rates manually. I plan to have one table of the clients
with a field for their rate code. Then another table with the various
monthly rate plans (there will be 12 plans) and their codes. This is so that
rates can be changed across the board as needed.
Thanks for your help.
Ken
month all active accounts.
First I want to capture that billing so it can be looked at in the future.
Most people call it batching out the month or posting the billing. What is
the best way to do this? Do I create a table on the fly with a name they
give it (default of the date) with just the billing data or is there a
better way?
Second, we will prorate the first month bill. Then we will have a set
billing. I want to have everyone's rate automatically update to the full
month rate when it comes around instead of manually finding all new accounts
and updating the rates manually. I plan to have one table of the clients
with a field for their rate code. Then another table with the various
monthly rate plans (there will be 12 plans) and their codes. This is so that
rates can be changed across the board as needed.
Thanks for your help.
Ken