ビジネスパートナー (ウィンドウ ID-123)
ウィンドウ: ビジネスパートナー
説明: ビジネスパートナーをメンテナンスします。
助ける: ビジネスパートナーウィンドウは、商取引を行うすべての経済主体を定義します。これは顧客、仕入先、および従業員を含んでいます。製品の入力やインポートをする前に、仕入先を定義しなければなりません。受注を生成する前に、顧客を定義しなければなりません。このウィンドウは、ビジネスパートナーに関するすべての情報を保持します。そして、入力された値は、すべてのドキュメント取引を生成するために使用されます。
TAB: ビジネスパートナー
説明: ビジネスパートナー
助ける ビジネスーパートナータブは、取引を行うすべての経済主体を定義します。
ファイル:ビジネスパートナー - ビジネスパートナー - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Search Key | 検索キー | Search key for the record in the format required - must be unique | 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 character varying(40) NOT NULL String |
Employee | 従業員 | このビジネスパートナーが従業員かどうかを示します。 | 従業員チェックボックスは、このビジネスパートナーが従業員かどうかを示します。これが選択されると、追加フィールドが表示されます。 | IsEmployee character(1) NOT NULL Yes-No |
Greeting | 敬称 | Greeting to print on correspondence | The Greeting identifies the greeting to print on correspondence. | C_Greeting_ID numeric(10) 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 |
Name 2 | 名前2 | Additional Name | null | Name2 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 |
Summary Level | 概要レベル | これは概要実体です。 | 概要実体はツリーの末端ではなく枝を示します。概要実体は、レポートのために使用されて、自己の値を持っていません。 | IsSummary character(1) NOT NULL Yes-No |
Credit Status | 信用状態 | Business Partner Credit Status | Credit Management is inactive if Credit Status is No Credit Check, Credit Stop or if the Credit Limit is 0.
If active, the status is set automatically set to Credit Hold, if the Total Open Balance (including Vendor activities) is higher then the Credit Limit. It is set to Credit Watch, if above 90% of the Credit Limit and Credit OK otherwise. |
SOCreditStatus character(1) List |
Open Balance | 開いているバランス | Total Open Balance Amount in primary Accounting Currency | The Total Open Balance Amount is the calculated open item amount for Customer and Vendor activity. If the Balance is below zero, we owe the Business Partner. The amout is used for Credit Management.
Invoices and Payment Allocations determine the Open Balance (i.e. not Orders or Payments). |
TotalOpenBalance numeric Amount |
Tax ID | 税金ID | Tax Identification | The Tax ID field identifies the legal Identification number of this Entity. | TaxID character varying(20) String |
SO Tax exempt | 免税 | Business partner is exempt from tax | If a business partner is exempt from tax, the exempt tax rate is used. For this, you need to set up a tax rate with a 0% rate and indicate that this is your tax exempt rate. This is required for tax reporting, so that you can track tax exempt transactions. | IsTaxExempt character(1) Yes-No |
PO Tax exempt | PO Tax exempt | Business partner is exempt from tax on purchases | If a business partner is exempt from tax on purchases, the exempt tax rate is used. For this, you need to set up a tax rate with a 0% rate and indicate that this is your tax exempt rate. This is required for tax reporting, so that you can track tax exempt transactions. | IsPOTaxExempt character(1) NOT NULL Yes-No |
Tax Group | Tax Group | null | null | C_TaxGroup_ID numeric(10) Table Direct |
D-U-N-S | D-U-N-S | Dun & Bradstreet Number | 詳細はwww.dnb.com/dunsno/list.htmを見てください。EDIに使用されます。 | DUNS character(11) String |
Reference No | 参照番号 | Your customer or vendor number at the Business Partner's site | The reference number can be printed on orders and invoices to allow your business partner to faster identify your records. | ReferenceNo character varying(40) String |
NAICS/SIC | NAICS/SIC | Standard Industry Code or its successor NAIC - http://www.osha.gov/oshstats/sicser.html | The NAICS/SIC identifies either of these codes that may be applicable to this Business Partner. | NAICS character(6) String |
Rating | 格付け | Classification or Importance | The Rating is used to differentiate the importance | Rating character(1) String |
Business Partner Group | ビジネスパートナーグループ | Business Partner Group | The Business Partner Group provides a method of defining defaults to be used for individual Business Partners. | C_BP_Group_ID numeric(10) NOT NULL Table Direct |
Language | 言語 | 複数の言語を利用可能な場合の、このビジネスパートナーのための言語です。 | 言語は、ウィンドウと印刷に使用する言語を決定します。利用者レベルでは、言語を作成/ロードした場合は、複数言語が選択されいる必要があります。 | AD_Language character varying(6) Table |
URL | URL | Full URL address - e.g. http://www.adempiere.org | The URL defines an fully qualified web address like http://www.adempiere.org | URL character varying(120) URL |
Prospect | 見通し | これが予測であることを示します。 | 見通しチェックボックスはアクティブな見通しである実体を示します。 | IsProspect character(1) NOT NULL Yes-No |
Link Organization | 組織をリンク | ビジネスパートナーを組織にリンクします。 | ビジネスパートナーが他の組織の場合は、組織を選択するか、新しい組織を作成するために空にしておいてください。組織の内部取引で、明示的にドキュメントを作成するためにビジネスパートナーを組織にリンクしてください。
新しい組織を作成したら、組織タイプを決めてください。役割を選択したら、新しい組織へのアクセスはその役割に制限されます。そうでなければ、クライアントのすべての(手動でない)役割が、新しい組織にアクセス出来るようになります。 |
AD_OrgBP_ID numeric(10) Button |
Potential Life Time Value | 潜在的生涯価値 | Total Revenue expected | The Potential Life Time Value is the anticipated revenue in primary accounting currency to be generated by the Business Partner. | PotentialLifeTimeValue numeric Amount |
Actual Life Time Value | 実際の生涯価値 | 実際のライフタイム収入です。 | 実際の生涯価値は、ビジネスパートナーによって生成した主要な会計通貨の記録された収入です。 | ActualLifeTimeValue numeric Amount |
Acquisition Cost | 取得原価 | 顧客として予測する取得費用です。 | 取得原価は、この見通しと顧客を関連付けている費用を特定します。 | AcqusitionCost numeric Costs+Prices |
Employees | 従業員 | Number of employees | Indicates the number of employees for this Business Partner. This field displays only for Prospects. | NumberEmployees numeric(10) Integer |
Share | シェア | Share of Customer's business as a percentage | The Share indicates the percentage of this Business Partner's volume of the products supplied. | ShareOfCustomer numeric(10) Integer |
Sales Volume in 1.000 | 1.000における売上高 | Total Volume of Sales in Thousands of Currency | The Sales Volume indicates the total volume of sales for a Business Partner. | SalesVolume numeric(10) Integer |
First Sale | 最初の販売 | 最初の販売日付です。 | 最初の販売は、このビジネスパートナーへの最初の販売の日付を特定します。 | FirstSale timestamp without time zone Date |
Logo | Logo | null | null | Logo_ID numeric(10) Image |
TAB: 顧客
説明: 顧客パラメータを定義します。
助ける 顧客タブは、この組織の顧客のビジネスパートナーを定義します。顧客チェックボックスをチェックすると入力用のフィールドが表示されます。
ファイル:ビジネスパートナー - 顧客 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Search Key | 検索キー | Search key for the record in the format required - must be unique | 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 character varying(40) NOT NULL 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 |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Customer | 顧客 | このビジネスパートナーが顧客であるかどうかを示します。 | 顧客チェックボックスは、このビジネスパートナーが顧客であるかどうかを示します。これを選択すると顧客情報のための追加フィールドが表示されます。 | IsCustomer character(1) NOT NULL Yes-No |
Document Copies | ドキュメントコピー | Number of copies to be printed | The Document Copies indicates the number of copies of each document that will be generated. | DocumentCopies numeric(10) Integer |
Invoice Rule | 請求書ルール | Frequency and method of invoicing | The Invoice Rule defines how a Business Partner is invoiced and the frequency of invoicing. | InvoiceRule character(1) List |
Invoice Schedule | 請求書スケジュール | Schedule for generating Invoices | The Invoice Schedule identifies the frequency used when generating invoices. | C_InvoiceSchedule_ID numeric(10) Table Direct |
Delivery Rule | 配送ルール | Defines the timing of Delivery | The Delivery Rule indicates when an order should be delivered. For example should the order be delivered when the entire order is complete, when a line is complete or as the products become available. | DeliveryRule character(1) List |
Delivery Via | 配送経由 | 注文品を届ける方法です。 | 配送経由は、どう製品を届けるかを示します。例えば、注文品が梱包されるか、出荷されるかなどです。 | DeliveryViaRule character(1) List |
Price List | 価格リスト | 価格リストの一意に決まる識別子です。 | 購入、販売した製品の価格設定、利幅、費用を決定するために使われます。 | M_PriceList_ID numeric(10) Table Direct |
Discount Schema | 割り引きスキーマ | Schema to calculate the trade discount percentage | After calculation of the (standard) price, the trade discount percentage is calculated and applied resulting in the final price. | M_DiscountSchema_ID numeric(10) Table |
Flat Discount % | 一律割り引き% | Flat discount percentage | null | FlatDiscount numeric Number |
Payment Rule | 支払いルール | How you pay the invoice | The Payment Rule indicates the method of invoice payment. | PaymentRule character(1) List |
Payment Term | 支払期間 | 支払の期間(時間、割引)です。 | 支払期間は支払いの方法とタイミングを特定します。 | C_PaymentTerm_ID numeric(10) Table |
Sales Representative | 販売担当者 | Sales Representative or Company Agent | The Sales Representative indicates the Sales Rep for this Region. Any Sales Rep must be a valid internal user. | SalesRep_ID numeric(10) Table |
Dunning | 催促 | Dunning Rules for overdue invoices | The Dunning indicates the rules and method of dunning for past due payments. | C_Dunning_ID numeric(10) Table Direct |
Order Reference | 受注参照 | Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner | The business partner order reference is the order reference for this specific transaction; Often Purchase Order numbers are given to print on Invoices for easier reference. A standard number can be defined in the Business Partner (Customer) window. | POReference character varying(20) String |
Discount Printed | 印刷された割り引き | Print Discount on Invoice and Order | The Discount Printed Checkbox indicates if the discount will be printed on the document. | IsDiscountPrinted character(1) Yes-No |
Order Description | 受注説明 | Description to be used on orders | The Order Description identifies the standard description to use on orders for this Customer. | SO_Description character varying(255) String |
Invoice Print Format | 請求書印刷フォーマット | Print Format for printing Invoices | You need to define a Print Format to print the document. | Invoice_PrintFormat_ID numeric(10) Table |
Min Shelf Life % | 最小使用期限% | Minimum Shelf Life in percent based on Product Instance Guarantee Date | Miminum Shelf Life of products with Guarantee Date instance. If > 0 you cannot select products with a shelf life ((Guarantee Date-Today) / Guarantee Days) less than the minum shelf life, unless you select "Show All" | ShelfLifeMinPct numeric(10) Integer |
Credit Limit | 信用限度額 | Total outstanding invoice amounts allowed | The Credit Limit indicates the total amount allowed 'on account' in primary accounting currency. If the Credit Limit is 0, no ckeck is performed. Credit Management is based on the Total Open Amount, which includes Vendor activities. | SO_CreditLimit numeric Amount |
Credit Used | 信用利用額 | Current open balance | The Credit Used indicates the total amount of open or unpaid invoices in primary accounting currency for the Business Partner. Credit Management is based on the Total Open Amount, which includes Vendor activities. | SO_CreditUsed numeric Amount |
Dunning Grace Date | Dunning Grace Date | null | null | DunningGrace date Date |
Customer Profile ID | Customer Profile ID | null | null | CustomerProfileID character varying(60) String |
TAB: 顧客会計
説明: 顧客会計を定義します。
助ける 顧客会計タブは、このビジネスパートナーが売掛金取引で参照されるときに使用する、デフォルトの勘定科目を定義します。
ファイル:ビジネスパートナー - 顧客会計 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Business Partner | ビジネスパートナー | ビジネスパートナーを特定します。 | ビジネスパートナーは取引をするすべての主体です。これは仕入先、販売先、従業員、または販売員を含むことができます。 | C_BPartner_ID numeric(10) NOT NULL Table Direct |
Accounting Schema | 会計スキーマ | 会計のためのルール | 会計スキーマは、原価計算手法、通貨、およびカレンダーなどの会計に使用されるルールを定義します。 | C_AcctSchema_ID numeric(10) NOT NULL Table Direct |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Customer Receivables | 顧客売掛金勘定 | Account for Customer Receivables | The Customer Receivables Accounts indicates the account to be used for recording transaction for customers receivables. | C_Receivable_Acct numeric(10) Account |
Receivable Services | 売掛金サービス | Customer Accounts Receivables Services Account | Account to post services related Accounts Receivables if you want to differentiate between Services and Product related revenue. This account is only used, if posting to service accounts is enabled in the accounting schema. | C_Receivable_Services_Acct numeric(10) Account |
Customer Prepayment | 顧客前払い | Account for customer prepayments | The Customer Prepayment account indicates the account to be used for recording prepayments from a customer. | C_Prepayment_Acct numeric(10) Account |
TAB: 仕入先
説明: 仕入先パラメータを定義します。
助ける 仕入先タブは、この組織の仕入先のビジネスパートナーを定義します。仕入先チェックボックスをチェックすると入力用のフィールドが表示されます。
ファイル:ビジネスパートナー - 仕入先 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Search Key | 検索キー | Search key for the record in the format required - must be unique | 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 character varying(40) NOT NULL 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 |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Vendor | 仕入先 | このビジネスパートナーが仕入先かどうかを示します。 | 仕入先チェックボックスは、このビジネスパートナーが仕入先かどうかを示します。これが選択されると、追加フィールドが表示されます。 | IsVendor character(1) NOT NULL Yes-No |
Sales Representative | 販売担当者 | ビジネスパートナーが販売担当者または会社の代理人であることを示します。 | 販売担当者チェックボックスは、このビジネスパートナーが販売担当者かどうかを示します。販売担当者は従業員でもあることがあります。しかし、かならずしもそうである必要はありません。 | IsSalesRep character(1) NOT NULL Yes-No |
Payment Rule | 支払いルール | Purchase payment option | The Payment Rule indicates the method of purchase payment. | PaymentRulePO character(1) List |
PO Payment Term | 発注支払期間 | Payment rules for a purchase order | The PO Payment Term indicates the payment term that will be used when this purchase order becomes an invoice. | PO_PaymentTerm_ID numeric(10) Table |
Purchase Pricelist | 購買価格リスト | Price List used by this Business Partner | Identifies the price list used by a Vendor for products purchased by this organization. | PO_PriceList_ID numeric(10) Table |
PO Discount Schema | 発注割り引きスキーマ | Schema to calculate the purchase trade discount percentage | null | PO_DiscountSchema_ID numeric(10) Table |
Is Manufacturer | Is Manufacturer | Indicate role of this Business partner as Manufacturer | null | IsManufacturer character(1) Yes-No |
TAB: 仕入先会計
説明: 仕入先会計を定義します。
助ける 仕入先会計タブは、このビジネスパートナーが買掛金取引で参照されるときに使用する、デフォルトの勘定科目を定義します。
ファイル:ビジネスパートナー - 仕入先会計 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Business Partner | ビジネスパートナー | ビジネスパートナーを特定します。 | ビジネスパートナーは取引をするすべての主体です。これは仕入先、販売先、従業員、または販売員を含むことができます。 | C_BPartner_ID numeric(10) NOT NULL Table Direct |
Accounting Schema | 会計スキーマ | 会計のためのルール | 会計スキーマは、原価計算手法、通貨、およびカレンダーなどの会計に使用されるルールを定義します。 | C_AcctSchema_ID numeric(10) NOT NULL Table Direct |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Vendor Liability | 仕入先負債 | Account for Vendor Liability | The Vendor Liability account indicates the account used for recording transactions for vendor liabilities | V_Liability_Acct numeric(10) Account |
Vendor Service Liability | 仕入先サービス負債 | Account for Vender Service Liability | The Vendor Service Liability account indicates the account to use for recording service liabilities. It is used if you need to distinguish between Liability for products and services. This account is only used, if posting to service accounts is enabled in the accounting schema. | V_Liability_Services_Acct numeric(10) Account |
Vendor Prepayment | 仕入先前払い | Account for Vendor Prepayments | The Vendor Prepayment Account indicates the account used to record prepayments from a vendor. | V_Prepayment_Acct numeric(10) Account |
TAB: 従業員
説明: 従業員パラメータを定義します。
助ける 従業員タブは、この組織の従業員のビジネスパートナーを定義します。従業員が販売担当者だったなら、チェックボックスがチェックされている必要があります。
ファイル:ビジネスパートナー - 従業員 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Search Key | 検索キー | Search key for the record in the format required - must be unique | 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 character varying(40) NOT NULL 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 |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Employee | 従業員 | このビジネスパートナーが従業員かどうかを示します。 | 従業員チェックボックスは、このビジネスパートナーが従業員かどうかを示します。これが選択されると、追加フィールドが表示されます。 | IsEmployee character(1) NOT NULL Yes-No |
Sales Representative | 販売担当者 | ビジネスパートナーが販売担当者または会社の代理人であることを示します。 | 販売担当者チェックボックスは、このビジネスパートナーが販売担当者かどうかを示します。販売担当者は従業員でもあることがあります。しかし、かならずしもそうである必要はありません。 | IsSalesRep character(1) NOT NULL Yes-No |
TAB: 従業員会計
説明: 従業員会計を定義します。
助ける 従業員会計タブは、このビジネスパートナーが費用払い戻しで参照されるときに使用する、デフォルトの勘定科目を定義します。
ファイル:ビジネスパートナー - 従業員会計 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | Client | Client/Tenant for this installation. | A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organization | Organizational entity within client | 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 |
Business Partner | Business Partner | Identifies a Business Partner | A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson | C_BPartner_ID numeric(10) NOT NULL Table Direct |
Accounting Schema | Accounting Schema | Rules for accounting | An Accounting Schema defines the rules used in accounting such as costing method, currency and calendar | C_AcctSchema_ID numeric(10) NOT NULL Table Direct |
Active | Active | The record is active in the system | 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 |
Employee Expense | Employee Expense | Account for Employee Expenses | The Employee Expense Account identifies the account to use for recording expenses for this employee. | E_Expense_Acct numeric(10) Account |
Employee Prepayment | Employee Prepayment | Account for Employee Expense Prepayments | The Employee Prepayment Account identifies the account to use for recording expense advances made to this employee. | E_Prepayment_Acct numeric(10) Account |
TAB: 銀行口座
説明: 銀行口座を定義します。
助ける 銀行口座タブは、このビジネスパートナーのために銀行情報を定義します。このデータは支払いと送金の処理に使用されます。
ファイル:ビジネスパートナー - 銀行口座 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Business Partner | ビジネスパートナー | ビジネスパートナーを特定します。 | ビジネスパートナーは取引をするすべての主体です。これは仕入先、販売先、従業員、または販売員を含むことができます。 | C_BPartner_ID numeric(10) NOT NULL Search |
User/Contact | ユーザー/連絡先 | システムの中のユーザーです。内部のユーザー、ビジネスパートナーです。 | ユーザーはシステムで一意に決まるユーザーを特定します。これは、内部のユーザー、またはビジネスパートナーです。 | AD_User_ID numeric(10) Table Direct |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
ACH | 自動手形交換システム | Automatic Clearing House | The ACH checkbox indicates if this Bank Account accepts ACH transactions. | IsACH character(1) NOT NULL Yes-No |
Account Usage | Account Usage | Business Partner Bank Account usage | Determines how the bank account is used. | BPBankAcctUse character(1) List |
Bank | 銀行 | Bank | The Bank is a unique identifier of a Bank for this Organization or for a Business Partner with whom this Organization transacts. | C_Bank_ID numeric(10) Search |
Bank Account Type | 銀行口座タイプ | Bank Account Type | The Bank Account Type field indicates the type of account (savings, checking etc) this account is defined as. | BankAccountType character(1) List |
Routing No | ルート設定番号 | Bank Routing Number | The Bank Routing Number (ABA Number) identifies a legal Bank. It is used in routing checks and electronic transactions. | RoutingNo character varying(20) String |
Account No | 口座番号 | Account Number | The Account Number indicates the Number assigned to this bank account. | AccountNo character varying(20) String |
Credit Card | クレジットカード | Credit Card (Visa, MC, AmEx) | The Credit Card drop down list box is used for selecting the type of Credit Card presented for payment. | CreditCardType character(1) List |
Number | クレジットカード | クレジットカード番号 | クレジットカード番号はクレジットカードの番号を空白なしで示します。 | CreditCardNumber character varying(20) String |
Verification Code | 検証コード | Credit Card Verification code on credit card | The Credit Card Verification indicates the verification code on the credit card (AMEX 4 digits on front; MC,Visa 3 digits back) | CreditCardVV character varying(4) String |
Exp. Month | 失効月 | Expiry Month | The Expiry Month indicates the expiry month for this credit card. | CreditCardExpMM numeric(10) Integer |
Exp. Year | 失効年 | Expiry Year | The Expiry Year indicates the expiry year for this credit card. | CreditCardExpYY numeric(10) Integer |
Account Name | 勘定科目名 | Name on Credit Card or Account holder | The Name of the Credit Card or Account holder. | A_Name character varying(60) String |
Account Street | 会計の通路 | Street address of the Credit Card or Account holder | The Street Address of the Credit Card or Account holder. | A_Street character varying(60) String |
Account City | 会計の市 | City or the Credit Card or Account Holder | The Account City indicates the City of the Credit Card or Account holder | A_City character varying(60) String |
Account Zip/Postal | 口座の郵便番号/郵便 | Zip Code of the Credit Card or Account Holder | The Zip Code of the Credit Card or Account Holder. | A_Zip character varying(20) String |
Account State | 勘定科目状態 | State of the Credit Card or Account holder | The State of the Credit Card or Account holder | A_State character varying(40) String |
Account Country | 勘定科目国 | Country | Account Country Name | A_Country character varying(40) String |
Driver License | 運転免許証 | Payment Identification - Driver License | The Driver's License being used as identification. | A_Ident_DL character varying(20) String |
Social Security No | 社会保障番号 | Payment Identification - Social Security No | The Social Security number being used as identification. | A_Ident_SSN character varying(20) String |
Account EMail | メールアカウント | Email Address | The EMail Address indicates the EMail address off the Credit Card or Account holder. | A_EMail character varying(60) String |
Address verified | 確認済み住所 | This address has been verified | The Address Verified indicates if the address has been verified by the Credit Card Company. | R_AvsAddr character(1) List |
Zip verified | 確認済み郵便番号 | The Zip Code has been verified | The Zip Verified indicates if the zip code has been verified by the Credit Card Company. | R_AvsZip character(1) List |
Customer Payment Profile ID | Customer Payment Profile ID | null | null | CustomerPaymentProfileID character varying(60) String |
TAB: 住所
説明: 住所を定義します。
助ける 住所タブは、ビジネスパートナーの物理的な位置を定義します。ビジネスパートナーには、複数の住所レコードを持つことが出来ます。
ファイル:ビジネスパートナー - 住所 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Business Partner | ビジネスパートナー | ビジネスパートナーを特定します。 | ビジネスパートナーは取引をするすべての主体です。これは仕入先、販売先、従業員、または販売員を含むことができます。 | C_BPartner_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 |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Address | 住所 | 所在地または住所です。 | 所在地 / 住所フィールドは事業主体の位置情報を定義します。 | C_Location_ID numeric(10) Location (Address) |
Phone | 電話 | Identifies a telephone number | The Phone field identifies a telephone number | Phone character varying(40) String |
2nd Phone | 第2電話 | Identifies an alternate telephone number. | The 2nd Phone field identifies an alternate telephone number. | Phone2 character varying(40) String |
Fax | ファックス | ファックス番号です。 | ファックスはこのビジネスパートナーまたは、住所のファックス番号を決定します。 | Fax character varying(40) String |
ISDN | ISDN | ISDNまたはモデム回詳細 | ISDNは、ISDNかモデム回線番号を特定します。 | ISDN character varying(40) String |
Ship Address | 出荷住所 | Business Partner Shipment Address | If the Ship Address is selected, the location is used to ship goods to a customer or receive goods from a vendor. | IsShipTo character(1) NOT NULL Yes-No |
Invoice Address | 請求住所 | Business Partner Invoice/Bill Address | If the Invoice Address is selected, the location is used to send invoices to a customer or receive invoices from a vendor. | IsBillTo character(1) NOT NULL Yes-No |
Pay-From Address | 支払者住所 | Business Partner pays from that address and we'll send dunning letters there | If the Pay-From Address is selected, this location is the address the Business Partner pays from and where dunning letters will be sent to. | IsPayFrom character(1) NOT NULL Yes-No |
Remit-To Address | 送金先住所 | Business Partner payment address | If the Remit-To Address is selected, the location is used to send payments to the vendor. | IsRemitTo character(1) NOT NULL Yes-No |
Sales Region | 販売地域 | セールス・カバレッジ地域です。 | 販売地域はセールス・カバレッジの特定の領域を示します。 | C_SalesRegion_ID numeric(10) Table Direct |
Customer Address ID | Customer Address ID | null | null | CustomerAddressID character varying(60) String |
TAB: 連絡先(ユーザ)
説明: システム内のユーザーをメンテナンスします。--内部またはビジネスパートナー連絡先
助ける ユーザーはシステムで一意なユーザーを識別します。これは、内部のユーザーまたはビジネスパートナー連絡先です。
ファイル:ビジネスパートナー - 連絡先(ユーザ) - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Business Partner | ビジネスパートナー | ビジネスパートナーを特定します。 | ビジネスパートナーは取引をするすべての主体です。これは仕入先、販売先、従業員、または販売員を含むことができます。 | C_BPartner_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 |
Comments | コメント | コメントまたは追加情報 | コメントフィールドは追加情報の自由形式エントリーです。 | Comments character varying(2000) Text |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
EMail Address | Eメールアドレス | Electronic Mail 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 | パスワード | Password of any length (case sensitive) | The Password for this User. Passwords are required to identify authorized users. For Adempiere Users, you can change the password via the Process "Reset Password". | Password character varying(1024) String |
Greeting | 敬称 | Greeting to print on correspondence | The Greeting identifies the greeting to print on correspondence. | C_Greeting_ID numeric(10) Table Direct |
Partner Location | パートナー所在地 | ビジネスパートナーのための(発送などのための)住所です。 | ビジネスパートナーの住所です。 | C_BPartner_Location_ID numeric(10) Table Direct |
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 |
Birthday | 誕生日 | Birthday or Anniversary day | Birthday or Anniversary day | Birthday timestamp without time zone Date |
Phone | 電話 | Identifies a telephone number | The Phone field identifies a telephone number | Phone character varying(40) String |
2nd Phone | 第2電話 | Identifies an alternate telephone number. | The 2nd Phone field identifies an alternate telephone number. | Phone2 character varying(40) String |
Fax | ファックス | ファックス番号です。 | ファックスはこのビジネスパートナーまたは、住所のファックス番号を決定します。 | Fax character varying(40) String |
Notification Type | 通知タイプ | Type of Notifications | Emails or Notification sent out for Request Updates, etc. | NotificationType character(1) NOT NULL List |
Position | 役職 | Job Position | null | C_Job_ID numeric(10) Table Direct |
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 deselet it, the user has no access rights unless, you explicitly grant it in tab "BP Access" | IsFullBPAccess character(1) NOT NULL Yes-No |
EMail Verify | メール確認 | Date Email was verified | null | EMailVerifyDate timestamp without time zone Date+Time |
Verification Info | 検証情報 | Verification information of EMail Address | The field contains additional information how the EMail Address has been verified | EMailVerify character varying(40) String |
Last Contact | 最後の連絡 | この個人が最後に連絡された日付です。 | 最後の連絡は、このビジネスパートナーの連絡先が最後に連絡された日付を示します。 | LastContact timestamp without time zone Date |
Last Result | 最後の結果 | 最後の連絡の結果です。 | 最後の結果は、作成された最後の連絡の結果を特定します。 | LastResult character varying(255) String |
TAB: ビジネスパートナーアクセス
説明: ビジネスパートナーの情報と経営資源へのユーザー/連絡先のアクセスです。
助ける 「完全なアクセス」がユーザーレベルで選択されていないなら、明示的にアクセスをここで与える必要があります。
ファイル:ビジネスパートナー - ビジネスパートナーアクセス - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
User/Contact | ユーザー/連絡先 | システムの中のユーザーです。内部のユーザー、ビジネスパートナーです。 | ユーザーはシステムで一意に決まるユーザーを特定します。これは、内部のユーザー、またはビジネスパートナーです。 | AD_User_ID numeric(10) NOT NULL Search |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Access Type | アクセスタイプ | Type of Access of the user/contact to Business Partner information and resources | If on User level, "Full BP Access" is NOT selected, give access explicitly | BPAccessType character(1) NOT NULL List |
Document BaseType | ドキュメント基本タイプ | Logical type of document | The Document Base Type identifies the base or starting point for a document. Multiple document types may share a single document base type. | DocBaseType character(3) List |
Request Type | 要求タイプ | Type of request (e.g. Inquiry, Complaint, ..) | Request Types are used for processing and categorizing requests. Options are Account Inquiry, Warranty Issue, etc. | R_RequestType_ID numeric(10) Table Direct |
TAB: 関心地域
説明: ビジネスパートナー連絡関心地域
助ける 関心地域は、マーケティング活動に使用することができます。
ファイル:ビジネスパートナー - 関心地域 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
User/Contact | ユーザー/連絡先 | システムの中のユーザーです。内部のユーザー、ビジネスパートナーです。 | ユーザーはシステムで一意に決まるユーザーを特定します。これは、内部のユーザー、またはビジネスパートナーです。 | AD_User_ID numeric(10) NOT NULL Table Direct |
Interest Area | 関心地域 | Interest Area or Topic | Interest Areas reflect interest in a topic by a contact. Interest areas can be used for marketing campaigns. | R_InterestArea_ID numeric(10) NOT NULL Table Direct |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Subscribe Date | 購読日付 | Date the contact actively subscribed | Date the contact subscribe the interest area | SubscribeDate timestamp without time zone Date |
Opt-out Date | 削除日付 | Date the contact opted out | If the field has a date, the customer opted out (unsubscribed) and cannot receive mails for the Interest Area | OptOutDate timestamp without time zone Date |