ビジネスパートナーのインポート (ウィンドウ ID-172)
提供: iDempiere ja
ウィンドウ: ビジネスパートナーのインポート
説明: Import Business Partner
助ける: The Import Business Partner Window is an interim table which is used when importing external data into the system. Selecting the 'Process' button will either add or modify the appropriate records.
TAB: ビジネスパートナーのインポート
説明: null
助ける null
ファイル:ビジネスパートナーのインポート - ビジネスパートナーのインポート - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Import Business Partner | ビジネスパートナーのインポート | null | null | I_BPartner_ID numeric(10) NOT NULL ID |
Imported | インポート済み | Has this import been processed | The Imported check box indicates if this import has been processed. | I_IsImported character(1) NOT NULL Yes-No |
Business Partner | ビジネスパートナー | ビジネスパートナーを特定します。 | ビジネスパートナーは取引をするすべての主体です。これは仕入先、販売先、従業員、または販売員を含むことができます。 | C_BPartner_ID numeric(10) Search |
Import Error Message | インポートエラーメッセージ | Messages generated from import process | The Import Error Message displays any error messages generated during the import process. | I_ErrorMsg character varying(2000) String |
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) 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) 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) String |
Name 2 | 名前2 | Additional Name | null | Name2 character varying(60) String |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) String |
D-U-N-S | D-U-N-S | Dun & Bradstreet Number | 詳細はwww.dnb.com/dunsno/list.htmを見てください。EDIに使用されます。 | DUNS character(11) 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 |
Tax ID | 税金ID | Tax Identification | The Tax ID field identifies the legal Identification number of this Entity. | TaxID character varying(20) String |
Group Key | グループキー | Business Partner Group Key | null | GroupValue character varying(40) 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) Table Direct |
Partner Location | パートナー所在地 | ビジネスパートナーのための(発送などのための)住所です。 | ビジネスパートナーの住所です。 | C_BPartner_Location_ID numeric(10) Table Direct |
Address 1 | 住所1 | この所在地のための住所1です。 | 住所1は事業主体の所在地を特定します。 | Address1 character varying(60) String |
Address 2 | 住所2 | この所在地のための住所2です。 | 住所2は事業主体のための追加住所情報を提供します。 建物所在地、アパート番号または同様の情報にこれを使用することができます。 | Address2 character varying(60) String |
ZIP | 住所番号 | Postal code | The Postal Code or ZIP identifies the postal code for this entity's address. | Postal character varying(10) String |
Additional Zip | ||||
Additional ZIP or Postal code | The Additional ZIP or Postal Code identifies, if appropriate, any additional Postal Code information. | Postal_Add character varying(10) String | ||
City | 市 | 市を特定します。 | 市はこの国か地域(県)のために一意に決まる市を特定します。 | City character varying(60) String |
Region | 地域 | Name of the Region | The Region Name defines the name that will print when this region is used in a document. | RegionName character varying(60) String |
Region | 地域 | 地理的な地域を示します。 | 地域はこの国のために一意に決まる地域を特定します。 | C_Region_ID numeric(10) Table Direct |
ISO Country Code | ISO国名コード | ISO3166-1に従った大文字2文字の英数字のISO Countryコード-- http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html | 詳細はURL先を見てください: http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1.html -- http://www.unece.org/trade/rec/rec03en.htm | CountryCode character(2) String |
Country | 国 | 国 | 国は、国名を定義します。すべてのドキュメントで、使用する前に各国名を定義しなければなりません。 | C_Country_ID numeric(10) Table Direct |
User/Contact | ユーザー/連絡先 | システムの中のユーザーです。内部のユーザー、ビジネスパートナーです。 | ユーザーはシステムで一意に決まるユーザーを特定します。これは、内部のユーザー、またはビジネスパートナーです。 | AD_User_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 |
Contact Name | 連絡名 | Business Partner Contact Name | null | ContactName character varying(60) String |
Contact Description | 連絡先説明 | Description of Contact | null | ContactDescription character varying(255) String |
Comments | コメント | コメントまたは追加情報 | コメントフィールドは追加情報の自由形式エントリーです。 | Comments character varying(2000) Text |
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 |
Birthday | 誕生日 | Birthday or Anniversary day | Birthday or Anniversary day | Birthday timestamp without time zone Date |
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(20) String |
Interest Area | Interest Area | Name of the Interest Area | Name of the Interest Area of the user | InterestAreaName character varying(40) String |
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) Table Direct |
BP Contact Greeting | パートナー連絡先敬称 | Greeting for Business Partner Contact | null | BPContactGreeting character varying(60) String |
Greeting | 敬称 | Greeting to print on correspondence | The Greeting identifies the greeting to print on correspondence. | C_Greeting_ID numeric(10) Table Direct |
Customer | 顧客 | このビジネスパートナーが顧客であるかどうかを示します。 | 顧客チェックボックスは、このビジネスパートナーが顧客であるかどうかを示します。これを選択すると顧客情報のための追加フィールドが表示されます。 | IsCustomer character(1) Yes-No |
Employee | 従業員 | このビジネスパートナーが従業員かどうかを示します。 | 従業員チェックボックスは、このビジネスパートナーが従業員かどうかを示します。これが選択されると、追加フィールドが表示されます。 | IsEmployee character(1) Yes-No |
Vendor | 仕入先 | このビジネスパートナーが仕入先かどうかを示します。 | 仕入先チェックボックスは、このビジネスパートナーが仕入先かどうかを示します。これが選択されると、追加フィールドが表示されます。 | IsVendor character(1) Yes-No |
Import Business Partners | ビジネスパートナーのインポート | ビジネスパートナーをインポートします。 | パラメータはNULLレコードのためのデフォルト値です。データを上書きすることはありません。 | Processing character(1) Button |
Processed | 処理済 | The document has been processed | The Processed checkbox indicates that a document has been processed. | Processed character(1) Yes-No |