Skip to main content

Window: View Allocation

[Created: 24/01/2001 - Updated: 02/01/2000 ]
Description: View and Reverse Allocations
Help: The Reverse Allocation Window allows you to view and reverse a payment allocation

Tab: Allocation

[Created: 24/01/2001 - Updated: 21/02/2005 ]
Description: View and Reverse Allocation
Help: The Reverse Allocation Tab defines the Payment Allocation to be reversed.
Tab Level: 0

Table 10: Allocation - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.c_allocationhdr.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.c_allocationhdr.AD_Org_ID numeric(10)
Table Direct
Document TypeDocument type or rulesThe Document Type determines document sequence and processing rulesc_allocationhdr.C_DocType_ID numeric(10)
Table Direct
Document NoDocument sequence number of the documentThe document number is usually automatically generated by the system and determined by the document type of the document. If the document is not saved, the preliminary number is displayed in "".If the document type of your document has no automatic document sequence defined, the field is empty if you create a new document. This is for documents which usually have an external number (like vendor invoice). If you leave the field empty, the system will generate a document number for you. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_", where TableName is the actual name of the table (e.g. C_Order).c_allocationhdr.DocumentNo character varying(30)
String
ActiveThe record is active in the systemThere 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 reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.c_allocationhdr.IsActive character(1)
Yes-No
DescriptionOptional short description of the recordA description is limited to 255 characters.c_allocationhdr.Description character varying(255)
String
Transaction DateTransaction DateThe Transaction Date indicates the date of the transaction.c_allocationhdr.DateTrx timestamp without time zone
Date
Account DateAccounting DateThe Accounting Date indicates the date to be used on the General Ledger account entries generated from this document. It is also used for any currency conversion.c_allocationhdr.DateAcct timestamp without time zone
Date
ApprovedIndicates if this document requires approvalThe Approved checkbox indicates if this document requires approval before it can be processed.c_allocationhdr.IsApproved character(1)
Yes-No
ManualThis is a manual processThe Manual check box indicates if the process will done manually.c_allocationhdr.IsManual character(1)
Yes-No
CurrencyThe Currency for this recordIndicates the Currency to be used when processing or reporting on this recordc_allocationhdr.C_Currency_ID numeric(10)
Table Direct
Approval AmountDocument Approval AmountApproval Amount for Workflowc_allocationhdr.ApprovalAmt numeric
Amount
Document StatusThe current status of the documentThe Document Status indicates the status of a document at this time. If you want to change the document status, use the Document Action fieldc_allocationhdr.DocStatus character(2)
List
Process Allocationc_allocationhdr.DocAction character(2)
Button
ProcessedThe document has been processedThe Processed checkbox indicates that a document has been processed.c_allocationhdr.Processed character(1)
Yes-No
PostedPosting statusThe Posted field indicates the status of the Generation of General Ledger Accounting Linesc_allocationhdr.Posted character(1)
Button
Reset Allocation DirectReset (delete) allocation of invoices to paymentsDelete individual allocation. In contrast to "Reverse", the allocation is deleted (no trace), if the period is open.c_allocationhdr.Processing character(1)
Button

Tab: Allocation Line

[Created: 24/01/2001 - Updated: 02/01/2000 ]
Description: View Allocation Lines
Help: View Allocation Line Details
Tab Level: 1

Table 20: Allocation Line - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.c_allocationline.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.c_allocationline.AD_Org_ID numeric(10)
Table Direct
AllocationPayment allocationc_allocationline.C_AllocationHdr_ID numeric(10)
Search
Business PartnerIdentifies a Business PartnerA Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salespersonc_allocationline.C_BPartner_ID numeric(10)
Search
OrderOrderThe Order is a control document. The Order is complete when the quantity ordered is the same as the quantity shipped and invoiced. When you close an order, unshipped (backordered) quantities are cancelled.c_allocationline.C_Order_ID numeric(10)
Search
InvoiceInvoice IdentifierThe Invoice Document.c_allocationline.C_Invoice_ID numeric(10)
Search
PaymentPayment identifierThe Payment is a unique identifier of this payment.c_allocationline.C_Payment_ID numeric(10)
Search
ChargeAdditional document chargesThe Charge indicates a type of Charge (Handling, Shipping, Restocking)c_allocationline.C_Charge_ID numeric(10)
Table Direct
AmountAmount in a defined currencyThe Amount indicates the amount for this document line.c_allocationline.Amount numeric
Amount
Transaction DateTransaction DateThe Transaction Date indicates the date of the transaction.c_allocationline.DateTrx timestamp without time zone
Date
Discount AmountCalculated amount of discountThe Discount Amount indicates the discount amount for a document or line.c_allocationline.DiscountAmt numeric
Amount
Write-off AmountAmount to write-offThe Write Off Amount indicates the amount to be written off as uncollectible.c_allocationline.WriteOffAmt numeric
Amount
Over/Under PaymentOver-Payment (unallocated) or Under-Payment (partial payment) AmountOverpayments (negative) are unallocated amounts and allow you to receive money for more than the particular invoice. Underpayments (positive) is a partial payment for the invoice. You do not write off the unpaid amount.c_allocationline.OverUnderAmt numeric
Amount