J
John Reid
Hi,
I have a SalesOrder (SOTable) that is made up of many SaleItems (SItable).
Each SaleItem may or may not be made up of subparts (SSItable).
I have a Purchase Order (POtable) that needs to purchase the above items and
subitems.
The existing design stores the purchase order data for each item or sub item
in the SItable or SSItable respectively.
The business needs to make changes to the items on every Purchase Order.
This part is running stoo slowly and the queries underlying it are complex.
(maintenance is time consuming)
So, should the design be changed and to what? I thought of saying each
Purchase Order is made up of Purchase items and each Purchase Item is
connected to either the SItable or the SSItable.
salud
John
I have a SalesOrder (SOTable) that is made up of many SaleItems (SItable).
Each SaleItem may or may not be made up of subparts (SSItable).
I have a Purchase Order (POtable) that needs to purchase the above items and
subitems.
The existing design stores the purchase order data for each item or sub item
in the SItable or SSItable respectively.
The business needs to make changes to the items on every Purchase Order.
This part is running stoo slowly and the queries underlying it are complex.
(maintenance is time consuming)
So, should the design be changed and to what? I thought of saying each
Purchase Order is made up of Purchase items and each Purchase Item is
connected to either the SItable or the SSItable.
salud
John