Package Maintenance (窗口 ID-50002)
来自iDempiere zh
窗口: Package Maintenance
描述: Package installation history and maintenance
幫助: Review package installation. Also perform package rollback if required
TAB: Package Installation Log
描述: Installation history of packages
幫助 null
File:Package Maintenance - Package Installation Log - 窗口 (iDempiere 1.0.0).png
名稱 | 名稱 | 描述 | 幫助 | 產品規格 |
---|---|---|---|---|
Client | 客户 | 安装此软件的客户 | 客户是一个公司或者合法的实体。你不能在客户之间共享数据。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 机构 | 客户内的机构实体。 | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Package Imp. | Package Imp. | null | null | AD_Package_Imp_ID numeric(10) NOT NULL 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. | Name character varying(60) NOT NULL String |
Package Version | Package Version | null | null | PK_Version character varying(20) String |
Description | 描述 | 该记录的可选描述 | 描述最多为 255 个字符。 | Description character varying(1000) Memo |
EMail Address | 电邮 | 电子邮件地址 | The Email Address is the Electronic Mail ID for this User and should be fully qualified (e.g. joe.smith@company.com). The Email Address is used to access the self service application functionality from the web. | EMail character varying(60) String |
Created | 创建日期 | 本记录产生日期 | The Created field indicates the date that this record was created. | Created timestamp without time zone NOT NULL Date+Time |
Created By | 创建人 | 产生该记录用户 | The Created By field indicates the user who created this record. | CreatedBy numeric(10) NOT NULL Table |
Package Status | Package Status | null | null | PK_Status character varying(22) String |
UpdatedDate | UpdatedDate | null | null | UpdatedDate character varying(25) String |
PackRoll | PackRoll | null | null | Processing character(1) NOT NULL Button |
Uninstall | Uninstall | null | null | Uninstall character(1) Yes-No |
TAB: Objects Installed
描述: null
幫助 null
File:Package Maintenance - Objects Installed - 窗口 (iDempiere 1.0.0).png
名稱 | 名稱 | 描述 | 幫助 | 產品規格 |
---|---|---|---|---|
Client | 客户 | 安装此软件的客户 | 客户是一个公司或者合法的实体。你不能在客户之间共享数据。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 机构 | 客户内的机构实体。 | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Package Imp. | Package Imp. | null | null | AD_Package_Imp_ID numeric(10) NOT NULL ID |
Imp. Package Detail | Imp. Package Detail | null | null | AD_Package_Imp_Detail_ID numeric(10) NOT NULL ID |
Backup | Backup | null | null | AD_Backup_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. | Name character varying(60) String |
Action | 动作 | 将被执行的动作 | The Action field is a drop down list box which indicates the Action to be performed for this Menu Item. | Action character varying(20) String |
Original | Original | null | null | AD_Original_ID numeric(10) NOT NULL ID |
Success | Success | null | null | Success character varying(20) String |
Table | 表 | 字段所在表 | The Table indicates the table in which a field or fields reside. | AD_Table_ID numeric(10) ID |
DB Table Name | 数据库表名字 | Name of the table in the database | The DB Table Name indicates the name of the table in database. | TableName character varying(60) String |
Type | 类型 | Type of Validation (SQL, Java Script, Java Language) | The Type indicates the type of validation that will occur. This can be SQL, Java Script or Java Language. | Type character varying(60) String |
Uninstall | Uninstall | null | null | Uninstall character(1) Yes-No |
TAB: Object Backups
描述: Details by column original values before the record was overwritten
幫助 Displays values for each column for each record that was updated by a package install. This backup is used in the package reversal process.
File:Package Maintenance - Object Backups - 窗口 (iDempiere 1.0.0).png
名稱 | 名稱 | 描述 | 幫助 | 產品規格 |
---|---|---|---|---|
Client | 客户 | 安装此软件的客户 | 客户是一个公司或者合法的实体。你不能在客户之间共享数据。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 机构 | 客户内的机构实体。 | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID numeric(10) NOT NULL ID |
Package Imp. | Package Imp. | null | null | AD_Package_Imp_ID numeric(10) NOT NULL ID |
Imp. Package Detail | Imp. Package Detail | null | null | AD_Package_Imp_Detail_ID numeric(10) NOT NULL ID |
Imp. Package Backup | Imp. Package Backup | null | null | AD_Package_Imp_Backup_ID numeric(10) NOT NULL ID |
Table | 表 | 字段所在表 | The Table indicates the table in which a field or fields reside. | AD_Table_ID numeric(10) ID |
Column | 列 | 在表中的列 | 链接到数据库表中的列。 | AD_Column_ID numeric(10) Table |
Reference | 引用 | 系统引用 | The Reference indicates the type of reference field | AD_Reference_ID numeric(10) Table |
ColValue | ColValue | null | null | ColValue character varying(2000) String |
Package Imp. Bck. Directory | Package Imp. Bck. Directory | null | null | AD_Package_Imp_Bck_Dir character varying(255) String |
Uninstall | Uninstall | null | null | Uninstall character(1) Yes-No |
Package Imp. Org. Dir. | Package Imp. Org. Dir. | null | null | AD_Package_Imp_Org_Dir character varying(255) String |