Charge
C_Charge
Additional document charges
Overview
| Table Name | C_Charge |
|---|---|
| Access Level | Client Only |
| Entity Type | D |
| Is Document | No |
| Is View | No |
| Has UUID | Yes |
| Parent Table | C_ChargeType |
| Wiki | View on iDempiere Wiki |
Columns (20)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
C_ChargeType_ID |
Table Direct(10) | No | - | - |
IsTaxIncluded |
Yes-No(1) | Yes | N | Tax is included in the price |
ProductType |
List(1) | Yes | S | Type of product |
Value |
String(40) | No | - | Search key for the record in the format required - must be unique |
Name |
String(60) | Yes | - | Alphanumeric identifier of the entity |
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 |
C_BPartner_ID |
Search(10) | No | - | Identifies a Business Partner |
C_Charge_ID |
ID(22) | Yes | - | Additional document charges |
C_Charge_UU |
String(36) | No | - | - |
ChargeAmt |
Amount(22) | Yes | - | Charge Amount |
Created |
Date+Time(7) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(22) | Yes | - | User who created this records |
C_TaxCategory_ID |
Table Direct(22) | Yes | - | Tax Category |
Description |
String(255) | No | - | Optional short description of the record |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
IsSameCurrency |
Yes-No(1) | Yes | - | - |
IsSameTax |
Yes-No(1) | Yes | - | Use the same tax as the main transaction |
Updated |
Date+Time(7) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(22) | Yes | - | User who updated this records |
Foreign Keys
| Column | References | Description |
|---|---|---|
C_ChargeType_ID |
C_ChargeType.C_ChargeType_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 |
C_BPartner_ID |
C_BPartner.C_BPartner_ID | Identifies a Business Partner |
C_TaxCategory_ID |
C_TaxCategory.C_TaxCategory_ID | Tax Category |
Generated on 2026-05-03T16:39:45.978392372Z