Editing Purchasing.PurchaseOrderDetail (table)

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 457: Line 457:
 
| not null
 
| not null
 
|  
 
|  
| Primary key. Foreign key to PurchaseOrderHeader.PurchaseOrderID.<br />PK_PurchaseOrderDetail_PurchaseOrderID_PurchaseOrderDetailID
+
| Primary key. Foreign key to PurchaseOrderHeader.PurchaseOrderID.PK_PurchaseOrderDetail_PurchaseOrderID_PurchaseOrderDetailID
 
|- valign="top"
 
|- valign="top"
 
| PurchaseOrderDetailID
 
| PurchaseOrderDetailID
Line 463: Line 463:
 
| not null
 
| not null
 
|  
 
|  
| Primary key. One line number per purchased product.<br />PK_PurchaseOrderDetail_PurchaseOrderID_PurchaseOrderDetailID
+
| Primary key. One line number per purchased product.PK_PurchaseOrderDetail_PurchaseOrderID_PurchaseOrderDetailID
 
|- valign="top"
 
|- valign="top"
 
| DueDate
 
| DueDate
Line 469: Line 469:
 
| not null
 
| not null
 
|  
 
|  
| Date the product is expected to be received.<br />
+
| Date the product is expected to be received.
 
|- valign="top"
 
|- valign="top"
 
| OrderQty
 
| OrderQty
Line 475: Line 475:
 
| not null
 
| not null
 
|  
 
|  
| Quantity ordered.<br />
+
| Quantity ordered.
 
|- valign="top"
 
|- valign="top"
 
| ProductID
 
| ProductID
Line 481: Line 481:
 
| not null
 
| not null
 
|  
 
|  
| Product identification number. Foreign key to Product.ProductID.<br />IX_PurchaseOrderDetail_ProductID
+
| Product identification number. Foreign key to Product.ProductID.IX_PurchaseOrderDetail_ProductID
 
|- valign="top"
 
|- valign="top"
 
| UnitPrice
 
| UnitPrice
Line 487: Line 487:
 
| not null
 
| not null
 
|  
 
|  
| Vendor's selling price of a single product.<br />
+
| Vendor's selling price of a single product.
 
|- valign="top"
 
|- valign="top"
 
| LineTotal
 
| LineTotal
Line 493: Line 493:
 
|  
 
|  
 
|  
 
|  
| Per product subtotal. Computed as OrderQty * UnitPrice.<br />
+
| Per product subtotal. Computed as OrderQty * UnitPrice.
 
|- valign="top"
 
|- valign="top"
 
| ReceivedQty
 
| ReceivedQty
Line 499: Line 499:
 
| not null
 
| not null
 
|  
 
|  
| Quantity actually received from the vendor.<br />
+
| Quantity actually received from the vendor.
 
|- valign="top"
 
|- valign="top"
 
| RejectedQty
 
| RejectedQty
Line 505: Line 505:
 
| not null
 
| not null
 
|  
 
|  
| Quantity rejected during inspection.<br />
+
| Quantity rejected during inspection.
 
|- valign="top"
 
|- valign="top"
 
| StockedQty
 
| StockedQty
Line 511: Line 511:
 
|  
 
|  
 
|  
 
|  
| Quantity accepted into inventory. Computed as ReceivedQty - RejectedQty.<br />
+
| Quantity accepted into inventory. Computed as ReceivedQty - RejectedQty.
 
|- valign="top"
 
|- valign="top"
 
| ModifiedDate
 
| ModifiedDate
Line 517: Line 517:
 
| not null
 
| not null
 
| (GETDATE())
 
| (GETDATE())
| Date and time the record was last updated.<br />
+
| Date and time the record was last updated.
 
|}
 
|}
  

Please note that all contributions to dbscript Online Help may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Project:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)