登录
请求账户
导航
首页
最近更改
随机页面
MediaWiki帮助
模板
讨论
查看源代码
历史
不转换
简体
繁體
大陆简体
香港繁體
澳門繁體
大马简体
新加坡简体
台灣正體
查看“Template:会计科目 (窗口 ID-118 V1.0.0)”的源代码
来自iDempiere zh
←
Template:会计科目 (窗口 ID-118 V1.0.0)
跳转至:
导航
、
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于这些用户组的用户使用:
用户
、emailconfirmed
您必须确认您的电子邮件地址才能编辑页面。请通过
系统设置
设置并确认您的电子邮件地址。
您可以查看和复制此页面的源代码。
[[en:Account Element (Window ID-118)]] [[ar:Account Element (نافذة ID-118)]] [[bg:Сметкови елемент (прозорец ID-118)]] [[da:Account Element (Vindue ID-118)]] [[de:Kontenplan (Fenster ID-118)]] [[el:Στοιχείο Λογιστικής (παράθυρο ID-118)]] [[es:Elemento Contable (Ventana ID-118)]] [[fr:Plan Comptable (Fenêtre ID-118)]] [[hu:Könyvelési elemek (Aablak ID-118)]] [[id:Account Element (jendela ID-118)]] [[it:Piano dei Conti (finestra ID-118)]] [[ja:会計要素 (ウィンドウ ID-118)]] [[ms:Elemen Perakaunan (tetingkap ID-118)]] [[nl:Account Element (Venster ID-118)]] [[pl:Składowe kont księgowych (Okno ID-118)]] [[pt:Elemento Contabilístico (Janela ID-118)]] [[ro:Plan de conturi (fereastră ID-118)]] [[ru:Бухг. элементы (окно ID-118)]] [[sr:Контни елемент (прозор ID-118)]] [[sv:Kontoelement (Fönster ID-118)]] [[th:องค์ประกอบบัญชี (หน้าต่าง ID-118)]] [[tr:Account Element (pencere ID-118)]] [[zh:会计科目 (窗口 ID-118)]] == 窗口: 会计科目 == '''描述:''' 维护会计科目 '''幫助:''' The Account Element Window is used to define and maintain the Accounting Element and User Defined Elements. One of the account segments is your natural account segment (Chart of Account). You may add a new account element for parallel reporting or for user defined accounting segments. === TAB: 科目类型 === '''描述:''' 会计科目定义 '''幫助''' The Element Tab defines the Name, Description and Format for an Element. Additionally, a Type of Account or User Defined is selected. Each Account Schema must have an Account Element type. The User Defined Elements are optional. [[image:会计科目 - 科目类型 - 窗口 (iDempiere 1.0.0).png]] {| border="1" cellpadding="5" cellspacing="0" |- |-valign="top" !style="background:#efefef;" |'''''名稱''''' !style="background:#efefef;" |'''''名稱''''' !style="background:#efefef;" |'''''描述''''' !style="background:#efefef;" |'''''幫助''''' !style="background:#efefef;" |'''''產品規格''''' |-valign="top" |- |-valign="top" |Element |会计科目 |会计科目 |The Account Element uniquely identifies an Account Type. These are commonly known as a Chart of Accounts. |C_Element_ID<br>numeric(10) NOT NULL<br>ID |-valign="top" |- |-valign="top" |Client |客户 |安装此软件的客户 |客户是一个公司或者合法的实体。你不能在客户之间共享数据。 |AD_Client_ID<br>numeric(10) NOT NULL<br>Table Direct |-valign="top" |- |-valign="top" |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<br>numeric(10) NOT NULL<br>Table Direct |-valign="top" |- |-valign="top" |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<br>character varying(60) NOT NULL<br>String |-valign="top" |- |-valign="top" |Description |描述 |该记录的可选描述 |描述最多为 255 个字符。 |Description<br>character varying(255)<br>String |-valign="top" |- |-valign="top" |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<br>character(1) NOT NULL<br>Yes-No |-valign="top" |- |-valign="top" |Value Format |值格式 |Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09" |<B>验证元素:<B>(空格)任何的个性 _ Space (fixed character) l any Letter a..Z NO space L any Letter a..Z NO space converted to upper case o any Letter a..Z or space O any Letter a..Z or space converted to upper case a any Letters &数字无空格 A any Letters & Digits NO space converted to upper case c any Letters &数字或空间 C any Letters & Digits or space converted to upper case 0 Digits 0..9 NO space 9 Digits 0..9 or space Example of format "(000)_000-0000" |VFormat<br>character varying(40)<br>String |-valign="top" |- |-valign="top" |Type |类型 |Element Type (account or user defined) |元素类型标明此元素是财务元素还是自定义元素。 |ElementType<br>character(1) NOT NULL<br>List |-valign="top" |- |-valign="top" |Natural Account |普通帐户 |主要的普通帐户 |The natural account is often based on (industry specific) chart of accounts |IsNaturalAccount<br>character(1) NOT NULL<br>Yes-No |-valign="top" |- |-valign="top" |Balancing |待平衡 |All transactions within an element value must balance (e.g. cost centers) |The Balancing checkbox indicates the this element must balance in each journal transaction. For example, if cost centers have been defined as an element which is balance then the debits and credits for each unique cost center must net to 0.00. This is commonly used to define parts of an organization which report as their own entity. Balancing is not an option for the Account element. |IsBalancing<br>character(1) NOT NULL<br>Yes-No |-valign="top" |- |-valign="top" |Tree |树 |标识树 |The Tree field identifies a unique Tree in the system. Trees define roll ups or summary levels of information. They are used in reports for defining report points and summarization levels. |AD_Tree_ID<br>numeric(10)<br>Table Direct |-valign="top" |- |} === TAB: 元素值 === '''描述:''' 定义元素值 '''幫助''' The Element Value Tab defines the individual valid values for the Element. The values must conform to the format defined. If the Element is an Account Type then the Account Classification (Asset, Liability etc) and posting controls are also defined [[image:会计科目 - 元素值 - 窗口 (iDempiere 1.0.0).png]] {| border="1" cellpadding="5" cellspacing="0" |- |-valign="top" !style="background:#efefef;" |'''''名稱''''' !style="background:#efefef;" |'''''名稱''''' !style="background:#efefef;" |'''''描述''''' !style="background:#efefef;" |'''''幫助''''' !style="background:#efefef;" |'''''產品規格''''' |-valign="top" |- |-valign="top" |Account Element |会计科目 |会计科目 |Account Elements can be natural accounts or user defined values. |C_ElementValue_ID<br>numeric(10) NOT NULL<br>ID |-valign="top" |- |-valign="top" |Client |客户 |安装此软件的客户 |客户是一个公司或者合法的实体。你不能在客户之间共享数据。 |AD_Client_ID<br>numeric(10) NOT NULL<br>Table Direct |-valign="top" |- |-valign="top" |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<br>numeric(10) NOT NULL<br>Table Direct |-valign="top" |- |-valign="top" |Element |会计科目 |会计科目 |The Account Element uniquely identifies an Account Type. These are commonly known as a Chart of Accounts. |C_Element_ID<br>numeric(10) NOT NULL<br>Table Direct |-valign="top" |- |-valign="top" |Search Key |检索关键字 |记录的检索关键字在格式上是必须的 -并且必须唯一 |A search key allows you a fast method of finding a particular record. If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order). |Value<br>character varying(40) NOT NULL<br>String |-valign="top" |- |-valign="top" |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<br>character varying(60) NOT NULL<br>String |-valign="top" |- |-valign="top" |Description |描述 |该记录的可选描述 |描述最多为 255 个字符。 |Description<br>character varying(255)<br>String |-valign="top" |- |-valign="top" |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<br>character(1) NOT NULL<br>Yes-No |-valign="top" |- |-valign="top" |Summary Level |汇总级别 |这是父类实体 |A summary entity represents a branch in a tree rather than an end-node. Summary entities are used for reporting and do not have own values. |IsSummary<br>character(1) NOT NULL<br>Yes-No |-valign="top" |- |-valign="top" |Account Type |帐户类型 |指示帐户的类型 |Valid account types are A - Asset, E - Expense, L - Liability, O- Owner's Equity, R -Revenue and M- Memo. The account type is used to determine what taxes, if any are applicable, validating payables and receivables for business partners. Note: Memo account amounts are ignored when checking for balancing |AccountType<br>character(1) NOT NULL<br>List |-valign="top" |- |-valign="top" |Post Actual |过帐实际值 |可过帐实际值 |The Post Actual indicates if actual values can be posted to this element value. |PostActual<br>character(1) NOT NULL<br>Yes-No |-valign="top" |- |-valign="top" |Account Sign |财务符号 |Indicates the Natural Sign of the Account as a Debit or Credit |Indicates if the expected balance for this account should be a Debit or a Credit. |AccountSign<br>character(1) NOT NULL<br>List |-valign="top" |- |-valign="top" |Post Budget |过帐预算 |预算值可被过帐 |The Post Budget indicates if budget values can be posted to this element value. |PostBudget<br>character(1) NOT NULL<br>Yes-No |-valign="top" |- |-valign="top" |Document Controlled |文档受控 |Control account - If an account is controlled by a document, you cannot post manually to it |null |IsDocControlled<br>character(1)<br>Yes-No |-valign="top" |- |-valign="top" |Post Statistical |过帐统计数量 |Post statistical quantities to this account? |null |PostStatistical<br>character(1) NOT NULL<br>Yes-No |-valign="top" |- |-valign="top" |Valid from |开始有效 |Valid from including this date (first day) |The Valid From date indicates the first day of a date range |ValidFrom<br>timestamp without time zone<br>Date |-valign="top" |- |-valign="top" |Post Encumbrance |过帐债权 |Post commitments to this account |null |PostEncumbrance<br>character(1) NOT NULL<br>Yes-No |-valign="top" |- |-valign="top" |Valid to |结束有效 |Valid to including this date (last day) |The Valid To date indicates the last day of a date range |ValidTo<br>timestamp without time zone<br>Date |-valign="top" |- |-valign="top" |Bank Account |银行帐户 |Indicates if this is the Bank Account |The Bank Account checkbox indicates if this is account is the bank account. |IsBankAccount<br>character(1)<br>Yes-No |-valign="top" |- |-valign="top" |Bank Account |银行帐户 |在银行的帐户 |The Bank Account identifies an account at this Bank. |C_BankAccount_ID<br>numeric(10)<br>Table Direct |-valign="top" |- |-valign="top" |Foreign Currency Account |Foreign Currency Account |Balances in foreign currency accounts are held in the nominated currency |Balances in foreign currency accounts are held in the nominated currency and translated to functional currency |IsForeignCurrency<br>character(1)<br>Yes-No |-valign="top" |- |-valign="top" |Currency |货币 |币种为该笔记录 |Indicates the Currency to be used when processing or reporting on this record |C_Currency_ID<br>numeric(10)<br>Table Direct |-valign="top" |- |} === TAB: 翻译 === '''描述:''' 定义翻译 '''幫助''' The Translation Tab defines the translation to an alternate language [[image:会计科目 - 翻译 - 窗口 (iDempiere 1.0.0).png]] {| border="1" cellpadding="5" cellspacing="0" |- |-valign="top" !style="background:#efefef;" |'''''名稱''''' !style="background:#efefef;" |'''''名稱''''' !style="background:#efefef;" |'''''描述''''' !style="background:#efefef;" |'''''幫助''''' !style="background:#efefef;" |'''''產品規格''''' |-valign="top" |- |-valign="top" |Client |客户 |安装此软件的客户 |客户是一个公司或者合法的实体。你不能在客户之间共享数据。 |AD_Client_ID<br>numeric(10) NOT NULL<br>Table Direct |-valign="top" |- |-valign="top" |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<br>numeric(10) NOT NULL<br>Table Direct |-valign="top" |- |-valign="top" |Account Element |会计科目 |会计科目 |Account Elements can be natural accounts or user defined values. |C_ElementValue_ID<br>numeric(10) NOT NULL<br>Table Direct |-valign="top" |- |-valign="top" |Language |语言 |本客户使用的语言 |The Language identifies the language to use for display |AD_Language<br>character varying(6) NOT NULL<br>Table |-valign="top" |- |-valign="top" |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<br>character(1) NOT NULL<br>Yes-No |-valign="top" |- |-valign="top" |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<br>character varying(60) NOT NULL<br>String |-valign="top" |- |-valign="top" |Description |描述 |该记录的可选描述 |描述最多为 255 个字符。 |Description<br>character varying(255)<br>String |-valign="top" |- |-valign="top" |Translated |已翻译 |列被翻译 |The Translated checkbox indicates if this column is translated. |IsTranslated<br>character(1) NOT NULL<br>Yes-No |-valign="top" |- |} === TAB: Sub Account === '''描述:''' Sub Account for Element Value '''幫助''' The Element Value (e.g. Account) may have optional sub accounts for further detail. The sub account is dependent on the value of the account, so a further specification. If the sub-accounts are more or less the same, consider using another accounting dimension. [[image:会计科目 - Sub Account - 窗口 (iDempiere 1.0.0).png]] {| border="1" cellpadding="5" cellspacing="0" |- |-valign="top" !style="background:#efefef;" |'''''名稱''''' !style="background:#efefef;" |'''''名稱''''' !style="background:#efefef;" |'''''描述''''' !style="background:#efefef;" |'''''幫助''''' !style="background:#efefef;" |'''''產品規格''''' |-valign="top" |- |-valign="top" |Client |客户 |安装此软件的客户 |客户是一个公司或者合法的实体。你不能在客户之间共享数据。 |AD_Client_ID<br>numeric(10) NOT NULL<br>Table Direct |-valign="top" |- |-valign="top" |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<br>numeric(10) NOT NULL<br>Table Direct |-valign="top" |- |-valign="top" |Account Element |会计科目 |会计科目 |Account Elements can be natural accounts or user defined values. |C_ElementValue_ID<br>numeric(10) NOT NULL<br>Table Direct |-valign="top" |- |-valign="top" |Search Key |检索关键字 |记录的检索关键字在格式上是必须的 -并且必须唯一 |A search key allows you a fast method of finding a particular record. If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order). |Value<br>character varying(40) NOT NULL<br>String |-valign="top" |- |-valign="top" |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<br>character varying(60) NOT NULL<br>String |-valign="top" |- |-valign="top" |Description |描述 |该记录的可选描述 |描述最多为 255 个字符。 |Description<br>character varying(255)<br>String |-valign="top" |- |-valign="top" |Comment/Help |注释/帮助 |注释或提示 |The Help field contains a hint, comment or help about the use of this item. |Help<br>character varying(2000)<br>Text |-valign="top" |- |-valign="top" |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<br>character(1) NOT NULL<br>Yes-No |-valign="top" |- |}
返回至
Template:会计科目 (窗口 ID-118 V1.0.0)
。
Cookie帮助我们提供我们的服务。通过使用我们的服务,您同意我们使用cookie。
确定
工具
链入页面
相关更改
特殊页面
页面信息