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

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

This article is protected against manual editing because it is automatically generated from Openbravo meta-data. Learn more about writing and translating such documents.
Back button.png   Back to ERP/3.0/Developers Guide/Database Model/org.openbravo.model.financialmgmt.payment


Contents

C_Debt_Payment

This table contains the following columns:

Name Nullable Data Type Description


IsActive No CHAR (1) 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.

Amount No DECIMAL The Amount indicates the amount for this document line.
GLItemAmt Yes DECIMAL
C_BankAccount_ID Yes VARCHAR (32) The Bank Account identifies an account at this Bank.
C_BankStatementLine_ID Yes VARCHAR (32) The Bank Statement Line identifies a unique transaction (Payment, Withdrawal, Charge) for the defined time period at this Bank.
C_BPartner_ID No VARCHAR (32) A Business Partner is anyone with whom you transact. This can include a customer, vendor, employee or any combination of these.
C_Settlement_Generate_ID Yes VARCHAR (32) Refers to the settlement in which this Debt/Payment has been generated.
Cancel_Processed No CHAR (1) The settlement cancel is processed.
C_CashLine_ID Yes VARCHAR (32) The Cash Journal Line indicates a unique line in a cash journal.
C_CashBook_ID Yes VARCHAR (32) The Cash Book identifies a unique cash book. The cash book is used to record cash transactions.
Changesettlementcancel No CHAR (1)
AD_Client_ID No VARCHAR (32) A Client is a company or a legal entity. You cannot share data between Clients.
CreatedBy No VARCHAR (32) The Created By field indicates the user who created this record.
Created No TIMESTAMP (7) The Created field indicates the date that this record was created.
C_Currency_ID No VARCHAR (32) Indicates the currency to be used when processing this document.
Description Yes NVARCHAR (255) A description is limited to 255 characters.
Isdirectposting No CHAR (1) Direct Posting
Dateplanned No TIMESTAMP (7) Refers to a date by which the payment must be completed.
PaymentRule No VARCHAR (60) Form of Payment indicates the method of payment used for this transaction (eg. cash, wire transfer, etc.)
C_Glitem_ID Yes VARCHAR (32) General ledger item.
Generate_Processed No CHAR (1) The settlement generate is processed.
Status_Initial Yes VARCHAR (60) Status of a payment upon creation.
C_Invoice_ID Yes VARCHAR (32) The Invoice ID uniquely identifies an Invoice Document.
IsAutomaticGenerated Yes CHAR (1) It is automatically generated.
IsManual No CHAR (1) The Manual check box indicates if the process will done manually.
AD_Org_ID No VARCHAR (32) An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations.
C_Debt_Payment_ID No VARCHAR (32) Refers to the amount of money to be paid or collected.
IsPaid No CHAR (1) The document is paid for.
C_Project_ID Yes VARCHAR (32) Identifier of a project defined within the Project & Service Management module.
IsReceipt No CHAR (1) Indicated a sales transaction (Accounts Receivable if Receipt=Y) or a purchase transaction (Accounts Payable if Receipt=N).
C_Order_ID Yes VARCHAR (32) Unique identifier and a reference to a Sales Order originating from the document sequence defined for this document type.
C_Settlement_Cancel_ID Yes VARCHAR (32) Identifier of a settlement in which this Payment has been cancelled.
Status No VARCHAR (60) Current status of a debt/payment.
Updated No TIMESTAMP (7) The Updated field indicates the date that this record was updated.
UpdatedBy No VARCHAR (32) The Updated By field indicates the user who updated this record.
IsValid No CHAR (1) The element passed the validation check
C_Withholding_ID Yes VARCHAR (32) The Withholding indicates the type of withholding to be calculated.
Withholdingamount Yes DECIMAL
WriteOffAmt Yes DECIMAL The Write Off Amount indicates the amount to be written off as uncollectible.

Columns

Active



top


Amount


top


Balancing Amount



top


Bank Account


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

top


Bank Statement Line


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

top


Business Partner

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

top


C_Settlement_Generate_ID


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

top


Cancel processed



top


Cash Journal Line


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

top


Cashbook


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

top


Change settlement cancel



top


Client


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

top


Created By


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

top


Creation Date



top


Currency


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

top


Description



top


Direct Posting



top


Due Date


top


Form of Payment


List values: All_Payment Rule

The allowed values for this list are:

top


G/L Item


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

top


Generate_Processed



top


Initial Status



List values: C_DP_Management_Status

The allowed values for this list are:

top


Invoice


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

top


Is Automatic Generated



top


Manual



top


Organization


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

top


Payment



top


Payment Complete



top


Project


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

top


Receipt


top


Sales Order


Foreign key column to C_Order table, (column: C_Order_ID)

top


Settlement Cancelled


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

top


Status



List values: C_DP_Management_Status

The allowed values for this list are:

top


Updated



top


Updated By


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

top


Valid



top


Withholding


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

top


Withholdingamount



top


Write-off Amount



top


Other Info

Indices

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

top

Check Constraints

These are the check constraints for this table:

top

Back button.png   Back to org.openbravo.model.financialmgmt.payment

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

This page has been accessed 4,409 times. This page was last modified on 4 December 2023, at 10:15. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.