Skip to main content

Window: Sales Invoice and Credit/Debit Note

[Created: 19/12/1999 - Updated: 08/12/2023 ]
Description: Customer Sales Invoice and Credit/Debit Note
Help: The Customer Invoice Window allows you to display and enter invoices for a customer. Invoices can also be generated from Sales Orders or Delivery documents.

Tab: Invoice

[Created: 19/12/1999 - Updated: 30/09/2009 ]
Description: Customer Invoice
Help: The Invoice Tab defines the parameters of an Invoice generated for a Business Partner. It constitutes an accounts receivable.
Tab Level: 0

Table 10: Invoice - 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_invoice.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_invoice.AD_Org_ID numeric(10)
Table Direct
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_invoice.C_Order_ID numeric(10)
Search
Date OrderedDate of OrderIndicates the Date an item was ordered.c_invoice.DateOrdered timestamp without time zone
Date
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_invoice.DocumentNo character varying(30)
String
Order ReferenceTransaction Reference Number (Sales Order, Purchase Order) of your Business PartnerThe business partner order reference is the order reference for this specific transaction; Often Purchase Order numbers are given to print on Invoices for easier reference. A standard number can be defined in the Business Partner (Customer) window.c_invoice.POReference character varying(20)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.c_invoice.Description character varying(255)
Text
Target Document TypeTarget document type for conversing documentsYou can convert document types (e.g. from Offer to Order or Invoice). The conversion is then reflected in the current type. This processing is initiated by selecting the appropriate Document Action.c_invoice.C_DocTypeTarget_ID numeric(10)
Table
Self-ServiceThis is a Self-Service entry or this entry can be changed via Self-ServiceSelf-Service allows users to enter data or update their data. The flag indicates, that this record was entered or created via Self-Service or that the user can change it via the Self-Service functionality.c_invoice.IsSelfService character(1)
Yes-No
Date InvoicedDate printed on InvoiceThe Date Invoice indicates the date printed on the invoice.c_invoice.DateInvoiced 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_invoice.DateAcct timestamp without time zone
Date
Business PartnerIdentifies a Business PartnerA Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salespersonc_invoice.C_BPartner_ID numeric(10)
Search
Partner LocationIdentifies the (ship to) address for this Business PartnerThe Partner address indicates the location of a Business Partnerc_invoice.C_BPartner_Location_ID numeric(10)
Table Direct
User/ContactUser within the system - Internal or Business Partner ContactThe User identifies a unique user in the system. This could be an internal user or a business partner contactc_invoice.AD_User_ID numeric(10)
Table Direct
Price ListUnique identifier of a Price ListPrice Lists are used to determine the pricing, margin and cost of items purchased or sold.c_invoice.M_PriceList_ID numeric(10)
Table Direct
CurrencyThe Currency for this recordIndicates the Currency to be used when processing or reporting on this recordc_invoice.C_Currency_ID numeric(10)
Table Direct
Currency TypeCurrency Conversion Rate TypeThe Currency Conversion Rate Type lets you define different type of rates, e.g. Spot, Corporate and/or Sell/Buy rates.c_invoice.C_ConversionType_ID numeric(10)
Table Direct
Override Currency Conversion RateOverride Currency Conversion Ratec_invoice.IsOverrideCurrencyRate character(1)
Yes-No
RateCurrency Conversion RateThe Currency Conversion Rate indicates the rate to use when converting the source currency to the accounting currencyc_invoice.CurrencyRate numeric
Number
Sales RepresentativeSales Representative or Company AgentThe Sales Representative indicates the Sales Rep for this Region. Any Sales Rep must be a valid internal user.c_invoice.SalesRep_ID numeric(10)
Search
Discount PrintedPrint Discount on Invoice and OrderThe Discount Printed Checkbox indicates if the discount will be printed on the document.c_invoice.IsDiscountPrinted character(1)
Yes-No
ChargeAdditional document chargesThe Charge indicates a type of Charge (Handling, Shipping, Restocking)c_invoice.C_Charge_ID numeric(10)
Table
Charge amountCharge AmountThe Charge Amount indicates the amount for an additional charge.c_invoice.ChargeAmt numeric
Amount
Payment RuleHow you pay the invoiceThe Payment Rule indicates the method of invoice payment.c_invoice.PaymentRule character(1)
Payment
Payment TermThe terms of Payment (timing, discount)Payment Terms identify the method and timing of payment.c_invoice.C_PaymentTerm_ID numeric(10)
Table Direct
Create lines fromProcess which will generate a new document lines based on an existing documentThe Create From process will create a new document based on information in an existing document selected by the user.c_invoice.CreateLinesFrom character(1)
Button
ProjectFinancial ProjectA Project allows you to track and control internal or external activities.c_invoice.C_Project_ID numeric(10)
Table Direct
ActivityBusiness ActivityActivities indicate tasks that are performed and used to utilize Activity based Costingc_invoice.C_Activity_ID numeric(10)
Table Direct
CampaignMarketing CampaignThe Campaign defines a unique marketing program. Projects can be associated with a pre defined Marketing Campaign. You can then report based on a specific Campaign.c_invoice.C_Campaign_ID numeric(10)
Table Direct
Trx OrganizationPerforming or initiating organizationThe organization which performs or initiates this transaction (for another organization). The owning Organization may not be the transaction organization in a service bureau environment, with centralized services, and inter-organization transactions.c_invoice.AD_OrgTrx_ID numeric(10)
Table
User Element List 1User defined list element #1The user defined element displays the optional elements that have been defined for this account combination.c_invoice.User1_ID numeric(10)
Search
User Element List 2User defined list element #2The user defined element displays the optional elements that have been defined for this account combination.c_invoice.User2_ID numeric(10)
Search
Total LinesTotal of all document linesThe Total amount displays the total of all lines in document currencyc_invoice.TotalLines numeric
Amount
Grand TotalTotal amount of documentThe Grand Total displays the total amount including Tax and Freight in document currencyc_invoice.GrandTotal 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_invoice.DocStatus character(2)
List
Document TypeDocument type or rulesThe Document Type determines document sequence and processing rulesc_invoice.C_DocType_ID numeric(10)
Table Direct
Pay Schedule validIs the Payment Schedule is validPayment Schedules allow to have multiple due dates.c_invoice.IsPayScheduleValid character(1)
Yes-No
In DisputeDocument is in disputeThe document is in dispute. Use Requests to track details.c_invoice.IsInDispute character(1)
Yes-No
Copy LinesCopy Lines from other Invoicec_invoice.CopyFrom character(1)
Button
Process Invoicec_invoice.DocAction character(2)
Button
PostedPosting statusThe Posted field indicates the status of the Generation of General Ledger Accounting Linesc_invoice.Posted character(1)
Button
PaidThe document is fully paidc_invoice.IsPaid character(1)
Yes-No
Collection StatusInvoice Collection StatusStatus of the invoice collection processc_invoice.InvoiceCollectionType character(1)
List
Dunning Grace Datec_invoice.DunningGrace timestamp without time zone
Date
Dunning Levelc_invoice.C_DunningLevel_ID numeric(10)
Table Direct
Cash Plan Linec_invoice.C_CashPlanLine_ID numeric(10)
Search
Is Fixed Asset Invoicec_invoice.IsFixedAssetInvoice character(1)
Yes-No
Related Invoicec_invoice.RelatedInvoice_ID numeric(10)
Search

