I'm in a dilema! We have a fee structure that has been used for the past 5 years, we are now increasing the fees for obvious reasons...
My problem is this... I need to be able to show the new fees AND still keep the record of the old fees, allowing to view the history of invoice amounts billed and paid.
Tables:
1) Table name: Fee
FeeID
Description
Amount
2) Table name: Invoice
InvoiceID
CustomerID
BillingDate
3) Table name: InvoiceDetails
InvoiceID
FeeID
TotalBilled
How Can I add the new fee amounts and still keep the old in the customers files. Just changing the amount in the table will not work as it changes all prior billings to the new amount. Any ideas?
thanks for your help!
My problem is this... I need to be able to show the new fees AND still keep the record of the old fees, allowing to view the history of invoice amounts billed and paid.
Tables:
1) Table name: Fee
FeeID
Description
Amount
2) Table name: Invoice
InvoiceID
CustomerID
BillingDate
3) Table name: InvoiceDetails
InvoiceID
FeeID
TotalBilled
How Can I add the new fee amounts and still keep the old in the customers files. Just changing the amount in the table will not work as it changes all prior billings to the new amount. Any ideas?
thanks for your help!