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

ERP 2.50:Developers Guide/Database Model/org.openbravo.model.financialmgmt.cashmgmt/C Cash Detail

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

Index

Contents

C_Cash_Detail

This table contains the following columns:

Name Nullable Data Type Description
C_Cash_ID NVARCHAR2(32)Cash Journal
C_CashLine_ID NVARCHAR2(32)A statement displaying one transaction in the cash journal.
AD_Client_ID NVARCHAR2(32)Client for this installation.
AD_Org_ID NVARCHAR2(32)Organizational entity within client
IsActive NCHAR(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
C_CashBook_ID NVARCHAR2(32)A document used to manage all cash transactions.
Name NNVARCHAR2(60)A non-unique identifier for a record/document often used as a search tool.
StatementDate NDATEThe date the transaction is carried out and registered in the cash journal.
DateAcct NDATEThe date this transaction is recorded for in the general ledger.
Processed NVARCHAR2(60)A confirmation that the associated documents or requests are processed.
Posted NVARCHAR2(60)An accounting status button that indicates if the transaction has already been posted to the general ledger or not.
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.
CashType NVARCHAR2(60)Source of Cash
C_Currency_ID YVARCHAR2(32)An accepted medium of monetary exchange that may vary across countries.
Amount NNUMBERA monetary total.
ConvertedAmt YNUMBERThe monetary sum at which one unit of measure is changed to another.
C_Debt_Payment_ID YVARCHAR2(32)A obligation to pay or a right to collect for a specified item or service.
C_Charge_ID YVARCHAR2(32)A cost or expense incurred during business activity.

Columns

Cash Journal

Foreign key column to C_Cash table, (column: C_Cash_ID)

top

Cash Journal Line

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

Cashbook

Foreign key column to C_CashBook table, (column: C_CashBook_ID)

top

Name

A more descriptive identifier (that does need to be unique) of a record/document that is used as a default search option along with the search key (that is unique and mostly shorter). It is up to 60 characters in length.

top

Transaction Date

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

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

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.

List values: All_Posted Status

The allowed values for this list are:

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

Cash Type

The Cash Type indicates the source for this Cash Journal Line.

List values: C_Cash Trx Type

The allowed values for this list are:

top

Currency

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

top

Amount

The Amount indicates the amount for this document line.

top

Converted Amount

The Converted Amount is the result of multiplying the Source Amount by the Conversion Rate for this target currency.

top

Payment

Foreign key column to C_Debt_Payment table, (column: C_Debt_Payment_ID)

top

Charge

Foreign key column to C_Charge table, (column: C_Charge_ID)

top

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

This page has been accessed 2,430 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.