I have a DB that we will be using to produce invoices for customers. I have a table set up with the prices of all items. The problem is that those prices will change in the future. We want to keep the old invoices available for reporting.
How do I “lock” in a price for an invoice produced in September, for example, if the price of an item on that invoice is changed in December. Any help would be appreciated. Thanks.