Cash Plan Line

C_CashPlanLine

Cash Plan Line

Overview

Table NameC_CashPlanLine
Access LevelOrganization Only
Entity TypeD
Is DocumentNo
Is ViewNo
Has UUIDYes
Parent TableC_Tax
WikiView on iDempiere Wiki

Columns (32)

Column Type Required Default Description
CashPlanLineReference String(120) No - Custom Identifier for CashPlan Line
C_Tax_ID Table Direct(10) No - Tax identifier
LineNetAmt Amount(32) No 0 Line Extended Amount (Quantity x Actual Price) without Freight and Charges
C_CashPlan_ID Search(22) Yes - -
Line Integer(22) Yes @SQL=SELECT COALESCE(MAX(Line),0)+10 AS DefaultValue FROM C_CashPlanLine WHERE C_CashPlan_ID=@C_CashPlan_ID@ Unique line for this document
DateTrx Date(10) Yes @Date@ Transaction Date
AD_Client_ID Table Direct(22) Yes @AD_Client_ID@ Tenant for this installation.
AD_Org_ID Table Direct(22) Yes @AD_Org_ID@ Organizational entity within tenant
AD_OrgTrx_ID Table(10) No - Performing or initiating organization
C_Activity_ID Table Direct(10) No - Business Activity
C_BPartner_ID Search(10) No - Identifies a Business Partner
C_Campaign_ID Table Direct(10) No - Marketing Campaign
C_CashPlanLine_ID ID(22) Yes - -
C_CashPlanLine_UU String(36) No - -
C_Charge_ID Table Direct(22) No - Additional document charges
C_Project_ID Table Direct(10) No - Financial Project
C_ProjectPhase_ID Table Direct(10) No - Phase of a Project
C_ProjectTask_ID Table Direct(10) No - Actual Project Task in a Phase
Created Date+Time(7) Yes SYSDATE Date this record was created
CreatedBy Search(22) Yes - User who created this records
Description Text(255) No - Optional short description of the record
IsActive Yes-No(1) Yes Y The record is active in the system
LineTotalAmt Amount(22) No - Total line amount incl. Tax
M_Product_ID Search(22) No - Product, Service, Item
Name String(60) No - Alphanumeric identifier of the entity
Probability Number(10) No - -
Processed Yes-No(1) Yes N The document has been processed
QtyEntered Quantity(22) Yes 1 The Quantity Entered is based on the selected UoM
Updated Date+Time(7) Yes SYSDATE Date this record was updated
UpdatedBy Search(22) Yes - User who updated this records
User1_ID Search(10) No - User defined element #1
User2_ID Search(10) No - User defined element #2

Foreign Keys

Column References Description
C_Tax_ID C_Tax.C_Tax_ID Tax identifier
C_CashPlan_ID C_CashPlan.C_CashPlan_ID -
AD_Client_ID AD_Client.AD_Client_ID Tenant for this installation.
AD_Org_ID AD_Org.AD_Org_ID Organizational entity within tenant
AD_OrgTrx_ID AD_OrgTrx.AD_OrgTrx_ID Performing or initiating organization
C_Activity_ID C_Activity.C_Activity_ID Business Activity
C_BPartner_ID C_BPartner.C_BPartner_ID Identifies a Business Partner
C_Campaign_ID C_Campaign.C_Campaign_ID Marketing Campaign
C_Charge_ID C_Charge.C_Charge_ID Additional document charges
C_Project_ID C_Project.C_Project_ID Financial Project
C_ProjectPhase_ID C_ProjectPhase.C_ProjectPhase_ID Phase of a Project
C_ProjectTask_ID C_ProjectTask.C_ProjectTask_ID Actual Project Task in a Phase
M_Product_ID M_Product.M_Product_ID Product, Service, Item
User1_ID User1.User1_ID User defined element #1
User2_ID User2.User2_ID User defined element #2

Generated on 2026-05-03T16:39:07.910796503Z