Difference between revisions of "Invoice Register Report"
From Adjutant Wiki
 (Created page with "__NOTOC__  ==General Description==  '''Default Menu Location:''' Reports >> Accounts Receivable >> Invoice Register Report  '''Screen Shot:''' INVOICEREGISTERREPORT  '''Functi...")  | 
				|||
| Line 7: | Line 7: | ||
'''Screen Shot:''' INVOICEREGISTERREPORT  | '''Screen Shot:''' INVOICEREGISTERREPORT  | ||
| − | '''Function:'''   | + | '''Function:''' This screen generates Invoice Register Report with the Order Number, Invoice Date, and the Invoice Amount for all the customers by a specific time frame.  | 
[[File: Invoice_Register_Report_Screen.png]]  | [[File: Invoice_Register_Report_Screen.png]]  | ||
| + | |||
===Report Filters===  | ===Report Filters===  | ||
| − | '''Cust#:'''  The   | + | '''Cust#:''' Customer ID.  | 
| + | |||
| + | '''Start Date:''' Starting Invoice Date.  | ||
| + | |||
| + | '''End Date:''' Ending Invoice Date.  | ||
| + | |||
| + | '''Terr:''' Customer Territory (on SOLDTO screen).  | ||
| + | |||
| + | '''Invoice Status:''' Invoice Status (viewable on the Invoice Header).  | ||
| + | |||
| + | '''Order Type:''' Sales Order Type.  | ||
| + | |||
| + | '''Invoices with multiple SO Types may not be displayed correctly if this filter is used.'''   | ||
| + | |||
| + | '''Sort By:''' The report can be generated by -- ''Invoice #, Customer Number, Customer Name, SO#, SP.''  | ||
| + | |||
| + | '''Summary or Detail:''' Choose the type of report to be generated.  | ||
| + | |||
| + | '''Show GLDist:''' Check the box for GL distribution list.  | ||
| + | |||
| + | |||
| + | ===Standard Report Fields(Header)===  | ||
| + | |||
| + | Every customer's report is different.  Here are some general Headings for a report.  | ||
| + | |||
| + | * lc_company  | ||
| + | |||
| + | * lc_report  | ||
| + | |||
| + | * lc_date  | ||
| + | |||
| + | |||
| + | ===Standard Report Fields(Line Items)===  | ||
| + | |||
| + | '''Invoice/Order:''' The invoice number and the order number.   | ||
| + | |||
| + | * alltrim(invno)+"/"altrim(orderno)  | ||
| + | |||
| + | '''Inv Date:''' The date invoice was generated.  | ||
| + | |||
| + | * ttod(invdate)  | ||
| + | |||
| + | '''Cust#:''' The customer number for the invoice.  | ||
| + | |||
| + | * custno  | ||
| − | '''Company:   | + | '''Company:''' The company name for the invoice.  | 
| − | + | * company  | |
| − | '''  | + | '''Net Amount:''' The net amount of the invoice.  | 
| − | + | * subamt-disamt  | |
| − | '''  | + | '''Sales Tax:''' The sales tax for the invoice.  | 
| − | + | * taxamt  | |
| − | '''  | + | '''Invoice Total:''' The total amount for the invoice.  | 
| − | + | * totamt  | |
| − | '''  | + | '''Balance:''' The total balance of the invoice.  | 
| − | + | * balance  | |
[[Category: Accounts Receivable]]  | [[Category: Accounts Receivable]]  | ||
| + | [[Category: Reporting and Report Sets]]  | ||
Revision as of 08:48, 9 September 2022
General Description
Default Menu Location: Reports >> Accounts Receivable >> Invoice Register Report
Screen Shot: INVOICEREGISTERREPORT
Function: This screen generates Invoice Register Report with the Order Number, Invoice Date, and the Invoice Amount for all the customers by a specific time frame.
Report Filters
Cust#: Customer ID.
Start Date: Starting Invoice Date.
End Date: Ending Invoice Date.
Terr: Customer Territory (on SOLDTO screen).
Invoice Status: Invoice Status (viewable on the Invoice Header).
Order Type: Sales Order Type.
Invoices with multiple SO Types may not be displayed correctly if this filter is used.
Sort By: The report can be generated by -- Invoice #, Customer Number, Customer Name, SO#, SP.
Summary or Detail: Choose the type of report to be generated.
Show GLDist: Check the box for GL distribution list.
Standard Report Fields(Header)
Every customer's report is different. Here are some general Headings for a report.
- lc_company
 
- lc_report
 
- lc_date
 
Standard Report Fields(Line Items)
Invoice/Order: The invoice number and the order number.
- alltrim(invno)+"/"altrim(orderno)
 
Inv Date: The date invoice was generated.
- ttod(invdate)
 
Cust#: The customer number for the invoice.
- custno
 
Company: The company name for the invoice.
- company
 
Net Amount: The net amount of the invoice.
- subamt-disamt
 
Sales Tax: The sales tax for the invoice.
- taxamt
 
Invoice Total: The total amount for the invoice.
- totamt
 
Balance: The total balance of the invoice.
- balance
 

