POS Payment (finestra ID-200008)
Da iDempiere it.
finestra: POS Payment
descrizione: null
Aiuto: null
TAB: POS Payment
descrizione: null
Aiuto null
File:POS Payment - POS Payment - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|---|---|---|---|
Client | Azienda | Client per questa installazione | Un Client è una Azienda o un'entità legale. Due client non possono condividere gli stessi dati. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organizzazione | Organizzazione all'interno un client | Una organizzazione è una unità del client o entità legale - esempi sono negozio o dipartemento. I dati possono essere condivisi tra più organizzazioni sotto lo stesso client. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Order | Ordine di vendita | null | The Sales Order ID is a unique identifier of a Sales Order. This is controlled by the document sequence for this document type. | C_Order_ID numeric(10) NOT NULL Search |
Payment | Pagamento | null | 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 | Tipo di Offerta | null | The Tender Type indicates the method of payment (ACH, Credit Card, Check) | TenderType character(1) List |
Payment amount | Importo pagamento | Importo che deve essere pagato | 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 | Nome del cliente | Nome del titolare della carta di credito o del conto | The Name of the Credit Card or Account holder. | A_Name character varying(60) String |
Routing No | Numero ABI-CAB | Numero ABI-CAB | 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 | Numero dell'Assegno | Numero dell'assegno | The Check Number indicates the number on the check. | CheckNo character varying(20) String |
Account No | Numero del conto | Numero del conto | The Account Number indicates the Number assigned to this account | AccountNo character varying(20) String |
Micr | Micr | Combinazione di routing no, conto e numero di controllo | 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 | Data Promessa | Data a cui l'ordine è stato promesso | La Data Promessa indica la data, per cui l'ordine è stato promesso. | DatePromised timestamp without time zone Date |
Check Status | Check Status | null | null | CheckStatus character(1) List |
Credit Card | Carta di credito | 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 | Numero | Numero Carta di Credito | Il Numero indica il numero della carta di credito senza spazi. | CreditCardNumber character varying(20) String |
Voice authorization code | Codice di autorizzazione vocale | null | 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 | Aiuto/Spiegazione | Commento o suggerimento | Il campo Aiuto/Spiegazione contiene, commenti o un aiuto per l'uso di questo articolo. | Help character varying(2000) Text |
Processed | Elaborato | null | The Processed checkbox indicates that a document has been processed. | Processed character(1) NOT NULL Yes-No |
Active | Attivo | Il record (dato, anagrafica,…) è attivo nel sistema | Ci sono due metodi per rendere un record non disponibile all sistema: Uno e di cancellarelo, l'atro è di disattivarelo. Un record disattivato non è disponibile per selezione, ma può essere utilizzato nei report.
Ci sono due ragioni da considere in favore alla disattivazione anziché la cancellazione dei record: (1) Il sistema richiede il record per scopi di audit. (2) Il record si è riferito da altri record. Per esempio, non si può cancellare un business partner, se esistono fatture per lui stesso. In questo caso si deve disattivare il busines partner per evitare l'immessione di transazioni future preso di lui. |
IsActive character(1) NOT NULL Yes-No |