System Issue Report (窗口 ID-363)
窗口: System Issue Report
描述: Automatically created or manually entered System Issue Reports
幫助: System Issues are created to speed up the resolution of any system related issues (potential bugs). If enabled, they are automatically reported to Adempiere. No data or confidential information is transferred.
TAB: System Issue
描述: Automatically created or manually entered System Issue Reporting
幫助 System Issues are created to speed up the resolution of any system related issues (potential bugs). If enabled, they are automatically reported to Adempiere. No data or confidential information is transferred.
File:System Issue Report - System Issue - 窗口 (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 |
Created | 创建日期 | 本记录产生日期 | The Created field indicates the date that this record was created. | Created timestamp without time zone NOT NULL Date+Time |
Active | 有效 | 本记录有效 | 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. |
IsActive character(1) NOT NULL Yes-No |
Release No | 发行号 | 内部发行号 | null | ReleaseNo character varying(10) NOT NULL String |
Version | 版本 | Version of the table definition | The Version indicates the version of this table definition. | Version character varying(40) NOT NULL String |
Vanilla System | Vanilla System | The system was NOT compiled from Source - i.e. standard distribution | You may have customizations, like additional columns, tables, etc - but no code modifications which require compiling from source. | IsVanillaSystem character(1) List |
Release Tag | Release Tag | Release Tag | null | ReleaseTag character varying(60) String |
Source | Source | Issue Source | Source of the Issue | IssueSource character(1) List |
Window | 窗口 | 数据输入或显示视窗 | The Window field identifies a unique Window in the system. | AD_Window_ID numeric(10) Search |
Process | 进程 | 程序或报表 | The Process field identifies a unique Process or Report in the system. | AD_Process_ID numeric(10) Search |
Special Form | 特别的窗体 | 特别的窗体 | The Special Form field identifies a unique Special Form in the system. | AD_Form_ID numeric(10) Table Direct |
Issue Summary | Issue Summary | Issue Summary | null | IssueSummary character varying(2000) NOT NULL String |
Reproducible | Reproducible | Problem can re reproduced in Gardenworld | The problem occurs also in the standard distribution in the demo client Gardenworld. | IsReproducible character(1) List |
Comments | 注释 | Comments or additional information | The Comments field allows for free form entry of additional information. | Comments character varying(2000) Text |
Logger | Logger | Logger Name | null | LoggerName character varying(60) String |
Source Method | Source Method | Source Method Name | null | SourceMethodName character varying(60) String |
Source Class | Source Class | Source Class Name | null | SourceClassName character varying(60) String |
Line | Line | Line No | null | LineNo numeric(10) Integer |
Stack Trace | Stack Trace | System Log Trace | null | StackTrace character varying(2000) Text |
Error Trace | Error Trace | System Error Trace | Java Trace Info | ErrorTrace character varying(2000) Text |
Response Text | Response Text | Request Response Text | Text block to be copied into request response text | ResponseText character varying(2000) Text |
System Status | System Status | Status of the system - Support priority depends on system status | System status helps to prioritize support resources | SystemStatus character(1) NOT NULL List |
Known Issue | Known Issue | Known Issue | null | R_IssueKnown_ID numeric(10) Search |
Request Document No | Request Document No | Adempiere Request Document No | null | RequestDocumentNo character varying(30) String |
Request | 请求 | Request from a Business Partner or Prospect | The Request identifies a unique request from a Business Partner or Prospect. | R_Request_ID numeric(10) Search |
Asset | 资产 | Asset used internally or by customers | An asset is either created by purchasing or by delivering a product. An asset can be used internally or be a customer asset. | A_Asset_ID numeric(10) Table Direct |
Issue Project | Issue Project | Implementation Projects | null | R_IssueProject_ID numeric(10) Search |
Support EMail | Support EMail | EMail address to send support information and updates to | If not entered the registered email is used. | SupportEMail character varying(60) 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. | Name character varying(60) NOT NULL String |
Registered EMail | 用户名字 | User responsible for the System | The responsible person for the system | UserName character varying(60) NOT NULL String |
Issue System | Issue System | System creating the issue | null | R_IssueSystem_ID numeric(10) Search |
IssueUser | IssueUser | User who reported issues | null | R_IssueUser_ID numeric(10) Search |
DB Address | 数据库服务器地址 | Address of the database server | null | DBAddress character varying(255) String |
Local Host | Local Host | Local Host Info | null | Local_Host character varying(120) String |
Statistics | Statistics | Information to help profiling the system for solving support issues | Profile information do not contain sensitive information and are used to support issue detection and diagnostics as well as general anonymous statistics | StatisticsInfo character varying(255) String |
Profile | Profile | Information to help profiling the system for solving support issues | Profile information do not contain sensitive information and are used to support issue detection and diagnostics | ProfileInfo character varying(255) String |
Remote Host | 远程主机 | null | null | Remote_Host character varying(120) String |
Remote Addr | 远程地址 | 远程地址 | The Remote Address indicates an alternative or external address. | Remote_Addr character varying(60) String |
Operating System | Operating System | Operating System Info | null | OperatingSystemInfo character varying(255) String |
Java Info | Java Info | Java Version Info | null | JavaInfo character varying(255) String |
Database | Database | Database Information | null | DatabaseInfo character varying(255) String |
Processed | 已处理 | The document has been processed | The Processed checkbox indicates that a document has been processed. | Processed character(1) NOT NULL Yes-No |
Report or Update Issue | Report or Update Issue | Report Issue to Adempiere | null | Processing character(1) Button |
Record ID | 记录ID | 记录的内部ID | The Record ID is the internal unique identifier of a record | Record_ID numeric(10) Integer |