Invoices MAS: Difference between revisions

From Customer365 for SageCRM
(Created page with "This screen allows you to list the customer invoices from MAS. The user can select an invoice and download/view the PDF version of the invoice. The following are the setting...")
 
No edit summary
Line 1: Line 1:
This screen allows you to list the customer invoices from MAS.
This screen allows you to list the customer invoices from MAS.
[[File:invoice1.png]]


The user can select an invoice and download/view the PDF version of the invoice.
The user can select an invoice and download/view the PDF version of the invoice.
Line 13: Line 15:
     <add key="tbInvoiceFilter" value=" and invoiceno='#tbInvoiceFilter#'"/>
     <add key="tbInvoiceFilter" value=" and invoiceno='#tbInvoiceFilter#'"/>
     <add key="lblInvoiceFilter" value="Invoice Number"/>
     <add key="lblInvoiceFilter" value="Invoice Number"/>
Assumptions: The database and table must be added to CRM
The list itself is stored in CRM and should be setup as follows:
[[File:invoicelist.png]]

Revision as of 18:36, 26 November 2012

This screen allows you to list the customer invoices from MAS.

The user can select an invoice and download/view the PDF version of the invoice.

The following are the settings for the Invoice.aspx page

   <add key="InvoiceTable" value="mas.dbo.AR_OpenInvoice" />
   <add key="InvoiceList" value="AR_OpenInvoiceList" />
   <add key="InvoiceFilter" value="" />
   <add key="InvoiceListOrderBy" value="" />
   <add key="lblInvoiceHint" value="Click on the line item to open the invoice"/>
   <add key="lblInvoice" value="Your Invoices"/>
   <add key="tbInvoiceFilter" value=" and invoiceno='#tbInvoiceFilter#'"/>
   <add key="lblInvoiceFilter" value="Invoice Number"/>

Assumptions: The database and table must be added to CRM

The list itself is stored in CRM and should be setup as follows: