注文のインポート (ウィンドウ ID-281)
提供: iDempiere ja
ウィンドウ: 注文のインポート
説明: Import Orders
助ける: Please set Y/N selections in the import loader format explicitly (e.g. as constants) and no not leave them NULL. A NULL value stands for "don't know". In general, selection boxes are not selected if the value is not "Y" (i.e. could be null or any other value). All tests are made on "Y" or "not Y" - i.e. NULL values are not "not Y", but NULL (don't know) - see SQL Language introductions.
TAB: 注文
説明: 注文のインポートです。
助ける ドキュメントタイプ名(またはID)を入力する必要があります。ドキュメントタイプは、もし間違っているなら、結果が多すぎるので、完全には派生しません。最善の方法はドキュメントタイプ名を、インポートファイル内でのフォーマットかフィールドの定数として設定することです。
ファイル:注文のインポート - 注文 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Import Order | 注文のインポート | Import Orders | null | I_Order_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 |
Order | 受注 | Order | The Order is a control document. The Order is complete when the quantity ordered is the same as the quantity shipped and invoiced. When you cloase an order, unshipped (backordered) quantities are cancelled. | C_Order_ID numeric(10) Search |
Sales Order Line | 販売注文詳細 | Sales Order Line | The Sales Order Line is a unique identifier for a line in an order. | C_OrderLine_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 |
Document Type Name | ドキュメントタイプ名 | Name of the Document Type | null | DocTypeName character varying(60) String |
Document Type | ドキュメントタイプ | ドキュメントのタイプまたはルールです。 | ドキュメントタイプはドキュメント連続番号と処理ルールを決定します。 | C_DocType_ID numeric(10) Table Direct |
Document No | ドキュメント番号 | ドキュメントのドキュメント連続番号です。 | ドキュメント番号は、システムによって自動的に生成されて、ドキュメントのタイプによって決定されます。ドキュメントが保存されないと予備の番号が表示されます。"<>"新しいドキュメントを作成したときに、ドキュメントのタイプに定義された連続番号作成方法が定義されたいないなら、フィールドは空です。これは通常、外部の値(仕入先請求書など)を持っているドキュメントのためのものです。空の状態でフィールドをそのままにすると、システムは自動で連続番号を生成します。この場合、システムは、「連続番号のメンテナンス」で定義された方法によって連続番号を作成します。 | DocumentNo character varying(30) String |
Sales Transaction | 売買取引 | This is a Sales Transaction | The Sales Transaction checkbox indicates if this item is a Sales Transaction. | IsSOTrx character(1) Yes-No |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) String |
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 |
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 |
Currency | 通貨 | このレコードのための通貨です。 | このレコードに関して処理するか、または報告するとき、使用される通貨を示します。 | C_Currency_ID numeric(10) Table Direct |
Price List | 価格リスト | 価格リストの一意に決まる識別子です。 | 購入、販売した製品の価格設定、利幅、費用を決定するために使われます。 | M_PriceList_ID numeric(10) Table Direct |
Payment Term Key | 支払期間キー | Key of the Payment Term | null | PaymentTermValue character varying(40) String |
Payment Term | 支払期間 | 支払の期間(時間、割引)です。 | 支払期間は支払いの方法とタイミングを特定します。 | C_PaymentTerm_ID numeric(10) Table Direct |
Warehouse | 倉庫 | Storage Warehouse and Service Point | The Warehouse identifies a unique Warehouse where products are stored or Services are provided. | M_Warehouse_ID numeric(10) Table Direct |
Shipper | 荷主 | 製品配送のメソッドか方法 | 荷主は製品を提供する方法を示します。 | M_Shipper_ID numeric(10) Table Direct |
Business Partner | ビジネスパートナー | ビジネスパートナーを特定します。 | ビジネスパートナーは取引をするすべての主体です。これは仕入先、販売先、従業員、または販売員を含むことができます。 | C_BPartner_ID numeric(10) Search |
Business Partner Key | ビジネスパートナーキー | Key of the Business Partner | null | BPartnerValue 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 |
Invoice To | 請求住所 | 住所へ請求書します。 | 請求住所は、請求書を送るとき使用する住所を示します。 | BillTo_ID numeric(10) Table |
Partner Location | パートナー所在地 | ビジネスパートナーのための(発送などのための)住所です。 | ビジネスパートナーの住所です。 | C_BPartner_Location_ID numeric(10) Table Direct |
Address | 住所 | 所在地または住所です。 | 所在地 / 住所フィールドは事業主体の位置情報を定義します。 | C_Location_ID numeric(10) Search |
Address 1 | 住所1 | この所在地のための住所1です。 | 住所1は事業主体の所在地を特定します。 | Address1 character varying(60) String |
Address 2 | 住所2 | この所在地のための住所2です。 | 住所2は事業主体のための追加住所情報を提供します。 建物所在地、アパート番号または同様の情報にこれを使用することができます。 | Address2 character varying(60) String |
City | 市 | 市を特定します。 | 市はこの国か地域(県)のために一意に決まる市を特定します。 | City 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 |
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 |
Contact Name | 連絡名 | Business Partner Contact Name | null | ContactName character varying(60) String |
Phone | 電話 | Identifies a telephone number | The Phone field identifies a telephone number | Phone character varying(40) String |
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 |
Date Ordered | 受注日付 | 受注の日付です。 | 製品が注文された日付を示します。 | DateOrdered timestamp without time zone Date |
Account Date | 会計日付 | 会計日付です。 | 会計日付は、総勘定元帳エントリーがこのドキュメントから生成された日付を示します。また、それはすべての通貨の転換にも使用されます。 | DateAcct timestamp without time zone Date |
Product | 製品 | 製品、サービス、項目 | この組織で購入、または販売する製品を特定します。 | M_Product_ID numeric(10) Search |
Product Key | 製品キー | Key of the Product | null | ProductValue character varying(40) String |
Charge | 料金 | Additional document charges | The Charge indicates a type of Charge (Handling, Shipping, Restocking) | C_Charge_ID numeric(10) Table Direct |
Charge Name | 料金名 | Name of the Charge | null | ChargeName character varying(60) String |
SKU | SKU | Stock Keeping Unit | The SKU indicates a user defined stock keeping unit. It may be used for an additional bar code symbols or your own schema. | SKU character varying(30) String |
UPC/EAN | UPC/EAN | Bar Code (Universal Product Code or its superset European Article Number) | Use this field to enter the bar code for the product in any of the bar code symbologies (Codabar, Code 25, Code 39, Code 93, Code 128, UPC (A), UPC (E), EAN-13, EAN-8, ITF, ITF-14, ISBN, ISSN, JAN-13, JAN-8, POSTNET and FIM, MSI/Plessey, and Pharmacode) | UPC character varying(30) String |
UOM | 測定単位 | Unit of Measureです。 | 測定単位は一意に決まる非通貨の単位を定義します。 | C_UOM_ID numeric(10) Table Direct |
Ordered Quantity | 注文数量 | Ordered Quantity | The Ordered Quantity indicates the quantity of a product that was ordered. | QtyOrdered numeric Quantity |
Unit Price | 製品単価 | Actual Price | The Actual or Unit Price indicates the Price for a product in source currency. | PriceActual numeric Costs+Prices |
Line Description | 詳細説明 | Description of the Line | null | LineDescription character varying(255) String |
Tax Indicator | 税金インディケータ | Short form for Tax to be printed on documents | The Tax Indicator identifies the short name that will print on documents referencing this tax. | TaxIndicator character varying(10) String |
Tax | 税金 | 税金識別子 | 税金はドキュメントラインに使用される税金のタイプを示します。 | C_Tax_ID numeric(10) Table Direct |
Tax Amount | 課税額 | Tax Amount for a document | The Tax Amount displays the total tax amount for a document. | TaxAmt numeric Amount |
Project | プロジェクト | 財務プロジェクトです。 | プロジェクトは内部、または外部の活動を追跡して、制御します。 | C_Project_ID numeric(10) Search |
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 Direct |
Activity | 活動 | Business Activity | Activities indicate tasks that are performed and used to utilize Activity based Costing | C_Activity_ID numeric(10) Table Direct |
Trx Organization | 取引組織 | このシステムを実行または開始している組織です。 | (別の組織のために)この取引を実行、開始する組織です。 所有する組織は、主なサービスと組織間取引とともにサービス部門環境において、取引組織でない可能性があります。 | AD_OrgTrx_ID numeric(10) Table |
Order Source Key | Order Source Key | null | null | C_OrderSourceValue character varying(40) String |
Order Source | Order Source | null | null | C_OrderSource_ID numeric(10) Table Direct |
Import Orders | 注文データをインポート | 注文データを取り込みます。 | パラメータは、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 |