Tab: Invoice Line

[Created: 25/01/2000 - Updated: 02/09/2005 ]
Description: Customer Invoice Line
Help: The Invoice Line Tab defines the individual items or charges on an Invoice.
Tab Level: 1

Table 20: Invoice 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_invoiceline.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_invoiceline.AD_Org_ID numeric(10)
Table Direct
InvoiceInvoice IdentifierThe Invoice Document.c_invoiceline.C_Invoice_ID numeric(10)
Search
Line NoUnique line for this documentIndicates the unique line for a document. It will also control the display order of the lines within a document.c_invoiceline.Line numeric(10)
Integer
Shipment/Receipt LineLine on Shipment or Receipt documentThe Shipment/Receipt Line indicates a unique line in a Shipment/Receipt documentc_invoiceline.M_InOutLine_ID numeric(10)
Search
ProductProduct, Service, ItemIdentifies an item which is either purchased or sold in this organization.c_invoiceline.M_Product_ID numeric(10)
Search
ChargeAdditional document chargesThe Charge indicates a type of Charge (Handling, Shipping, Restocking)c_invoiceline.C_Charge_ID numeric(10)
Table Direct
Attribute Set InstanceProduct Attribute Set InstanceThe values of the actual Product Attribute Instances. The product level attributes are defined on Product level.c_invoiceline.M_AttributeSetInstance_ID numeric(10)
Product Attribute
Resource AssignmentResource Assignmentc_invoiceline.S_ResourceAssignment_ID numeric(10)
Assignment
DescriptionOptional short description of the recordA description is limited to 255 characters.c_invoiceline.Description character varying(255)
Text
QuantityThe Quantity Entered is based on the selected UoMThe Quantity Entered is converted to base product UoM quantityc_invoiceline.QtyEntered numeric
Quantity
UOMUnit of MeasureThe UOM defines a unique non monetary Unit of Measurec_invoiceline.C_UOM_ID numeric(10)
Table Direct
Quantity InvoicedInvoiced QuantityThe Invoiced Quantity indicates the quantity of a product that have been invoiced.c_invoiceline.QtyInvoiced numeric
Quantity
PricePrice Entered - the price based on the selected/base UoMThe price entered is converted to the actual price based on the UoM conversionc_invoiceline.PriceEntered numeric
Costs+Prices
Unit PriceActual PriceThe Actual or Unit Price indicates the Price for a product in source currency.c_invoiceline.PriceActual numeric
Costs+Prices
List PriceList PriceThe List Price is the official List Price in the document currency.c_invoiceline.PriceList numeric
Costs+Prices
TaxTax identifierThe Tax indicates the type of tax used in document line.c_invoiceline.C_Tax_ID numeric(10)
Table Direct
ProjectFinancial ProjectA Project allows you to track and control internal or external activities.c_invoiceline.C_Project_ID numeric(10)
Table Direct
ActivityBusiness ActivityActivities indicate tasks that are performed and used to utilize Activity based Costingc_invoiceline.C_Activity_ID numeric(10)
Table Direct
CampaignMarketing CampaignThe Campaign defines a unique marketing program. Projects can be associated with a pre defined Marketing Campaign. You can then report based on a specific Campaign.c_invoiceline.C_Campaign_ID numeric(10)
Table Direct
Trx OrganizationPerforming or initiating organizationThe organization which performs or initiates this transaction (for another organization). The owning Organization may not be the transaction organization in a service bureau environment, with centralized services, and inter-organization transactions.c_invoiceline.AD_OrgTrx_ID numeric(10)
Table
User Element List 1User defined list element #1The user defined element displays the optional elements that have been defined for this account combination.c_invoiceline.User1_ID numeric(10)
Search
User Element List 2User defined list element #2The user defined element displays the optional elements that have been defined for this account combination.c_invoiceline.User2_ID numeric(10)
Search
Line AmountLine Extended Amount (Quantity * Actual Price) without Freight and ChargesIndicates the extended line amount based on the quantity and the actual price. Any additional charges or freight are not included. The Amount may or may not include tax. If the price list is inclusive tax, the line amount is the same as the line total.c_invoiceline.LineNetAmt numeric
Amount
Description Onlyif true, the line is just description and no transactionIf a line is Description Only, e.g. Product Inventory is not corrected. No accounting transactions are created and the amount or totals are not included in the document. This for including descriptive detail lines, e.g. for an Work Order.c_invoiceline.IsDescription character(1)
Yes-No
PrintedIndicates if this document / line is printedThe Printed checkbox indicates if this document or line will included when printing.c_invoiceline.IsPrinted character(1)
Yes-No
AssetAsset used internally or by customersAn asset is either created by purchasing or by delivering a product. An asset can be used internally or be a customer asset.c_invoiceline.A_Asset_ID numeric(10)
Search

