POS Payment (ウィンドウ ID-200008)
提供: iDempiere ja
ウィンドウ: POS Payment
説明: null
助ける: null
TAB: POS Payment
説明: null
助ける null
ファイル:POS Payment - POS Payment - ウィンドウ (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 |
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) NOT NULL Search |
Payment | 支払い | Payment identifier | The Payment is a unique identifier of this payment. | C_Payment_ID numeric(10) Search |
POS Tender Type | POS Tender Type | null | null | C_POSTenderType_ID numeric(10) NOT NULL Table Direct |
Tender type | 支払タイプ | Method of Payment | The Tender Type indicates the method of payment (ACH or Direct Deposit, Credit Card, Check, Direct Debit) | TenderType character(1) List |
Payment amount | 支払い額 | Amount being paid | Indicates the amount this payment is for. The payment amount can be for single or multiple invoices or a partial payment for an invoice. | PayAmt numeric NOT NULL Amount |
Account Name | 勘定科目名 | Name on Credit Card or Account holder | The Name of the Credit Card or Account holder. | A_Name character varying(60) String |
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 |
Check No | 番号チェック | Check Number | The Check Number indicates the number on the check. | CheckNo character varying(20) String |
Account No | 口座番号 | Account Number | The Account Number indicates the Number assigned to this bank account. | AccountNo character varying(20) String |
Micr | 銀行取引番号 | Combination of routing no, account and check no | The Micr number is the combination of the bank routing number, account number and check number | Micr character varying(20) String |
Post Dated | Post Dated | null | null | IsPostDated character(1) NOT NULL Yes-No |
Date Promised | 約束日付 | 注文が約束された日付です。 | 約束日付は約束された日付を示しています。 | DatePromised timestamp without time zone Date |
Check Status | Check Status | null | null | CheckStatus character(1) List |
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 |
Voice authorization code | 音声認証コード | Voice Authorization Code from credit card company | The Voice Authorization Code indicates the code received from the Credit Card Company. | VoiceAuthCode character varying(20) String |
Deposit Group | Deposit Group | null | null | DepositGroup character varying(20) String |
Comment/Help | コメント/ヘルプ | コメントまたはヒント | ヘルプフィールドは、この項目の使用に関してヒント、コメントまたはヘルプを含んでいます。 | Help character varying(2000) Text |
Processed | 処理済 | The document has been processed | The Processed checkbox indicates that a document has been processed. | Processed character(1) NOT NULL Yes-No |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |