Changes

m
no edit summary
Line 1: Line 1:  +
<!-- BEGIN origin interlang links -->
 +
<!-- You can edit this section but do NOT remove these comments
 +
    Links below will be automatically replicated on translated pages by PolyglotBot -->
 +
[[fr:Module_Concat_PDF_FR]]
 +
[[es:Módulo_Concat_PDF]]
 +
<!-- END interlang links -->
 +
 
[[Category:Complementary modules]]
 
[[Category:Complementary modules]]
 
[[Category:ConcatPDF]]
 
[[Category:ConcatPDF]]
{{TemplateDocDev}}
+
[[Category:NLTechno]]
 +
{{TemplateDocDevEn}}
 
{{TemplateDocUser}}
 
{{TemplateDocUser}}
 
= Informations =
 
= Informations =
 
{{TemplateModuleInfo
 
{{TemplateModuleInfo
 
|modulename=concatpdf
 
|modulename=concatpdf
|editor=NLTechno
+
|editor=DoliCloud
|web=[http://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=3.2.0
+
|minversion=16.0.0
 
|note=
 
|note=
 
}}
 
}}
Line 18: 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 28: 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 with Dolibarr 3.8.0 or more.
+
The PDF document you want to concat can be any PDF version until 1.7.
    
= Installation =
 
= Installation =
Line 48: Line 53:  
</div>
 
</div>
   −
With Dolibarr 3.4 or higher, check also that option "Protection of generated pdf (Enabling NOT recomanded, disable feature of PDF mass generation)" is disabled into '''Setup - PDF'''.
+
Check also that option "Protection of generated pdf (Enabling NOT recomanded, disable feature of PDF mass generation)" is disabled into '''Setup - PDF'''.
    
'''Other options'''
 
'''Other options'''
   −
* You can add constants and '''MAIN_USE_JQUERY_MULTISELECT''' with value '''select2''' and '''CONCATPDF_MULTIPLE_CONCATENATION_ENABLED''' to 1 in '''Home - Setup - Other''' to allow the selection and concatenation of multiple files.
+
* 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 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 60: 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 =