アカウント組み合わせ (ウィンドウ ID-153)
提供: iDempiere ja
ウィンドウ: アカウント組み合わせ
説明: Maintain Valid Account Combinations
助ける: The Account Combination Window defines and displays valid account combinations.
TAB: 組み合わせ
説明: 有効な勘定科目の組み合わせです。
助ける 組み合わせタブは、有効な勘定科目の組み合わせを定義、表示します。ドキュメントエントリーを容易にするために別名を定義することができます。
ファイル:アカウント組み合わせ - 組み合わせ - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Accounting Schema | 会計スキーマ | 会計のためのルール | 会計スキーマは、原価計算手法、通貨、およびカレンダーなどの会計に使用されるルールを定義します。 | C_AcctSchema_ID numeric(10) NOT NULL Table Direct |
Alias | 別名 | 勘定科目の組み合わせを示す代替方法を決定します。 | 別名フィールドで、別の勘定科目の組み合わせを定義できます。 例えば、熊本商店への売掛金は、熊本商店という名前で別名定義出来ます。 | Alias character varying(40) String |
Combination | 組み合わせ | 会計要素の一意に決まる組み合わせ | 組み合わせフィールドはこの勘定科目を包括する要素値の一意に決まる組み合わせを定義します。 | Combination character varying(60) String |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) String |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Fully Qualified | 完全適格 | この勘定科目は完全に資格があります。 | 適格チェック・ボックスは、勘定科目の組み合わせのための、すべての必要な要素が存在していることを示します。 | IsFullyQualified character(1) NOT NULL Yes-No |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table |
Trx Organization | 取引組織 | このシステムを実行または開始している組織です。 | (別の組織のために)この取引を実行、開始する組織です。 所有する組織は、主なサービスと組織間取引とともにサービス部門環境において、取引組織でない可能性があります。 | AD_OrgTrx_ID numeric(10) Table |
Account | 勘定科目 | 使われている勘定科目です。 | 使用される(自然)の勘定科目です。 | Account_ID numeric(10) NOT NULL Search |
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. | C_SubAcct_ID numeric(10) Table Direct |
Activity | 活動 | Business Activity | Activities indicate tasks that are performed and used to utilize Activity based Costing | C_Activity_ID numeric(10) Table |
Product | 製品 | 製品、サービス、項目 | この組織で購入、または販売する製品を特定します。 | M_Product_ID numeric(10) Search |
Business Partner | ビジネスパートナー | ビジネスパートナーを特定します。 | ビジネスパートナーは取引をするすべての主体です。これは仕入先、販売先、従業員、または販売員を含むことができます。 | C_BPartner_ID numeric(10) Search |
Project | プロジェクト | 財務プロジェクトです。 | プロジェクトは内部、または外部の活動を追跡して、制御します。 | C_Project_ID numeric(10) Table |
Campaign | キャンペーン | Marketing Campaign | The Campaign defines a unique marketing program. Projects can be associated with a pre defined Marketing Campaign. You can then report based on a specific Campaign. | C_Campaign_ID numeric(10) Table |
Location From | 送付元住所 | 在庫があった場所です。 | 送付元住所は、製品があった場所を示します。 | C_LocFrom_ID numeric(10) Table |
Location To | 送付先住所 | 在庫の移動先住所です。 | 送付先住所は、製品が移動した先の住所を示します。 | C_LocTo_ID numeric(10) Table |
Sales Region | 販売地域 | セールス・カバレッジ地域です。 | 販売地域はセールス・カバレッジの特定の領域を示します。 | C_SalesRegion_ID numeric(10) Table |
User List 1 | ユーザーリスト1 | User defined list element #1 | The user defined element displays the optional elements that have been defined for this account combination. | User1_ID numeric(10) Table |
User List 2 | ユーザーリスト2 | User defined list element #2 | The user defined element displays the optional elements that have been defined for this account combination. | User2_ID numeric(10) Table |
User Element 1 | ユーザー要素1 | User defined accounting Element | A user defined accounting element referres to a Adempiere table. This allows to use any table content as an accounting dimension (e.g. Project Task). Note that User Elements are optional and are populated from the context of the document (i.e. not requested) | UserElement1_ID numeric(10) ID |
User Element 2 | ユーザー要素2 | User defined accounting Element | A user defined accounting element referres to a Adempiere table. This allows to use any table content as an accounting dimension (e.g. Project Task). Note that User Elements are optional and are populated from the context of the document (i.e. not requested) | UserElement2_ID numeric(10) ID |