Script rebuild merge pdf.php
Revision as of 15:06, 9 November 2009 by Eldy (talk | contribs) (Created page with 'Category:Mailing Category:Scripts = Feature/Fonction/Funcionalidad = {{Flag en}} This script is used to build one PDF that contains several PDF. {{Flag fr}} Ce script fa...')
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