ERP/3.0/Developers Guide/Reference/Entity Model/M ProductCategoryTaxPE
This article is protected against manual editing because it is automatically generated from Openbravo meta-data. Learn more about writing and translating such documents.
M_ProductCategoryTaxPE
Product category query for the Modify Tax for Product Category pick and edit
To the database table (M_ProductCategoryTaxPE) of this entity.
Properties
Note:
- Properties marked with a * are part of the Id of the Entity.
- Properties marked with a # are part of the Identifier of the Entity.
Property | Column | Constraints | Type | Description |
id* | catID | Mandatory Max Length: 32 | java.lang.String | Identifies the category which this product belongs to. Product categories are used for pricing. |
searchKey | searchKey | Mandatory Max Length: 255 | java.lang.String | A search key allows for a fast method of finding a particular record. If you leave the search key empty, the system automatically creates a numeric number originating from a document sequence defined in the "Document Sequence" window. The sequence naming convention follows a rule "DocumentNo_TableName", where TableName is the actual name of the database table (e.g. C_Order).
Usually, company's internal identifiers for various records (products, customers, etc) are stored here. |
taxCategory# | C_TaxCategory_ID | Mandatory | FinancialMgmtTaxCategory | The Tax Category provides a method of grouping similar taxes. For example, Sales Tax or Value Added Tax. |
obSelected | OB_Selected | Mandatory | java.lang.Boolean | |
categoryName# | categoryName | Mandatory Max Length: 255 | java.lang.String | A more descriptive identifier (that does need to be unique) of a record/document that is used as a default search option along with the search key (that is unique and mostly shorter). It is up to 60 characters in length.
|