Expense Type
S_ExpenseType
Expense report type
Overview
| Table Name | S_ExpenseType |
|---|---|
| Access Level | Client Only |
| Entity Type | D |
| Is Document | No |
| Is View | No |
| Has UUID | Yes |
| Parent Table | AD_Client |
| Wiki | View on iDempiere Wiki |
Columns (16)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
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 |
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 |
C_UOM_ID |
Table Direct(22) | Yes | - | Unit of Measure |
Description |
String(255) | No | - | Optional short description of the record |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
IsInvoiced |
Yes-No(1) | Yes | - | Is this invoiced? |
M_Product_Category_ID |
Table Direct(22) | Yes | - | Category of a Product |
S_ExpenseType_ID |
ID(22) | Yes | - | Expense report type |
Updated |
Date+Time(7) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(22) | Yes | - | User who updated this records |
Value |
String(40) | Yes | - | Search key for the record in the format required - must be unique |
Name |
String(60) | Yes | - | Alphanumeric identifier of the entity |
S_ExpenseType_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_TaxCategory_ID |
C_TaxCategory.C_TaxCategory_ID | Tax Category |
C_UOM_ID |
C_UOM.C_UOM_ID | Unit of Measure |
M_Product_Category_ID |
M_Product_Category.M_Product_Category_ID | Category of a Product |
Generated on 2026-05-03T16:37:13.977759694Z