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

ERP/3.0/Developers Guide/Database Model/org.openbravo.advpaymentmngt/APRM Finacc Transaction v

ERP/3.0/Developers Guide/Database Model/org.openbravo.advpaymentmngt

Index

Contents

APRM_Finacc_Transaction_v

This table contains the following columns:

Name Nullable Data Type Description
Aprm_Finacc_Transaction_V_ID NVARCHAR2(32)null
FIN_Finacc_Transaction_ID NVARCHAR2(32)null
AD_Client_ID NVARCHAR2(32)Client for this installation.
AD_Org_ID NVARCHAR2(32)Organizational entity within client
Isactive YCHAR(1)A flag indicating whether this record is available for use or de-activated.
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
FIN_Financial_Account_ID NVARCHAR2(32)Financial account used to deposit / withdrawal money such as bank accounts or petty cash
Line NNUMBER(10, 0)A line stating the position of this request in the document.
Description YNVARCHAR2(255)A space to write additional related information.
Statementdate YDATEThe date the transaction is carried out and registered in the cash journal.
Trxtype YVARCHAR2(60)Type of credit card transaction
FIN_Payment_ID YVARCHAR2(32)Payment event
C_Glitem_ID YVARCHAR2(32)An alias for the Account Combination which can be commonly used in daily operations.
Depositamt NNUMBERnull
Paymentamt NNUMBERnull
C_Currency_ID NVARCHAR2(32)An accepted medium of monetary exchange that may vary across countries.
FIN_Reconciliation_ID YVARCHAR2(32)Reconciliation events related to the financial account
Status NVARCHAR2(60)A defined state or position of a payment.
Createdbyalgorithm NCHAR(1)Document created by algorithm in matching process
Posted YVARCHAR2(60)An accounting status button that indicates if the transaction has already been posted to the general ledger or not.
DateAcct YDATEThe date this transaction is recorded for in the general ledger.
Processed YCHAR(1)A confirmation that the associated documents or requests are processed.
Processing YCHAR(1)A request to process the respective document or task.
User1_ID YVARCHAR2(32)A display of optional elements that are previously defined for this account combination.
User2_ID YVARCHAR2(32)A display of optional elements that are previously defined for this account combination.
C_Activity_ID YVARCHAR2(32)A distinct activity defined and used in activity based management.
C_Campaign_ID YVARCHAR2(32)An advertising effort aimed at increasing sales.
C_Project_ID YVARCHAR2(32)Identifier of a project defined within the Project & Service Management module.
Foreign_Currency_ID YVARCHAR2(32)The currency that transaction was made in if it was different to the account currency
Foreign_Amount YNUMBERAmount of transaction in foreign currency
Foreign_Convert_Rate YNUMBERConversion rate between foreign currency & financial account currency
Cleared YCHAR(1)null
C_Bpartner_ID YVARCHAR2(32)Anyone who takes part in daily business operations by acting as a customer, employee, etc.
PaymentDocNo YNVARCHAR2(30)null
Reconciled YCHAR(1)null
Delete_Btn YCHAR(1)null
Forced_Table_ID YVARCHAR2(32)Hidden column to set the source table id in views.

Columns

Aprm_Finacc_Transaction_V_ID

top

Financial account transaction

Foreign key column to FIN_Finacc_Transaction table, (column: Fin_Finacc_Transaction_ID)

top

Client

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

top

Organization

Foreign key column to AD_Org table, (column: AD_Org_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

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

Financial Account

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

top

Line No.

Indicates the unique line for a document. It will also control the display order of the lines within a document.

top

Description

A description is limited to 255 characters.

top

Transaction Date

The Statement Date field defines the date of the statement being processed.

top

Transaction Type

The Transaction Type indicates the type of transaction to be submitted to the Credit Card Company.

List values: FinAcc Trx Type

The allowed values for this list are:

top

Payment

Foreign key column to FIN_Payment table, (column: Fin_Payment_ID)

top

G/L Item

Foreign key column to C_Glitem table, (column: C_Glitem_ID)

top

Deposit Amount

top

Withdrawal Amount

Withdrawal amount

top

Currency

Foreign key column to C_Currency table, (column: C_Currency_ID)

top

Reconciliation

Foreign key column to FIN_Reconciliation table, (column: FIN_Reconciliation_ID)

top

Status

Current status of a debt/payment.

Validation Rule FIN_Payment status for transactons: Payment status used as transaction status in financila account. With the following code:

 
Value IN ('RDNC','RPPC','PWNC')

List values: FIN_Payment status

The allowed values for this list are:

top

CreatedByAlgorithm

This column reflects whether the document was created by the matching algorithm or not.

top

Posted

An accounting status button that indicates if the transaction has already been posted to the general ledger or not. When doing the accounting manually this button can be used to post or unpost the transaction from the general ledger by hand.

top

Accounting Date

The date this transaction is recorded on in the general ledger. This date also indicates which accounting period within the fiscal year this transaction will be part of.

top

Processed

The Processed checkbox indicates that a document has been processed.

top

Process Now

When this field is set as 'Y' a process is being performed on this record.

top

1st Dimension

The user defined element displays the optional elements that have been defined for this account combination.

top

2nd Dimension

The user defined element displays the optional elements that have been defined for this account combination.

top

Activity

Foreign key column to C_Activity table, (column: C_Activity_ID)

top

Sales Campaign

Foreign key column to C_Campaign table, (column: C_Campaign_ID)

top

Project

Foreign key column to C_Project table, (column: C_Project_ID)

top

Foreign_Currency_ID

Foreign key column to C_Currency table, (column: C_Currency_ID)


Reference Table C_Currency

top

Foreign_Amount

top

Foreign_Convert_Rate

top

Cleared

top

Business Partner

Foreign key column to C_Bpartner table, (column: C_BPartner_ID)

top

PaymentDocNo

top

Reconciled

top

Delete_Btn

top

Forced_Table_ID

Foreign key column to AD_Table table, (column: AD_Table_ID)


Reference Table AD_Table

top

Retrieved from "http://wiki.openbravo.com/wiki/ERP/3.0/Developers_Guide/Database_Model/org.openbravo.advpaymentmngt/APRM_Finacc_Transaction_v"

This page has been accessed 4,416 times. This page was last modified on 15 June 2011, at 06:23. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.