Difference between revisions of "Script rebuild merge pdf.php"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
[[Category:Facture]] | [[Category:Facture]] | ||
− | [[Category: | + | [[Category:Invoices]] |
− | [[Category: | + | [[Category:Facturas]] |
[[Category:Scripts]] | [[Category:Scripts]] | ||
= Feature/Fonction/Funcionalidad = | = Feature/Fonction/Funcionalidad = |
Revision as of 15:07, 9 November 2009
Feature/Fonction/Funcionalidad
This script is used to build one PDF that contains several PDF.
Ce script fabrique un fichier PDF à partir d'autres fichiers PDF.
...
Localisation/Localización
- /dolibarr/htdocs/scripts/invoices/rebuild_merge_pdf.php
Syntax/Syntaxe/Sintaxis
To build/merge PDF for invoices with at least one payment in a date range:
Usage: rebuild_merge_pdf.php filter=payments dateafter datebefore [lang=langcode]
To build/merge PDF for invoices ina date range:
Usage: rebuild_merge_pdf.php filter=date dateafter datebefore [lang=langcode]
To build/merge PDF for all invoices, use filter=all
Usage: rebuild_merge_pdf.php filter=all
To build/merge PDF for invoices with no payments, use filter=nopayment
Usage: rebuild_merge_pdf.php filter=nopayment
Example: rebuild_merge_pdf.php filter=payments 20080101 20081231 lang=fr_FR
Example: rebuild_merge_pdf.php filter=all lang=it_IT