Tab: Invoice Tax

[Created: 25/01/2000 - Updated: 02/01/2000 ]
Description: Customer Invoice Tax
Help: The Invoice Tax Tab displays the total tax due based on the Invoice Lines.
Tab Level: 1

Table 30: Invoice Tax - 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_invoicetax.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_invoicetax.AD_Org_ID numeric(10)
Table Direct
InvoiceInvoice IdentifierThe Invoice Document.c_invoicetax.C_Invoice_ID numeric(10)
Search
TaxTax identifierThe Tax indicates the type of tax used in document line.c_invoicetax.C_Tax_ID numeric(10)
Table Direct
Tax Providerc_invoicetax.C_TaxProvider_ID numeric(10)
Table Direct
Tax AmountTax Amount for a documentThe Tax Amount displays the total tax amount for a document.c_invoicetax.TaxAmt numeric
Amount
Tax base AmountBase for calculating the tax amountThe Tax Base Amount indicates the base amount used for calculating the tax amount.c_invoicetax.TaxBaseAmt numeric
Amount
Price includes TaxTax is included in the priceThe Tax Included checkbox indicates if the prices include tax. This is also known as the gross price.c_invoicetax.IsTaxIncluded character(1)
Yes-No

Tab: Payment Schedule

[Created: 04/05/2003 - Updated: 17/05/2005 ]
Description: Invoice Payment Schedule
Help:
Tab Level: 1

