Pack In (Window ID-50005)
From iDempiere en
Window: Pack In
Description: Imports a package
Help: Imports a package previously created by PackOut
Tab: PackIn
Description: Import a package created by PackOut
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. | AD_Package_Imp_Proc.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. | AD_Package_Imp_Proc.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. | AD_Package_Imp_Proc.Name character varying(500) String |
Created | Date this record was created | The Created field indicates the date that this record was created. | AD_Package_Imp_Proc.Created timestamp without time zone Date+Time |
Date Processed | AD_Package_Imp_Proc.DateProcessed timestamp without time zone Date+Time | ||
Process Message | AD_Package_Imp_Proc.P_Msg character varying(2000) Text | ||
PackIn | Import Package | Import a package | AD_Package_Imp_Proc.Processing character(1) Button |
Tab: Package Installation
Description:
Help:
File:Pack In - Package Installation - 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. | AD_Package_Imp.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. | AD_Package_Imp.AD_Org_ID numeric(10) Table Direct |
Package Imp. Proc. | AD_Package_Imp.AD_Package_Imp_Proc_ID numeric(10) Table Direct | ||
Package Imp. | AD_Package_Imp.AD_Package_Imp_ID numeric(10) ID | ||
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. | AD_Package_Imp.Name character varying(500) String |
Package Version | AD_Package_Imp.PK_Version character varying(20) String | ||
Package Status | AD_Package_Imp.PK_Status character varying(22) String | ||
Description | Optional short description of the record | A description is limited to 255 characters. | AD_Package_Imp.Description character varying(1000) Memo |
PackRoll | AD_Package_Imp.Processing character(1) Button | ||
Processed | The document has been processed | The Processed checkbox indicates that a document has been processed. | AD_Package_Imp.Processed character(1) Yes-No |
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. |
AD_Package_Imp.IsActive character(1) Yes-No |