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

ERP/2.50/Developers Guide/Database Model/org.openbravo.model.financialmgmt.payment/C Debt Payment Cancel

Contents

C_Debt_Payment_Cancel

Canceled debt payment tab allows the debt payment transformation into a generated debt payment. If you want to add new records in this tab, you must use the Create from button on the settlement tab. Once you have a cancelled debt payment, the only way to ed

This table contains the following columns:

Name Nullable Data Type Description
C_Debt_Payment_ID NVARCHAR2(32)A obligation to pay or a right to collect for a specified item or service.
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
IsReceipt NCHAR(1)Indicates a sales or purchase transaction.
C_Settlement_ID YVARCHAR2(32)The process of exchanging or carrying out a payment once a transaction is made.
Description YNVARCHAR2(255)A space to write additional related information.
C_Invoice_ID YVARCHAR2(32)A document listing products, quantities and prices, payment terms, etc.
C_BPartner_ID YVARCHAR2(32)Anyone who takes part in daily business operations by acting as a customer, employee, etc.
C_Currency_ID NVARCHAR2(32)An accepted medium of monetary exchange that may vary across countries.
C_CashLine_ID YVARCHAR2(32)A statement displaying one transaction in the cash journal.
C_BankStatementLine_ID YVARCHAR2(32)A statement displaying one transaction in the bank statement.
C_BankAccount_ID YVARCHAR2(32)A monetary account of funds held in a recognized banking institution.
C_CashBook_ID YVARCHAR2(32)A document used to manage all cash transactions.
PaymentRule NVARCHAR2(60)The method used for payment of this transaction.
IsPaid NCHAR(1)A confirmation stating whether the request has been closed through a monetary transaction.
Amount NNUMBERAmount in a defined currency
WriteOffAmt YNUMBERA monetary sum that can be deducted from tax obligations.
Dateplanned NDATEThe date when a specified request must be carried out by.
IsManual NCHAR(1)A task or process completed directly by the user, not automatically by the application.
IsValid NCHAR(1)A confirmation that something is correct.
ChangeSettlementCancel NCHAR(1)Update columns c_settlement_cancel_id to null, writeoff to zero, ispaid to 'N' from C_DEBT_PAYMENT
Cancel_Processed NCHAR(1)Cancel processed
C_Settlement_Generate_ID YVARCHAR2(32)Settlement generate
Status NVARCHAR2(60)A defined state or position of a payment.
C_Withholding_ID YVARCHAR2(32)Withholding
Withholdingamount YNUMBERWithholding amount

Columns

Payment

Refers to the amount of money to be paid or collected.

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

Receipt

Indicated a sales transaction (Accounts Receivable if Receipt=Y) or a purchase transaction (Accounts Payable if Receipt=N).

top

Settlement

Foreign key column to C_Settlement table, (column: C_Settlement_ID)

top

Description

A description is limited to 255 characters.

top

Invoice

Foreign key column to C_Invoice table, (column: C_Invoice_ID)

top

Business Partner

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

top

Currency

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

top

Cash Journal Line

Foreign key column to C_CashLine table, (column: C_CashLine_ID)

top

Bank Statement Line

Foreign key column to C_BankStatementLine table, (column: C_BankStatementLine_ID)

top

Bank Account

Foreign key column to C_BankAccount table, (column: C_BankAccount_ID)

top

Cashbook

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

top

Form of Payment

Form of Payment indicates the method of payment used for this transaction (eg. cash, wire transfer, etc.)

List values: All_Payment Rule

The allowed values for this list are:

top

Payment Complete

The document is paid for.

top

Amount

The Amount indicates the amount for this document line.

top

Write-off Amount

The Write Off Amount indicates the amount to be written off as uncollectible.

top

Due Date

Refers to a date by which the payment must be completed.

top

Manual

The Manual check box indicates if the process will done manually.

top

Valid

The element passed the validation check

top

Change settlement cancel

top

Cancel processed

The settlement cancel is processed.

top

Settlement generate

Foreign key column to C_Settlement table, (column: C_Settlement_ID)


Reference Table C_Settlement


Validation Rule Settlement that generates this payment: Settlement that generates this payment. With the following code:

 
C_Settlement_ID = @C_Settlement_Generate_ID@

top

Status

Current status of a debt/payment.

List values: C_DP_Management_Status

The allowed values for this list are:

top

Withholding

Foreign key column to C_Withholding table, (column: C_Withholding_ID)

top

Withholdingamount

top

Retrieved from "http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/Database_Model/org.openbravo.model.financialmgmt.payment/C_Debt_Payment_Cancel"

This page has been accessed 4,846 times. This page was last modified on 2 July 2011, at 20:56. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.