Table 40: Payment Schedule - 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_invoicepayschedule.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_invoicepayschedule.AD_Org_ID numeric(10)
Table Direct
InvoiceInvoice IdentifierThe Invoice Document.c_invoicepayschedule.C_Invoice_ID numeric(10)
Search
Payment SchedulePayment Schedule TemplateInformation when parts of the payment are duec_invoicepayschedule.C_PaySchedule_ID numeric(10)
Table Direct
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_invoicepayschedule.IsActive character(1)
Yes-No
Due DateDate when the payment is dueDate when the payment is due without deductions or discountc_invoicepayschedule.DueDate timestamp without time zone
Date
Amount dueAmount of the payment dueFull amount of the payment duec_invoicepayschedule.DueAmt numeric
Amount
Discount DateLast Date for payments with discountLast Date where a deduction of the payment discount is allowedc_invoicepayschedule.DiscountDate timestamp without time zone
Date
Discount AmountCalculated amount of discountThe Discount Amount indicates the discount amount for a document or line.c_invoicepayschedule.DiscountAmt numeric
Amount
ValidateValidate Payment Schedulec_invoicepayschedule.Processing character(1)
Button
ValidElement is validThe element passed the validation checkc_invoicepayschedule.IsValid character(1)
Yes-No

Tab: Allocation

[Created: 27/01/2005 - Updated: 17/05/2005 ]
Description: Allocation of the Invoice to Payments or Cash
Help:
Tab Level: 1

Table 50: 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_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
InvoiceInvoice IdentifierThe Invoice Document.c_allocationline.C_Invoice_ID numeric(10)
Search
AllocationPayment allocationc_allocationline.C_AllocationHdr_ID numeric(10)
Search
Transaction DateTransaction DateThe Transaction Date indicates the date of the transaction.c_allocationline.DateTrx timestamp without time zone
Date
PaymentPayment identifierThe Payment is a unique identifier of this payment.c_allocationline.C_Payment_ID numeric(10)
Search
AmountAmount in a defined currencyThe Amount indicates the amount for this document line.c_allocationline.Amount numeric
Amount
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