Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Partial Shipment Check Qty left!
Message
From
11/12/1999 08:12:29
 
 
To
11/12/1999 02:11:09
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00302169
Message ID:
00302209
Views:
25
>What SBT does is ...
>
>QtyOrd field (Quantity Ordered)
>QtyShp field (Quantity Shipped)
>
>Shipment process actually decrements QtyOrd while increasing QtyShp.
>
>If you need to know the amount of the original order it's QtyOrd + QtyShp.
>
>Hope this helps...

SBT is basically a dbase application and in dBase normalizing was not practical.
I would just select sum(shipment.qty) from shipments where shipments.line_id=orderLines.lineid and deduct it from the ordr qty

Peter
Peter Cortiel
Previous
Reply
Map
View

Click here to load this message in the networking platform