Payment Processor (ウィンドウ ID-200015)
提供: iDempiere ja
ウィンドウ: Payment Processor
説明: null
助ける: null
TAB: Payment Processor
説明: null
助ける null
ファイル:Payment Processor - Payment Processor - ウィンドウ (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 |
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 |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Host Address | ホストアドレス | Host Address URL or DNS | The Host Address identifies the URL or DNS of the target host | HostAddress character varying(60) String |
Host port | ホストポート | Host Communication Port | The Host Port identifies the port to communicate with the host. | HostPort numeric(10) Integer |
Partner ID | パートナーID | Partner ID or Account for the Payment Processor | Partner ID (Verisign) or Account ID (Optimal) | PartnerID character varying(60) String |
Vendor ID | 仕入先ID | Vendor ID for the Payment Processor | null | VendorID character varying(60) String |
User ID | ユーザーID | User ID or account number | The User ID identifies a user and allows access to records or processes. | UserID 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(60) String |
Proxy address | プロキシアドレス | Address of your proxy server | The Proxy Address must be defined if you must pass through a firewall to access your payment processor. | ProxyAddress character varying(60) String |
Proxy port | プロキシポート | Port of your proxy server | The Proxy Port identifies the port of your proxy server. | ProxyPort numeric(10) Integer |
Proxy logon | プロキシログオン | Logon of your proxy server | The Proxy Logon identifies the Logon ID for your proxy server. | ProxyLogon character varying(60) String |
Proxy password | プロキシパスワード | Password of your proxy server | The Proxy Password identifies the password for your proxy server. | ProxyPassword character varying(60) String |
Accept MasterCard | マスターカードを受け入れ | Accept Master Card | Indicates if Master Cards are accepted | AcceptMC character(1) NOT NULL Yes-No |
Accept Visa | Visaを受け入れ | Accept Visa Cards | Indicates if Visa Cards are accepted | AcceptVisa character(1) NOT NULL Yes-No |
Accept AMEX | AMEXを受け入れ | Accept American Express Card | Indicates if American Express Cards are accepted | AcceptAMEX character(1) NOT NULL Yes-No |
Accept Diners | Dinersを受け入れ | Accept Diner's Club | Indicates if Diner's Club Cards are accepted | AcceptDiners character(1) NOT NULL Yes-No |
Accept Corporate | 法人を受け入れ | Accept Corporate Purchase Cards | Indicates if Corporate Purchase Cards are accepted | AcceptCorporate character(1) NOT NULL Yes-No |
Accept Discover | Discoverを受け入れ | Accept Discover Card | Indicates if Discover Cards are accepted | AcceptDiscover character(1) NOT NULL Yes-No |
Accept Direct Deposit | 給与振込を受け入れ | Accept Direct Deposit (payee initiated) | Indicates if Direct Deposits (wire transfers, etc.) are accepted. Direct Deposits are initiated by the payee. | AcceptDirectDeposit character(1) NOT NULL Yes-No |
Accept Direct Debit | 直接借方を許可 | Accept Direct Debits (vendor initiated) | Accept Direct Debit transactions. Direct Debits are initiated by the vendor who has permission to deduct amounts from the payee's account. | AcceptDirectDebit character(1) NOT NULL Yes-No |
Accept Electronic Check | 電子小切手を受け入れ | Accept ECheck (Electronic Checks) | Indicates if EChecks are accepted | AcceptCheck character(1) NOT NULL Yes-No |
Accept ATM | ATMを受け入れ | Accept Bank ATM Card | Indicates if Bank ATM Cards are accepted | AcceptATM character(1) NOT NULL Yes-No |
Minimum Amt | 最小金額 | Minumum Amout in Document Currency | null | MinimumAmt numeric Amount |
Only Currency | Only Currency | Restrict accepting only this currency | The Only Currency field indicates that this bank account accepts only the currency identified here. | C_Currency_ID numeric(10) Table Direct |
Require CreditCard Verification Code | クレジットカード検証コードを要求 | Require 3/4 digit Credit Verification Code | The Require CC Verification checkbox indicates if this bank accounts requires a verification number for credit card transactions. | RequireVV character(1) NOT NULL Yes-No |
Sequence | 連続番号 | 文書の連続番号です。 | 連続番号はドキュメントの番号です。 | AD_Sequence_ID numeric(10) Table |
Payment Processor Class | 支払いプロセッサのクラス | Payment Processor Java Class | Payment Processor class identifies the Java class used to process payments extending the org.compiere.model.PaymentProcessor class. Example implementations are Optimal Payments: org.compiere.model.PP_Optimal or Verisign: org.compiere.model.PP_PayFlowPro |
PayProcessorClass character varying(60) String |
Commission % | 手数料% | Commission stated as a percentage | The Commission indicates (as a percentage) the commission to be paid. | Commission numeric NOT NULL Number |
Cost per transaction | 1取引あたりの費用 | Fixed cost per transaction | The Cost per Transaction indicates the fixed cost per to be charged per transaction. | CostPerTrx numeric NOT NULL Costs+Prices |