View source | Discuss this page | Page history | Printable version   

ERP 2.50:Developers Guide/Database Model/org.openbravo.model.financialmgmt.payment/FIN FinAcc PaymentMethod

ERP 2.50:Developers Guide/Database Model/org.openbravo.model.financialmgmt.payment

Index

Contents

FIN_FinAcc_PaymentMethod

This table contains the following columns:

Name Nullable Data Type Description
FIN_Finacc_Paymentmethod_ID NVARCHAR2(32)null
AD_Client_ID NVARCHAR2(32)Client for this installation.
AD_Org_ID NVARCHAR2(32)Organizational entity within client
Created NDATEThe date that this record is completed.
Createdby NVARCHAR2(32)User who created this records
Updated NDATEx not implemented
Updatedby NVARCHAR2(32)User who updated this records
Isactive NCHAR(1)A flag indicating whether this record is available for use or de-activated.
FIN_Paymentmethod_ID NVARCHAR2(32)It is the method by which payment is expected to be made or received.
FIN_Financial_Account_ID NVARCHAR2(32)Financial account used to deposit / withdrawal money such as bank accounts or petty cash
Automatic_Receipt NCHAR(1)null
Automatic_Payment NCHAR(1)null
Automatic_Deposit NCHAR(1)null
Automatic_Withdrawn NCHAR(1)null
Payin_Allow NCHAR(1)null
Payout_Allow NCHAR(1)null
Payin_Execution_Type NVARCHAR2(60)null
Payout_Execution_Type NVARCHAR2(60)null
Payin_Execution_Process_ID YVARCHAR2(32)null
Payout_Execution_Process_ID YVARCHAR2(32)null
Payin_Deferred NCHAR(1)null
Payout_Deferred NCHAR(1)null
Uponreceiptuse YVARCHAR2(60)Account used upon receipt
Upondeposituse YVARCHAR2(60)Account used upon deposit
Inuponclearinguse YVARCHAR2(60)Account used upon reconciliation
Uponpaymentuse YVARCHAR2(60)Account used upon payment
Uponwithdrawaluse YVARCHAR2(60)Account used upon withdrawal
Outuponclearinguse YVARCHAR2(60)Account to be used upon reconciliation

Other Info

Check constraints

These are the check constraints for this table:

top

Indexes

These are the indexes for this table (for each index there is a list of all the columns included within it):

Unique

top

Columns

FIN_Finacc_Paymentmethod_ID

top

Client

Foreign key column to AD_Client table, (column: AD_Client_ID)


Validation Rule AD_Client Security validation: Clients with user access rights. With the following code:

 
AD_Client.AD_Client_ID IN (@#User_Client@)

top

Organization

Foreign key column to AD_Org table, (column: AD_Org_ID)

top

Creation Date

The Created field indicates the date that this record was created.

top

Created By

Foreign key column to AD_User table, (column: AD_User_ID)

top

Updated

The Updated field indicates the date that this record was updated.

top

Updated By

Foreign key column to AD_User table, (column: AD_User_ID)

top

Active

There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reporting. There are two reasons for de-activating and not deleting records:
(1) The system requires the record for auditing purposes.
(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are existing invoices for it. By de-activating the Business Partner you prevent it from being used in future transactions.

top

Payment Method

Foreign key column to FIN_Paymentmethod table, (column: Fin_Paymentmethod_ID)

Callout: SE_PaymentMethod

This element is linked to a callout.

It is implemented by org.openbravo.erpCommon.ad_callouts.SE_PaymentMethod Java class.

top

Account

Foreign key column to FIN_Financial_Account table, (column: Fin_Financial_Account_ID)

top

Automatic_Receipt

Automatically create the receipt when the invoice is completed.

top

Automatic_Payment

Automatically create the payment when the invoice is completed.

top

Automatic_Deposit

Automatically deposit the payment when it is processed.

top

Automatic_Withdrawn

Automatically withdrawn the payment when it is processed.

top

Payin_Allow

Sets that Payment Ins are allowed.

top

Payout_Allow

Sets that Payment Ins are allowed.

top

Payin_Execution_Type

Type of Payment Execution for Payment In flow.

List values: Payment Execution Type

The allowed values for this list are:

top

Payout_Execution_Type

Type of Payment Execution for Payment Out flow.

List values: Payment Execution Type

The allowed values for this list are:

top

Payin_Execution_Process_ID

Foreign key column to FIN_Pay_Exec_Process table, (column: FIN_Pay_Exec_Process_ID)


Reference Table FIN_Pay_Exec_Process : Links to an Execution Process.

top

Payout_Execution_Process_ID

Foreign key column to FIN_Pay_Exec_Process table, (column: FIN_Pay_Exec_Process_ID)


Reference Table FIN_Pay_Exec_Process : Links to an Execution Process.

top

Payin_Deferred

Sets that the Execution Process is deferred in the Payment In flow.

top

Payout_Deferred

Sets that the Executiion Process is deferred in the Payment In flow.

top

Upon Receipt Use

Account used upon receipt

Validation Rule Payment IN Accounts: null. With the following code:

 
AD_Ref_List.Value IN ('INT', 'DEP', 'CLE')

List values: New Financial Flows Accounts

The allowed values for this list are:

top

Upon Deposit Use

Account used upon deposit

Validation Rule Payment IN Accounts: null. With the following code:

 
AD_Ref_List.Value IN ('INT', 'DEP', 'CLE')

List values: New Financial Flows Accounts

The allowed values for this list are:

top

Upon Reconciliation Use

Account used upon reconciliation

Validation Rule Payment IN Accounts: null. With the following code:

 
AD_Ref_List.Value IN ('INT', 'DEP', 'CLE')

List values: New Financial Flows Accounts

The allowed values for this list are:

top

Upon Payment Use

Account used upon payment

Validation Rule Payment OUT Accounts: null. With the following code:

 
AD_Ref_List.Value IN ('WIT', 'INT', 'CLE')

List values: New Financial Flows Accounts

The allowed values for this list are:

top

Upon Withdrawal Use

Account used upon withdrawal

Validation Rule Payment OUT Accounts: null. With the following code:

 
AD_Ref_List.Value IN ('WIT', 'INT', 'CLE')

List values: New Financial Flows Accounts

The allowed values for this list are:

top

Upon Reconciliation Use

Account to be used upon reconciliation

Validation Rule Payment OUT Accounts: null. With the following code:

 
AD_Ref_List.Value IN ('WIT', 'INT', 'CLE')

List values: New Financial Flows Accounts

The allowed values for this list are:

top

Retrieved from "http://wiki.openbravo.com/wiki/ERP_2.50:Developers_Guide/Database_Model/org.openbravo.model.financialmgmt.payment/FIN_FinAcc_PaymentMethod"

This page has been accessed 3,170 times. This page was last modified on 14 June 2011, at 11:04. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.