Template:Unit of Measure (Window ID-120 V1.0.0)
Window: Unit of Measure
Description: Maintain Unit of Measure
Help: The Unit of Measure Window is used to define non monetary units of measure. It also defines if conversion between units of measure are allowed and how they are to be performed. The system provides some automatic conversions between units of measures (e.g. minute, hour, day, working day, etc.) if they are not explicitly defined here. Conversions need to be direct (i.e. if you have only a conversion between A-B and B-C, the system cannot convert A-C, you need to define it explicitly).
Tab: Unit of Measure
Description: Define units of measure
Help: The Unit of Measure Tab defines a non monetary Unit of Measure.
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | C_UOM.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | C_UOM.AD_Org_ID numeric(10) Table Direct |
UOM Code | UOM EDI X12 Code | The Unit of Measure Code indicates the EDI X12 Code Data Element 355 (Unit or Basis for Measurement) | C_UOM.X12DE355 character varying(4) String |
Symbol | Symbol for a Unit of Measure | The Symbol identifies the Symbol to be displayed and printed for a Unit of Measure | C_UOM.UOMSymbol character varying(10) String |
Name | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | C_UOM.Name character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | C_UOM.Description character varying(255) String |
UOM Type | C_UOM.UOMType character varying(2) List | ||
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
C_UOM.IsActive character(1) Yes-No |
Default | Default value | The Default Checkbox indicates if this record will be used as a default value. | C_UOM.IsDefault character(1) Yes-No |
Standard Precision | Rule for rounding calculated amounts | The Standard Precision defines the number of decimal places that amounts will be rounded to for accounting transactions and documents. | C_UOM.StdPrecision numeric(10) Integer |
Costing Precision | Rounding used costing calculations | The Costing Precision defines the number of decimal places that amounts will be rounded to when performing costing calculations. | C_UOM.CostingPrecision numeric(10) Integer |
Tab: Conversion
Description: Define standard Unit of Measure Conversion
Help: The Conversion Tab defines the rates for converting a Unit of Measure. The system provides some automatic conversions between units of measures (e.g. minute, hour, day, working day, etc.) if they are not explicitly defined here. Conversions need to be direct (i.e. if you have only a conversion between A-B and B-C, the system cannot convert A-C, you need to define it explicitly).
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | C_UOM_Conversion.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | C_UOM_Conversion.AD_Org_ID numeric(10) Table Direct |
UOM | Unit of Measure | The UOM defines a unique non monetary Unit of Measure | C_UOM_Conversion.C_UOM_ID numeric(10) Table Direct |
UoM To | Target or destination Unit of Measure | The UOM To indicates the destination UOM for a UOM Conversion pair. | C_UOM_Conversion.C_UOM_To_ID numeric(10) Table |
Product | Product, Service, Item | Identifies an item which is either purchased or sold in this organization. | C_UOM_Conversion.M_Product_ID numeric(10) Search |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
C_UOM_Conversion.IsActive character(1) Yes-No |
Multiply Rate | Rate to multiple the source by to calculate the target. | To convert Source number to Target number, the Source is multiplied by the multiply rate. If the Multiply Rate is entered, then the Divide Rate will be automatically calculated. | C_UOM_Conversion.MultiplyRate numeric Number |
Divide Rate | To convert Source number to Target number, the Source is divided | To convert Source number to Target number, the Source is divided by the divide rate. If you enter a Divide Rate, the Multiply Rate will be automatically calculated. | C_UOM_Conversion.DivideRate numeric Number |
Tab: Translation
Description: Unit of Measure Translation
Help:
File:Unit of Measure - Translation - Window (iDempiere 1.0.0).png
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | C_UOM_Trl.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | C_UOM_Trl.AD_Org_ID numeric(10) Table Direct |
UOM | Unit of Measure | The UOM defines a unique non monetary Unit of Measure | C_UOM_Trl.C_UOM_ID numeric(10) Table Direct |
Language | Language for this entity | The Language identifies the language to use for display and formatting | C_UOM_Trl.AD_Language character varying(6) Table |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
C_UOM_Trl.IsActive character(1) Yes-No |
Translated | This column is translated | The Translated checkbox indicates if this column is translated. | C_UOM_Trl.IsTranslated character(1) Yes-No |
Symbol | Symbol for a Unit of Measure | The Symbol identifies the Symbol to be displayed and printed for a Unit of Measure | C_UOM_Trl.UOMSymbol character varying(10) String |
Name | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | C_UOM_Trl.Name character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | C_UOM_Trl.Description character varying(255) String |