用户 (窗口 ID-108)
窗口: 用户
描述: 维护系统的用户
幫助: The User Window allows you to define each User of the system. Users can log into the system and have access to functionality via one or more roles.
TAB: 用户
描述: 用户
幫助 The User Tab defines the log in for Users who have access to the system.
File:用户 - 用户 - 窗口 (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 |
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 |
Search Key | Search Key | Search key for the record in the format required | 7 bit lower case alpha numeric - max length 8 - can be used for operating system names. | Value character varying(40) String |
Description | 描述 | 该记录的可选描述 | 描述最多为 255 个字符。 | Description character varying(255) String |
Comments | 注释 | Comments or additional information | The Comments field allows for free form entry of additional information. | Comments character varying(2000) Text |
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 |
Business Partner | 业务伙伴 | 标识业务伙伴 | A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson | C_BPartner_ID numeric(10) Search |
Partner Location | 业务伙伴地址 | Identifies the (ship to) address for this Business Partner | The Partner address indicates the location of a Business Partner | C_BPartner_Location_ID numeric(10) Table Direct |
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 |
Password | 口令 | 任意长度的口令(区分大小写) | The Password indicates the Password for this User Id. Passwords are required to identify authorized users. | Password character varying(1024) String |
Title | 名称 | Name this entity is referred to as | The Title indicates the name that an entity is referred to as. | Title character varying(40) String |
User PIN | User PIN | null | null | UserPIN character varying(20) String |
Birthday | 生日 | 生日或周年日 | 生日或周年日 | Birthday timestamp without time zone Date |
Phone | 电话 | 电话号码 | The Phone field identifies a telephone number | Phone character varying(40) String |
2nd Phone | 可选电话 | Identifies an alternate telephone number. | The 2nd Phone field identifies an alternate telephone number. | Phone2 character varying(40) String |
Fax | 传真 | 传真号 | The Fax identifies a facsimile number for this Business Partner or Location | Fax character varying(40) String |
Notification Type | Notification Type | Type of Notifications | Emails or Notification sent out for Request Updates, etc. | NotificationType character(1) NOT NULL List |
Position | Position | Job Position | null | C_Job_ID numeric(10) Table Direct |
Full BP Access | Full BP Access | The user/contact has full access to Business Partner information and resources | If selected, the user has full access to the Business Partner (BP) information (Business Documents like Orders, Invoices - Requests) or resources (Assets, Downloads). If you deselect it, the user has no access rights unless, you explicitly grant it in tab "BP Access" | IsFullBPAccess character(1) NOT NULL Yes-No |
EMail User ID | 电子邮件用户 | User Name (ID) in the Mail System | The user name in the mail system is usually the string before the @ of your email address. Required if the mail server requires authentification to send emails. | EMailUser character varying(60) String |
EMail User Password | 发电子邮件给用户密码 | Password of your email user id | Required if the mail server requires authentification to send emails. | EMailUserPW character varying(255) String |
Supervisor | 管理者 | Supervisor for this user - used for escalation | The Supervisor indicates who will be used for forwarding and escalating issues for this user. | Supervisor_ID numeric(10) Search |
LDAP User Name | 通过LDAP认证 | Authorize via LDAP (directory) services | The user is authorized via LDAP. If LDAP authorization cannot be obtained, access is refused - the password is ignored for local access. | LDAPUser character varying(60) String |
Trx Organization | 交易机构 | Performing or initiating organization | The organization which performs or initiates this transaction (for another organization). The owning Organization may not be the transaction organization in a service bureau environment, with centralized services, and inter-organization transactions. | AD_OrgTrx_ID numeric(10) Table |
Connection Profile | Connection Profile | How a Java Client connects to the server(s) | Depending on the connection profile, different protocols are used and tasks are performed on the server rather then the client. Usually the user can select different profiles, unless it is enforced by the User or Role definition. The User level profile overwrites the Role based profile. | ConnectionProfile character(1) List |
Auto expand menu | Auto expand menu | If ticked, the menu is automatically expanded | null | IsMenuAutoExpand character(1) List |
Greeting | 称谓 | Greeting to print on correspondence | The Greeting identifies the greeting to print on correspondence. | C_Greeting_ID numeric(10) Table Direct |
EMail Verify | EMail Verify | Date Email was verified | null | EMailVerifyDate timestamp without time zone Date+Time |
Last Contact | 最近联系人 | Date this individual was last contacted | The Last Contact indicates the date that this Business Partner Contact was last contacted. | LastContact timestamp without time zone Date |
Verification Info | Email验证 | 验证电子邮件地址 | The field contains the date the EMail Address has been verified | EMailVerify character varying(40) String |
Last Result | 最近结果 | 最后的联系人结果 | The Last Result identifies the result of the last contact made. | LastResult character varying(255) String |
Locked | Locked | null | null | IsLocked character(1) NOT NULL Yes-No |
Date Account Locked | Date Account Locked | null | null | DateAccountLocked timestamp without time zone Date+Time |
Failed Login Count | Failed Login Count | null | null | FailedLoginCount numeric(10) NOT NULL Integer |
Date Last Login | Date Last Login | null | null | DateLastLogin timestamp without time zone Date+Time |
No Password Reset | No Password Reset | null | null | IsNoPasswordReset character(1) NOT NULL Yes-No |
Date Password Changed | Date Password Changed | null | null | DatePasswordChanged timestamp without time zone Date+Time |
Expired | Expired | null | null | IsExpired character(1) NOT NULL Yes-No |
Security Question | Security Question | null | null | SecurityQuestion character varying(1024) String |
Answer | Answer | null | null | Answer character varying(1024) String |
TAB: 用户角色
描述: 用户角色
幫助 The User Roles Tab define the Roles each user may have. The Roles will determine what windows, tasks, processes and workflows that a User has access to.
File:用户 - 用户角色 - 窗口 (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 |
User/Contact | 客户或联系人 | User within the system - Internal or Business Partner Contact | The User identifies a unique user in the system. This could be an internal user or a business partner contact | AD_User_ID numeric(10) NOT NULL Search |
Role | 角色 | 职责角色 | The Role determines security and access a user who has this Role will have in the System. | AD_Role_ID numeric(10) NOT NULL Search |
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 |
TAB: 用户替换
描述: Substitute of the user
幫助 A user who can act for this user.
File:用户 - 用户替换 - 窗口 (iDempiere 1.0.0).png
名稱 | 名稱 | 描述 | 幫助 | 產品規格 |
---|---|---|---|---|
User Substitute | User Substitute | Substitute of the user | A user who can act for another user. | AD_User_Substitute_ID numeric(10) NOT NULL ID |
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 |
User/Contact | 客户或联系人 | User within the system - Internal or Business Partner Contact | The User identifies a unique user in the system. This could be an internal user or a business partner contact | AD_User_ID numeric(10) NOT NULL Search |
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 |
Description | 描述 | 该记录的可选描述 | 描述最多为 255 个字符。 | Description character varying(255) String |
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 |
Substitute | 替代 | Product which can be used in place of another product | The Substitute identifies the product to be used as a substitute for this product. | Substitute_ID numeric(10) NOT NULL Search |
Valid from | 开始有效 | Valid from including this date (first day) | The Valid From date indicates the first day of a date range | ValidFrom timestamp without time zone Date |
Valid to | 结束有效 | Valid to including this date (last day) | The Valid To date indicates the last day of a date range | ValidTo timestamp without time zone Date |
TAB: 分配机构
描述: User Assigment to Organization
幫助 Assign Users to Organizations
File:用户 - 分配机构 - 窗口 (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 |
User/Contact | 客户或联系人 | User within the system - Internal or Business Partner Contact | The User identifies a unique user in the system. This could be an internal user or a business partner contact | AD_User_ID numeric(10) NOT NULL Search |
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 |
Valid from | 开始有效 | Valid from including this date (first day) | The Valid From date indicates the first day of a date range | ValidFrom timestamp without time zone NOT NULL Date |
Valid to | 结束有效 | Valid to including this date (last day) | The Valid To date indicates the last day of a date range | ValidTo timestamp without time zone NOT NULL Date |
Description | 描述 | 该记录的可选描述 | 描述最多为 255 个字符。 | Description character varying(255) String |
TAB: Org Access
描述: Maintain User Org Access
幫助 Add the client and organizations the user has access to. Entries here are ignored, if in the Role, User Org Access is not selected or the role has access to all roles.
Note that access information is cached and requires re-login or reset of cache.
File:用户 - Org Access - 窗口 (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 |
User/Contact | 客户或联系人 | User within the system - Internal or Business Partner Contact | The User identifies a unique user in the system. This could be an internal user or a business partner contact | AD_User_ID numeric(10) NOT NULL Table Direct |
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 |
Read Only | 只读 | 字段被只有读 | The Read Only indicates that this field may only be Read. It may not be updated. | IsReadOnly character(1) NOT NULL Yes-No |
TAB: User Mail
描述: Mail sent to the user
幫助 Archive of mails sent to users
File:用户 - User Mail - 窗口 (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 |
User/Contact | 客户或联系人 | User within the system - Internal or Business Partner Contact | The User identifies a unique user in the system. This could be an internal user or a business partner contact | AD_User_ID numeric(10) NOT NULL Search |
Mail Template | 邮寄模板 | 本文模板为邮寄 | The Mail Template indicates the mail template for return messages. | R_MailText_ID numeric(10) Table Direct |
Mail Message | Mail Message | Web Store Mail Message Template | null | W_MailMsg_ID numeric(10) Table Direct |
Created | 创建日期 | 本记录产生日期 | The Created field indicates the date that this record was created. | Created timestamp without time zone NOT NULL Date+Time |
Message ID | Message ID | 发电子邮件给信息ID | SMTP Message ID for tracking purposes | MessageID character varying(120) String |
Subject | Subject | Email Message Subject | Subject of the EMail | Subject character varying(255) String |
Mail Text | 邮寄本文 | 邮件信息用的本文 | The Mail Text indicates the text used for mail messages. | MailText character varying(2000) Text |
Delivery Confirmation | 配送确认 | 发电子邮件给配送证实 | null | DeliveryConfirmation character varying(120) String |
Delivered | 已配送 | null | null | IsDelivered character(1) List |
TAB: Queries
描述: View and maintain saved queries
幫助 null
File:用户 - Queries - 窗口 (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 |
User/Contact | 客户或联系人 | User within the system - Internal or Business Partner Contact | The User identifies a unique user in the system. This could be an internal user or a business partner contact | AD_User_ID numeric(10) Search |
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 |
Description | 描述 | 该记录的可选描述 | 描述最多为 255 个字符。 | Description character varying(255) String |
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 |
Table | 表 | 字段所在表 | The Table indicates the table in which a field or fields reside. | AD_Table_ID numeric(10) NOT NULL Table Direct |
Validation code | 错误信息 | Validation Code 错误信息 | The Validation Code displays the date, time and message of the error. | Code character varying(2000) Text Long |
TAB: LDAP Access
描述: User Access via LDAP
幫助 null
File:用户 - LDAP Access - 窗口 (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 |
User/Contact | 客户或联系人 | User within the system - Internal or Business Partner Contact | The User identifies a unique user in the system. This could be an internal user or a business partner contact | AD_User_ID numeric(10) Table Direct |
Ldap Processor | Ldap Processor | LDAP Server to authenticate and authorize external systems based on Adempiere | The LDAP Server allows third party software (e.g. Apache) to use the users defined in the system to authenticate and authorize them. There is only one server per Adempiere system. The "o" is the Client key and the optional "ou" is the Interest Area key. | AD_LdapProcessor_ID numeric(10) NOT NULL Table Direct |
Interest Area | 关心点区域 | 关心点区域或主题 | Interest Areas reflect interest in a topic by a contact. Interest areas can be used for marketing campaigns. | R_InterestArea_ID numeric(10) Table Direct |
Created | 创建日期 | 本记录产生日期 | The Created field indicates the date that this record was created. | Created timestamp without time zone NOT NULL Date+Time |
Error | Error | An Error occured in the execution | null | IsError character(1) NOT NULL Yes-No |
Summary | 汇总 | Textual summary of this request | The Summary allows free form text entry of a recap of this request. | Summary character varying(2000) Text |
Description | 描述 | 该记录的可选描述 | 描述最多为 255 个字符。 | Description character varying(255) String |