Test (Window ID-127)
From iDempiere en
Window: Test
Description: Test Screen
Help:
Tab: Test
Description:
Help:
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. | Test.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. | Test.AD_Org_ID numeric(10) Table Direct |
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. | Test.Name character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | Test.Description character varying(255) String |
Comment/Help | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | Test.Help character varying(2000) Text |
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. |
Test.IsActive character(1) Yes-No |
Currency | The Currency for this record | Indicates the Currency to be used when processing or reporting on this record | Test.C_Currency_ID numeric(10) Table Direct |
Amount | Test.T_Amount numeric Amount | ||
Integer | Test.T_Integer numeric(10) Integer | ||
Number | Test.T_Number numeric Number | ||
UOM | Unit of Measure | The UOM defines a unique non monetary Unit of Measure | Test.C_UOM_ID numeric(10) Table Direct |
Qty | Test.T_Qty numeric Quantity | ||
Date | Test.T_Date timestamp without time zone Date | ||
DateTime | Test.T_DateTime timestamp without time zone Date+Time | ||
Timestamp | Timestamp with time zone | Test.T_Timestamp timestamp with time zone Timestamp With Time Zone | |
Business Partner | Identifies a Business Partner | A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson | Test.C_BPartner_ID numeric(10) Search |
Payment | Payment identifier | The Payment is a unique identifier of this payment. | Test.C_Payment_ID numeric(10) Search |
Product | Product, Service, Item | Identifies an item which is either purchased or sold in this organization. | Test.M_Product_ID numeric(10) Search |
Locator | Warehouse Locator | The Locator indicates where in a Warehouse a product is located. | Test.M_Locator_ID numeric(10) Locator (WH) |
Address | Location or Address | The Location / Address field defines the location of an entity. | Test.C_Location_ID numeric(10) Location (Address) |
Account_Acct | Test.Account_Acct numeric(10) Account | ||
Table | Database Table information | The Database Table provides the information of the table definition | Test.AD_Table_ID numeric(10) Table Direct |
Record ID | Direct internal record ID | The Record ID is the internal unique identifier of a record. Please note that zooming to the record may not be successful for Orders, Invoices and Shipment/Receipts as sometimes the Sales Order type is not known. | Test.Record_ID numeric(10) Record ID |
Record UUID | Test.Record_UU character varying(36) Record UUID | ||
Color | Test.Color character varying(7) Color | ||
Binary Data | Binary Data | The Binary field stores binary data. | Test.BinaryData bytea Image |
Character Data | Long Character Field | Test.CharacterData text Text Long | |
Processed | The document has been processed | The Processed checkbox indicates that a document has been processed. | Test.Processed character(1) Yes-No |
Process Now | Test.Processing character(1) Button |