発注書 (ウィンドウ ID-181)
ウィンドウ: 発注書
説明: Manage Purchase Orders
助ける: The Purchase Order Window defines a purchase order for an organization. When a Purchase Order has been entered you can generate a Shipment Document or Invoice from this Purchase Order
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 |
Document No | ドキュメント番号 | ドキュメントのドキュメント連続番号です。 | ドキュメント番号は、システムによって自動的に生成されて、ドキュメントのタイプによって決定されます。ドキュメントが保存されないと予備の番号が表示されます。"<>"新しいドキュメントを作成したときに、ドキュメントのタイプに定義された連続番号作成方法が定義されたいないなら、フィールドは空です。これは通常、外部の値(仕入先請求書など)を持っているドキュメントのためのものです。空の状態でフィールドをそのままにすると、システムは自動で連続番号を生成します。この場合、システムは、「連続番号のメンテナンス」で定義された方法によって連続番号を作成します。 | DocumentNo character varying(30) NOT NULL String |
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 |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) Text |
Target Document Type | 対象ドキュメントタイプ | 変換するドキュメントの対象となるドキュメントタイプ | ドキュメントタイプは変換することができます。(例えば、提案を受注や請求に) そして、変換は現在のタイプに反映されます。 この処理は、適切なドキュメントアクションを選択することによって、開始されます。 | C_DocTypeTarget_ID numeric(10) NOT NULL Table |
Date Ordered | 受注日付 | 受注の日付です。 | 製品が注文された日付を示します。 | DateOrdered timestamp without time zone NOT NULL Date |
Date Promised | 約束日付 | 注文が約束された日付です。 | 約束日付は約束された日付を示しています。 | DatePromised timestamp without time zone Date |
Business Partner | ビジネスパートナー | ビジネスパートナーを特定します。 | ビジネスパートナーは取引をするすべての主体です。これは仕入先、販売先、従業員、または販売員を含むことができます。 | C_BPartner_ID numeric(10) NOT NULL Search |
Invoice Partner | 請求書パートナー | Business Partner to be invoiced | If empty the shipment business partner will be invoiced | Bill_BPartner_ID numeric(10) Table |
Partner Location | パートナーの住所 | ビジネスパートナーのための(発送などのための)住所です。 | ビジネスパートナーの住所 | C_BPartner_Location_ID numeric(10) NOT NULL Table Direct |
Invoice Location | 請求書住所 | Business Partner Location for invoicing | null | Bill_Location_ID numeric(10) Table |
User/Contact | ユーザー/連絡先 | システムの中のユーザーです。内部のユーザー、ビジネスパートナーです。 | ユーザーはシステムで一意に決まるユーザーを特定します。これは、内部のユーザー、またはビジネスパートナーです。 | AD_User_ID numeric(10) Table Direct |
Invoice Contact | 請求書連絡先 | Business Partner Contact for invoicing | null | Bill_User_ID numeric(10) Table |
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) NOT NULL Table Direct |
Drop Shipment | 直送 | Drop Shipments are sent from the Vendor directly to the Customer | Drop Shipments do not cause any Inventory reservations or movements as the Shipment is from the Vendor's inventory. The Shipment of the Vendor to the Customer must be confirmed. | IsDropShip character(1) NOT NULL Yes-No |
Drop Shipment Partner | Drop Shipment Partner | Business Partner to ship to | If empty the business partner will be shipped to. | DropShip_BPartner_ID numeric(10) Search |
Drop Shipment Location | Drop Shipment Location | Business Partner Location for shipping to | null | DropShip_Location_ID numeric(10) Table |
Drop Shipment Contact | Drop Shipment Contact | Business Partner Contact for drop shipment | null | DropShip_User_ID numeric(10) Table |
Delivery Via | 配送経由 | 注文品を届ける方法です。 | 配送経由は、どう製品を届けるかを示します。例えば、注文品が梱包されるか、出荷されるかなどです。 | DeliveryViaRule character(1) NOT NULL List |
Shipper | 荷主 | 製品配送のメソッドか方法 | 荷主は製品を提供する方法を示します。 | M_Shipper_ID numeric(10) Table Direct |
Freight Cost Rule | 貨物費用ルール | Method for charging Freight | The Freight Cost Rule indicates the method used when charging for freight. | FreightCostRule character(1) NOT NULL List |
Freight Amount | 貨物量 | 貨物量 | 貨物量は、文書通貨で貨物の料金をあらわします。 | FreightAmt numeric Amount |
Priority | 優先権 | Priority of a document | The Priority indicates the importance (high, medium, low) of this document | PriorityRule character(1) NOT NULL List |
Price List | 価格リスト | 価格リストの一意に決まる識別子です。 | 購入、販売した製品の価格設定、利幅、費用を決定するために使われます。 | M_PriceList_ID numeric(10) NOT NULL Table Direct |
Currency | 通貨 | このレコードのための通貨です。 | このレコードに関して処理するか、または報告するとき、使用される通貨を示します。 | C_Currency_ID numeric(10) NOT NULL Table Direct |
Currency Type | 通貨タイプ | Currency Conversion Rate Type | The Currency Conversion Rate Type lets you define different type of rates, e.g. Spot, Corporate and/or Sell/Buy rates. | C_ConversionType_ID numeric(10) Table Direct |
Company Agent | Comprador | Comprador/ Agente | Agente de compras para el documento. | SalesRep_ID numeric(10) Table |
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) NOT NULL Yes-No |
Charge | 料金 | Additional document charges | The Charge indicates a type of Charge (Handling, Shipping, Restocking) | C_Charge_ID numeric(10) Table |
Charge amount | 料金分量 | Charge Amount | The Charge Amount indicates the amount for an additional charge. | ChargeAmt numeric Amount |
Payment Rule | 支払いルール | How you pay the invoice | The Payment Rule indicates the method of invoice payment. | PaymentRule character(1) NOT NULL Payment |
Payment Term | 支払期間 | 支払の期間(時間、割引)です。 | 支払期間は支払いの方法とタイミングを特定します。 | C_PaymentTerm_ID numeric(10) NOT NULL Table Direct |
Project | プロジェクト | 財務プロジェクトです。 | プロジェクトは内部、または外部の活動を追跡して、制御します。 | C_Project_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 |
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 |
Trx Organization | 取引組織 | このシステムを実行または開始している組織です。 | (別の組織のために)この取引を実行、開始する組織です。 所有する組織は、主なサービスと組織間取引とともにサービス部門環境において、取引組織でない可能性があります。 | AD_OrgTrx_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 |
Document Status | ドキュメント状態 | ドキュメントの現在の状態です。 | ドキュメント状態は、ドキュメントの状態を示します。ドキュメント状態を変更したい場合は、ドキュメントアクションフィールドを使用してください。 | DocStatus character(2) NOT NULL List |
Document Type | ドキュメントタイプ | ドキュメントのタイプまたはルールです。 | ドキュメントタイプはドキュメント連続番号と処理ルールを決定します。 | C_DocType_ID numeric(10) NOT NULL Table Direct |
Total Lines | 合計詳細 | Total of all document lines | The Total amount displays the total of all lines in document currency | TotalLines numeric NOT NULL Amount |
Grand Total | 合計 | ドキュメントの総量 | 合計は、ドキュメント通貨に税金と貨物料金を含む総量を表示します。 | GrandTotal numeric NOT NULL Amount |
Pay Schedule valid | 支払いスケジュール有効 | Is the Payment Schedule is valid | Payment Schedules allow to have multiple due dates. | IsPayScheduleValid character(1) NOT NULL Yes-No |
Copy Lines | ラインをコピー | 他の注文からラインをコピーします。 | null | CopyFrom character(1) Button |
Process Order | 注文を処理 | null | null | DocAction character(2) NOT NULL Button |
Posted | 仕訳済み | Posting status | The Posted field indicates the status of the Generation of General Ledger Accounting Lines | Posted character(1) NOT NULL Button |
Cash Plan Line | Cash Plan Line | null | null | C_CashPlanLine_ID numeric(10) Search |
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 |
Purchase Order | Orden de compra | Orden de compra | La compra es Identificada con un ID unico de orden de compra. Esta controlado por la secuencia de este tipo de documento. | C_Order_ID numeric(10) NOT NULL Search |
Business Partner | ビジネスパートナー | ビジネスパートナーを特定します。 | ビジネスパートナーは取引をするすべての主体です。これは仕入先、販売先、従業員、または販売員を含むことができます。 | C_BPartner_ID numeric(10) Search |
Partner Location | パートナーの住所 | ビジネスパートナーのための(発送などのための)住所です。 | ビジネスパートナーの住所 | C_BPartner_Location_ID numeric(10) Table Direct |
Date Promised | 約束日付 | 注文が約束された日付です。 | 約束日付は約束された日付を示しています。 | DatePromised timestamp without time zone Date |
Date Ordered | 受注日付 | 受注の日付です。 | 製品が注文された日付を示します。 | DateOrdered timestamp without time zone NOT NULL Date |
Line No | 詳細番号 | このドキュメントのための一意に決まる連続番号です。 | ドキュメントのために一意に決まる連続番号を示します。また、これはドキュメント中での表示順を制御します。 | Line numeric(10) NOT NULL Integer |
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) NOT NULL Table |
Product | 製品 | 製品、サービス、項目 | この組織で購入、または販売する製品を特定します。 | M_Product_ID numeric(10) Search |
Charge | 料金 | Additional document charges | The Charge indicates a type of Charge (Handling, Shipping, Restocking) | C_Charge_ID numeric(10) Table Direct |
Attribute Set Instance | 属性セットインスタンス | Product Attribute Set Instance | The values of the actual Product Attribute Instances. The product level attributes are defined on Product level. | M_AttributeSetInstance_ID numeric(10) Product Attribute |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) Text |
Quantity | 数量 | The Quantity Entered is based on the selected UoM | The Quantity Entered is converted to base product UoM quantity | QtyEntered numeric NOT NULL Quantity |
UOM | 測定単位 | Unit of Measureです。 | 測定単位は一意に決まる非通貨の単位を定義します。 | C_UOM_ID numeric(10) NOT NULL Table Direct |
PO Quantity | 注文数量 | Ordered Quantity | The Ordered Quantity indicates the quantity of a product that was ordered. | QtyOrdered numeric NOT NULL Quantity |
Delivered Quantity | 引渡数量 | Delivered Quantity | The Delivered Quantity indicates the quantity of a product that has been delivered. | QtyDelivered numeric NOT NULL Quantity |
On Order Quantity | 予約数量 | Reserved Quantity | The Reserved Quantity indicates the quantity of a product that is currently reserved. | QtyReserved numeric NOT NULL Quantity |
Quantity Invoiced | 請求済み数量 | Invoiced Quantity | The Invoiced Quantity indicates the quantity of a product that have been invoiced. | QtyInvoiced numeric NOT NULL Quantity |
Shipper | 荷主 | 製品配送のメソッドか方法 | 荷主は製品を提供する方法を示します。 | M_Shipper_ID numeric(10) Table Direct |
Price | 価格 | Price Entered - the price based on the selected/base UoM | The price entered is converted to the actual price based on the UoM conversion | PriceEntered numeric NOT NULL Costs+Prices |
Cost Price | 原価 | Price per Unit of Measure including all indirect costs (Freight, etc.) | Optional Purchase Order Line cost price. | PriceCost numeric Costs+Prices |
Unit Price | 製品単価 | Actual Price | The Actual or Unit Price indicates the Price for a product in source currency. | PriceActual numeric NOT NULL Costs+Prices |
List Price | 定価 | List Price | The List Price is the official List Price in the document currency. | PriceList numeric NOT NULL Costs+Prices |
Freight Amount | 貨物量 | 貨物量 | 貨物量は、文書通貨で貨物の料金をあらわします。 | FreightAmt numeric NOT NULL Amount |
Tax | 税金 | 税金識別子 | 税金はドキュメントラインに使用される税金のタイプを示します。 | C_Tax_ID numeric(10) NOT NULL Table Direct |
Discount % | 割り引き% | パーセントでの割引率です。 | 割引は、百分率(パーセント)として適用された割り引きを示します。 | Discount numeric Number |
Project | プロジェクト | 財務プロジェクトです。 | プロジェクトは内部、または外部の活動を追跡して、制御します。 | C_Project_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 |
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 |
Trx Organization | 取引組織 | このシステムを実行または開始している組織です。 | (別の組織のために)この取引を実行、開始する組織です。 所有する組織は、主なサービスと組織間取引とともにサービス部門環境において、取引組織でない可能性があります。 | AD_OrgTrx_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 |
Line Amount | 詳細分量 | 貨物と料金なしの広げた量(量*実際の価格)の詳細です。 | 量と実際の価格に基づく拡張詳細量を示します。割増料金や貨物は含まれていません。分量は税金を含む可能性があります。価格リストが税金を含むなら、詳細量は詳細合計と同じです。 | LineNetAmt numeric NOT NULL Amount |
TAB: 組み合わせ
説明: この購買注文詳細へ組み合わせる材料受領または請求詳細です。
助ける null
ファイル:発注書 - 組み合わせ - ウィンドウ (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 |
Purchase Order Line | Linea | Linea de orden de compra | La linea orden de compra es un identificador unico para una linea en una orden. | C_OrderLine_ID numeric(10) NOT NULL Search |
Document No | ドキュメント番号 | ドキュメントのドキュメント連続番号です。 | ドキュメント番号は、システムによって自動的に生成されて、ドキュメントのタイプによって決定されます。ドキュメントが保存されないと予備の番号が表示されます。"<>"新しいドキュメントを作成したときに、ドキュメントのタイプに定義された連続番号作成方法が定義されたいないなら、フィールドは空です。これは通常、外部の値(仕入先請求書など)を持っているドキュメントのためのものです。空の状態でフィールドをそのままにすると、システムは自動で連続番号を生成します。この場合、システムは、「連続番号のメンテナンス」で定義された方法によって連続番号を作成します。 | DocumentNo character varying(30) String |
Transaction Date | 取引日付 | Transaction Date | The Transaction Date indicates the date of the transaction. | DateTrx timestamp without time zone NOT NULL Date |
Receipt Line | 出荷/受領詳細 | Line on Shipment or Receipt document | The Shipment/Receipt Line indicates a unique line in a Shipment/Receipt document | M_InOutLine_ID numeric(10) Search |
Invoice Line | 請求書詳細 | Invoice Detail Line | The Invoice Line uniquely identifies a single line of an Invoice. | C_InvoiceLine_ID numeric(10) Search |
Quantity | 量 | Quantity | The Quantity indicates the number of a specific product or item for this document. | Qty numeric NOT NULL Quantity |
Product | 製品 | 製品、サービス、項目 | この組織で購入、または販売する製品を特定します。 | M_Product_ID numeric(10) Search |
Attribute Set Instance | 属性セットインスタンス | Product Attribute Set Instance | The values of the actual Product Attribute Instances. The product level attributes are defined on Product level. | M_AttributeSetInstance_ID numeric(10) Product Attribute |
Posted | 仕訳済み | Posting status | The Posted field indicates the status of the Generation of General Ledger Accounting Lines | Posted character(1) NOT NULL Button |
TAB: 要求詳細
説明: 購買請求書詳細関連です。
助ける null
ファイル:発注書 - 要求詳細 - ウィンドウ (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 |
Requisition | 要求 | Material Requisition | null | M_Requisition_ID numeric(10) NOT NULL Table Direct |
Line No | 詳細番号 | このドキュメントのための一意に決まる連続番号です。 | ドキュメントのために一意に決まる連続番号を示します。また、これはドキュメント中での表示順を制御します。 | Line numeric(10) NOT NULL Integer |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) String |
Product | 製品 | 製品、サービス、項目 | この組織で購入、または販売する製品を特定します。 | M_Product_ID numeric(10) Search |
UOM | 測定単位 | Unit of Measureです。 | 測定単位は一意に決まる非通貨の単位を定義します。 | C_UOM_ID numeric(10) Search |
Quantity | 量 | Quantity | The Quantity indicates the number of a specific product or item for this document. | Qty numeric NOT NULL Quantity |
Unit Price | 製品単価 | Actual Price | The Actual or Unit Price indicates the Price for a product in source currency. | PriceActual numeric NOT NULL Costs+Prices |
Line Amount | 詳細分量 | 貨物と料金なしの広げた量(量*実際の価格)の詳細です。 | 量と実際の価格に基づく拡張詳細量を示します。割増料金や貨物は含まれていません。分量は税金を含む可能性があります。価格リストが税金を含むなら、詳細量は詳細合計と同じです。 | LineNetAmt numeric NOT NULL Amount |
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 |
Tax | 税金 | 税金識別子 | 税金はドキュメントラインに使用される税金のタイプを示します。 | C_Tax_ID numeric(10) NOT NULL Table Direct |
Purchase Order | Orden de compra | Orden de compra | La compra es Identificada con un ID unico de orden de compra. Esta controlado por la secuencia de este tipo de documento. | C_Order_ID numeric(10) NOT NULL Search |
Tax Amount | 課税額 | Tax Amount for a document | The Tax Amount displays the total tax amount for a document. | TaxAmt numeric NOT NULL Amount |
Tax base Amount | 課税基準額 | Base for calculating the tax amount | The Tax Base Amount indicates the base amount used for calculating the tax amount. | TaxBaseAmt numeric NOT NULL Amount |
Price includes Tax | 税込価格 | Tax is included in the price | The Tax Included checkbox indicates if the prices include tax. This is also known as the gross price. | IsTaxIncluded character(1) NOT NULL Yes-No |
TAB: Payment Schedule
説明: Order Payment Schedule
助ける null
ファイル:発注書 - Payment Schedule - ウィンドウ (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 |
Purchase Order | Orden de compra | Orden de compra | La compra es Identificada con un ID unico de orden de compra. Esta controlado por la secuencia de este tipo de documento. | C_Order_ID numeric(10) NOT NULL Search |
Payment Schedule | 支払いスケジュール | Payment Schedule Template | Information when parts of the payment are due | C_PaySchedule_ID numeric(10) Table Direct |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Due Date | 期日 | Date when the payment is due | Date when the payment is due without deductions or discount | DueDate timestamp without time zone NOT NULL Date |
Amount due | 支払い義務額 | Amount of the payment due | Full amount of the payment due | DueAmt numeric NOT NULL Amount |
Discount Date | 割り引き日付 | Last Date for payments with discount | Last Date where a deduction of the payment discount is allowed | DiscountDate timestamp without time zone NOT NULL Date |
Discount Amount | 割り引き量 | Calculated amount of discount | The Discount Amount indicates the discount amount for a document or line. | DiscountAmt numeric NOT NULL Amount |
Validate | Validate | Validate Payment Schedule | null | Processing character(1) Button |
Valid | 有効 | Element is valid | The element passed the validation check | IsValid character(1) NOT NULL Yes-No |