Changes

m
no edit summary
Line 9: Line 9:  
[[Category:ConcatPDF]]
 
[[Category:ConcatPDF]]
 
[[Category:NLTechno]]
 
[[Category:NLTechno]]
{{TemplateDocDev}}
+
{{TemplateDocDevEn}}
 
{{TemplateDocUser}}
 
{{TemplateDocUser}}
 
= Informations =
 
= Informations =
 
{{TemplateModuleInfo
 
{{TemplateModuleInfo
 
|modulename=concatpdf
 
|modulename=concatpdf
|editor=NLTechno
+
|editor=DoliCloud
|web=[https://www.nltechno.com www.nltechno.com]
+
|web=[https://www.dolicloud.com www.dolicloud.com]
 
|webbuy={{LinkToPluginDownloadDoliStore|keyword=concatpdf}}
 
|webbuy={{LinkToPluginDownloadDoliStore|keyword=concatpdf}}
 
|status=stable
 
|status=stable
 
|prerequisites=
 
|prerequisites=
|minversion=8.0.0
+
|minversion=16.0.0
 
|note=
 
|note=
 
}}
 
}}
Line 26: Line 26:  
Allow to merge some PDF documents to the generated PDF files. For examle, to add your conditions and terms into the PDF of an order, or to add a catalog of product into commercial proposals PDFs.
 
Allow to merge some PDF documents to the generated PDF files. For examle, to add your conditions and terms into the PDF of an order, or to add a catalog of product into commercial proposals PDFs.
   −
Objects that are supported (with version 3.7.2 or more of module):
+
Objects that are supported:
 
* Customer proposals
 
* Customer proposals
 
* Customer orders
 
* Customer orders
Line 36: Line 36:     
= Prerequisites =
 
= Prerequisites =
Dolibarr 3.2.0 or more.
     −
The PDF document you want to concat can be any PDF version until 1.4 maximum with Dolibarr 3.2.0 to 3.7.0.
+
The PDF document you want to concat can be any PDF version until 1.7.
 
  −
The PDF document you want to concat can be any PDF version until 1.7 with Dolibarr 3.8.0 or more.
      
= Installation =
 
= Installation =
Line 62: Line 59:  
* You can also enable the option to concat several files in the setup page of module.
 
* You can also enable the option to concat several files in the setup page of module.
   −
* You can also add constant '''CONCATPDF_PRESELECTED_MODELS''' into '''Home - Setup - Other''' if you want to have a particular pdf document preselected by default into combo box.
+
* You can also set the option '''CONCATPDF_PRESELECTED_MODELS''' to have a particular pdf document preselected by default into the combo box (and so automatically added).
    
Syntax to use is: CONCATPDF_PRESELECTED_MODELS='''proposal''':filename1,filename2;...;'''supplier_order''':filename4...
 
Syntax to use is: CONCATPDF_PRESELECTED_MODELS='''proposal''':filename1,filename2;...;'''supplier_order''':filename4...
Line 68: Line 65:  
Note that filenamex is name of PDF file without ".pdf". Note also that keyword to use is :
 
Note that filenamex is name of PDF file without ".pdf". Note also that keyword to use is :
 
  '''proposal''' for proposals
 
  '''proposal''' for proposals
  '''order''' for orders
+
  '''order''' for sale orders
 
  '''invoice''' for invoices
 
  '''invoice''' for invoices
 
  '''supplier_proposal''' for proposals
 
  '''supplier_proposal''' for proposals
  '''supplier_order''' for orders
+
  '''supplier_order''' for purchase orders
  '''supplier_invoice''' for invoices
+
  '''supplier_invoice''' for supplier invoices
    
= Usage =
 
= Usage =