Basket Line
W_BasketLine
Web Basket Line
Overview
| Table Name | W_BasketLine |
|---|---|
| Access Level | Client Only |
| Entity Type | WSTORE |
| Is Document | No |
| Is View | No |
| Has UUID | Yes |
| Parent Table | AD_Client |
| Wiki | View on iDempiere Wiki |
Columns (38)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
AD_Client_ID |
Table Direct(22) | Yes | - | Tenant for this installation. |
AD_Org_ID |
Table Direct(22) | Yes | @AD_Org_ID@ | Organizational entity within tenant |
C_Campaign_ID |
Search(10) | No | - | Marketing Campaign |
C_Charge_ID |
Search(10) | No | - | Additional document charges |
C_OrderLine_ID |
Search(10) | No | - | Sales Order Line |
Created |
Date+Time(7) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(22) | Yes | - | User who created this records |
C_Tax_ID |
Table Direct(10) | No | - | Tax identifier |
C_UOM_ID |
Search(10) | No | - | Unit of Measure |
Description |
String(255) | No | - | Optional short description of the record |
Discount |
Number(10) | Yes | 0 | Discount in percent |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
LineNetAmt |
Amount(10) | Yes | 0 | Line Extended Amount (Quantity x Actual Price) without Freight and Charges |
LineTotalAmt |
Amount(10) | Yes | 0 | Total line amount incl. Tax |
M_AttributeSetInstance_ID |
Product Attribute(10) | No | - | Product Attribute Set Instance |
M_PriceList_Version_ID |
Search(10) | No | - | Identifies a unique instance of a Price List |
M_Product_ID |
Search(22) | No | - | Product, Service, Item |
PriceActual |
Costs+Prices(10) | Yes | 0 | Actual Price |
PriceEntered |
Costs+Prices(10) | No | 0 | Price Entered - the price based on the selected/base UoM |
PriceLimit |
Costs+Prices(10) | Yes | 0 | Lowest price for a product |
PriceList |
Costs+Prices(10) | Yes | 0 | List Price |
Product |
String(40) | No | - | - |
QtyEntered |
Quantity(131089) | Yes | - | The Quantity Entered is based on the selected UoM |
QtyOrdered |
Quantity(131089) | No | - | Ordered Quantity |
QtyReserved |
Quantity(131089) | No | - | Reserved Quantity |
Updated |
Date+Time(7) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(22) | Yes | - | User who updated this records |
W_Basket_ID |
Table Direct(22) | Yes | - | Web Basket |
W_BasketLine_ID |
ID(22) | Yes | - | Web Basket Line |
Line |
Integer(22) | Yes | @SQL=SELECT COALESCE(MAX(Line),0)+10 AS DefaultValue FROM W_BasketLine WHERE W_Basket_ID=@W_Basket_ID@ | Unique line for this document |
CCP_CouponPromRule_ID |
Table Direct(10) | No | - | - |
CCP_ExpirationDate |
Date(29) | No | - | - |
CCP_LoyaltyTierPromRule_ID |
Table Direct(10) | No | - | - |
CCP_PromAction_ID |
Table Direct(10) | No | - | - |
CCP_Promotion_ID |
Table Direct(10) | No | - | - |
CCP_PromRule_ID |
Table Direct(10) | No | - | - |
ccp_ref_basketline_id |
Table Direct(10) | No | - | - |
W_BasketLine_UU |
String(36) | No | - | - |
Foreign Keys
| Column | References | Description |
|---|---|---|
AD_Client_ID |
AD_Client.AD_Client_ID | Tenant for this installation. |
AD_Org_ID |
AD_Org.AD_Org_ID | Organizational entity within tenant |
C_Campaign_ID |
C_Campaign.C_Campaign_ID | Marketing Campaign |
C_Charge_ID |
C_Charge.C_Charge_ID | Additional document charges |
C_OrderLine_ID |
C_OrderLine.C_OrderLine_ID | Sales Order Line |
C_Tax_ID |
C_Tax.C_Tax_ID | Tax identifier |
C_UOM_ID |
C_UOM.C_UOM_ID | Unit of Measure |
M_AttributeSetInstance_ID |
M_AttributeSetInstance.M_AttributeSetInstance_ID | Product Attribute Set Instance |
M_PriceList_Version_ID |
M_PriceList_Version.M_PriceList_Version_ID | Identifies a unique instance of a Price List |
M_Product_ID |
M_Product.M_Product_ID | Product, Service, Item |
W_Basket_ID |
W_Basket.W_Basket_ID | Web Basket |
CCP_CouponPromRule_ID |
CCP_CouponPromRule.CCP_CouponPromRule_ID | - |
CCP_LoyaltyTierPromRule_ID |
CCP_LoyaltyTierPromRule.CCP_LoyaltyTierPromRule_ID | - |
CCP_PromAction_ID |
CCP_PromAction.CCP_PromAction_ID | - |
CCP_Promotion_ID |
CCP_Promotion.CCP_Promotion_ID | - |
CCP_PromRule_ID |
CCP_PromRule.CCP_PromRule_ID | - |
Generated on 2026-05-03T16:40:56.728670987Z