Difference between revisions of "ManPageP PrintInvoices"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(Initial load of Online Help)
 
(Added version and category)
Line 7: Line 7:
 
   
 
   
 
<!-- Note to editors: NOT MODIFY THIS CODE -->
 
<!-- Note to editors: NOT MODIFY THIS CODE -->
{{:ManPageP_PrintInvoices_olh}}
+
{{:Adempiere{{CURRENTMANUALVERSION}}/en/ManPageP_PrintInvoices_olh}}
 
<!-- END Note to editors: NOT MODIFY THIS CODE -->
 
<!-- END Note to editors: NOT MODIFY THIS CODE -->
 
=Contributions=
 
=Contributions=
 +
 +
[[Category:Manual|P P]]

Revision as of 12:06, 14 December 2006

Return to Index

Enjoy it, and help to fill it! But please, always respecting copyright.

Please write your contributions under the Contributions Section



Process: Print Invoices

Description : Print Invoices to paper or send PDF

Help : (Re)Print Invoices or send them as PDF attachments to the Business Partner Contact with a valid EMail addres.
Remark: If you only enter a Document No FROM value, all invoices greater or equal that document number are printed; you can alternatively use the % character as a widcard.

Class Name: org.compiere.process.InvoicePrint

ManPageP PrintInvoices.png


Parameters

Name Description Help Technical Data
EMail PDF Email Document PDF files to Business Partner EMailPDF

YesNo

Mail Template Text templates for mailings The Mail Template indicates the mail template for return messages. Mail text can include variables. The priority of parsing is User/Contact, Business Partner and then the underlying business object (like Request, Dunning, Workflow object).

So, @Name@ would resolve into the User name (if user is defined defined), then Business Partner name (if business partner is defined) and then the Name of the business object if it has a Name.
For Multi-Lingual systems, the template is translated based on the Business Partner's language selection.

R_MailText_ID

TableDir

Date Invoiced Date printed on Invoice The Date Invoice indicates the date printed on the invoice. DateInvoiced

Date

Is Range: Y

Business Partner Identifies a Business Partner A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson C_BPartner_ID

Search

Invoice Invoice Identifier The Invoice Document. C_Invoice_ID

Search

Document No Document sequence number of the document The 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_<TableName>", where TableName is the actual name of the table (e.g. C_Order).

DocumentNo

String

Is Range: Y

Contributions