Topic: Customer Branch Edit
I am starting to examine how to interface between osCommerce and FA.
I noticed that you can not delete a Customer Branch that has 'customer transactions' or 'sales orders' in the database.
I also see that there are no restrictions on how you can edit the branch
I think that is may be valid to edit most anything while the order is being handled,
but once the sales order is closed/delivered/etc it should be copied for future preservation.
What would it mean if I took a sales order that shipped to branch in the UK and then the following week that address book entry (branch) was edited to be in New York City?
Would the old sales order now display NYC with taxes collected to UK?
In osCommerce that is what we did with everything, including product descriptions, prices, taxes, etc.
sales_orders_details appears to not depend on other tables, but sales_orders
does refer to a few others.
tom