@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | */ |
40 | 40 | abstract class ModelePDFAsset extends CommonDocGenerator |
41 | 41 | { |
42 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
42 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
43 | 43 | /** |
44 | 44 | * Return list of active generation modules |
45 | 45 | * |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | */ |
50 | 50 | public static function liste_modeles($db, $maxfilenamelength = 0) |
51 | 51 | { |
52 | - // phpcs:enable |
|
52 | + // phpcs:enable |
|
53 | 53 | $type = 'asset'; |
54 | 54 | $list = array(); |
55 | 55 |
@@ -133,7 +133,7 @@ discard block |
||
133 | 133 | } |
134 | 134 | |
135 | 135 | |
136 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
136 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
137 | 137 | /** |
138 | 138 | * Function to build pdf onto disk |
139 | 139 | * |
@@ -147,7 +147,7 @@ discard block |
||
147 | 147 | */ |
148 | 148 | public function write_file($object, $outputlangs, $srctemplatepath = '', $hidedetails = 0, $hidedesc = 0, $hideref = 0) |
149 | 149 | { |
150 | - // phpcs:enable |
|
150 | + // phpcs:enable |
|
151 | 151 | global $user, $langs, $conf, $mysoc, $hookmanager; |
152 | 152 | |
153 | 153 | if (!is_object($outputlangs)) { |
@@ -587,8 +587,8 @@ discard block |
||
587 | 587 | return 0; |
588 | 588 | } |
589 | 589 | |
590 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
591 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
590 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
591 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
592 | 592 | /** |
593 | 593 | * Show miscellaneous information (payment mode, payment term, ...) |
594 | 594 | * |
@@ -600,7 +600,7 @@ discard block |
||
600 | 600 | */ |
601 | 601 | protected function _tableau_info(&$pdf, $object, $posy, $outputlangs) |
602 | 602 | { |
603 | - // phpcs:enable |
|
603 | + // phpcs:enable |
|
604 | 604 | global $conf, $mysoc; |
605 | 605 | $default_font_size = pdf_getPDFFontSize($outputlangs); |
606 | 606 | |
@@ -617,7 +617,7 @@ discard block |
||
617 | 617 | $pdf->MultiCell($larg_sign, 2, $outputlangs->trans("ForCustomer") . ':', '', 'L'); |
618 | 618 | } |
619 | 619 | |
620 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
620 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
621 | 621 | /** |
622 | 622 | * Show table for lines |
623 | 623 | * |
@@ -683,7 +683,7 @@ discard block |
||
683 | 683 | } |
684 | 684 | } |
685 | 685 | |
686 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
686 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
687 | 687 | /** |
688 | 688 | * Show top header of page. |
689 | 689 | * |
@@ -861,7 +861,7 @@ discard block |
||
861 | 861 | return 0; |
862 | 862 | } |
863 | 863 | |
864 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
864 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
865 | 865 | /** |
866 | 866 | * Show footer of page. Need this->emetteur object |
867 | 867 | * |
@@ -71,8 +71,8 @@ discard block |
||
71 | 71 | */ |
72 | 72 | public $version = 'dolibarr'; |
73 | 73 | |
74 | - public $posxcomm; // For customer comment column |
|
75 | - public $posxweightvol; // For weight or volume |
|
74 | + public $posxcomm; // For customer comment column |
|
75 | + public $posxweightvol; // For weight or volume |
|
76 | 76 | public $posxremainingqty; |
77 | 77 | |
78 | 78 | |
@@ -115,7 +115,7 @@ discard block |
||
115 | 115 | |
116 | 116 | // Define position of columns |
117 | 117 | $this->posxdesc = $this->marge_gauche + 1; |
118 | - $this->posxcomm = 112; // customer comment |
|
118 | + $this->posxcomm = 112; // customer comment |
|
119 | 119 | //$this->posxtva=112; |
120 | 120 | //$this->posxup=126; |
121 | 121 | $this->posxqty = 165; |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | } |
113 | 113 | |
114 | 114 | |
115 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
115 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
116 | 116 | /** |
117 | 117 | * Function to build pdf onto disk |
118 | 118 | * |
@@ -126,7 +126,7 @@ discard block |
||
126 | 126 | */ |
127 | 127 | public function write_file($object, $outputlangs, $srctemplatepath = '', $hidedetails = 0, $hidedesc = 0, $hideref = 0) |
128 | 128 | { |
129 | - // phpcs:enable |
|
129 | + // phpcs:enable |
|
130 | 130 | global $user, $langs, $conf, $mysoc, $hookmanager; |
131 | 131 | |
132 | 132 | if (!is_object($outputlangs)) { |
@@ -594,8 +594,8 @@ discard block |
||
594 | 594 | return 0; |
595 | 595 | } |
596 | 596 | |
597 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
598 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
597 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
598 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
599 | 599 | /** |
600 | 600 | * Show miscellaneous information (payment mode, payment term, ...) |
601 | 601 | * |
@@ -607,7 +607,7 @@ discard block |
||
607 | 607 | */ |
608 | 608 | protected function _tableau_info(&$pdf, $object, $posy, $outputlangs) |
609 | 609 | { |
610 | - // phpcs:enable |
|
610 | + // phpcs:enable |
|
611 | 611 | global $conf, $mysoc; |
612 | 612 | $default_font_size = pdf_getPDFFontSize($outputlangs); |
613 | 613 | |
@@ -625,7 +625,7 @@ discard block |
||
625 | 625 | } |
626 | 626 | |
627 | 627 | |
628 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
628 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
629 | 629 | /** |
630 | 630 | * Show table for lines |
631 | 631 | * |
@@ -675,7 +675,7 @@ discard block |
||
675 | 675 | } |
676 | 676 | } |
677 | 677 | |
678 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
678 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
679 | 679 | /** |
680 | 680 | * Show top header of page. |
681 | 681 | * |
@@ -853,7 +853,7 @@ discard block |
||
853 | 853 | return 0; |
854 | 854 | } |
855 | 855 | |
856 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
856 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
857 | 857 | /** |
858 | 858 | * Show footer of page. Need this->emetteur object |
859 | 859 | * |
@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | */ |
39 | 39 | abstract class ModelePDFDeliveryOrder extends CommonDocGenerator |
40 | 40 | { |
41 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
41 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
42 | 42 | /** |
43 | 43 | * Return list of active generation modules |
44 | 44 | * |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | */ |
49 | 49 | public static function liste_modeles($db, $maxfilenamelength = 0) |
50 | 50 | { |
51 | - // phpcs:enable |
|
51 | + // phpcs:enable |
|
52 | 52 | $type = 'delivery'; |
53 | 53 | $list = array(); |
54 | 54 |
@@ -132,7 +132,7 @@ discard block |
||
132 | 132 | } |
133 | 133 | |
134 | 134 | |
135 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
135 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
136 | 136 | /** |
137 | 137 | * Function to build pdf onto disk |
138 | 138 | * |
@@ -146,7 +146,7 @@ discard block |
||
146 | 146 | */ |
147 | 147 | public function write_file($object, $outputlangs = null, $srctemplatepath = '', $hidedetails = 0, $hidedesc = 0, $hideref = 0) |
148 | 148 | { |
149 | - // phpcs:enable |
|
149 | + // phpcs:enable |
|
150 | 150 | global $user, $langs, $conf, $hookmanager, $mysoc, $nblines; |
151 | 151 | |
152 | 152 | if (!is_object($outputlangs)) { |
@@ -822,8 +822,8 @@ discard block |
||
822 | 822 | } |
823 | 823 | } |
824 | 824 | |
825 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
826 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
825 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
826 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
827 | 827 | /** |
828 | 828 | * Show payments table |
829 | 829 | * |
@@ -835,12 +835,12 @@ discard block |
||
835 | 835 | */ |
836 | 836 | protected function _tableau_versements(&$pdf, $object, $posy, $outputlangs) |
837 | 837 | { |
838 | - // phpcs:enable |
|
838 | + // phpcs:enable |
|
839 | 839 | return 1; |
840 | 840 | } |
841 | 841 | |
842 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
843 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
842 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
843 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
844 | 844 | /** |
845 | 845 | * Show miscellaneous information (payment mode, payment term, ...) |
846 | 846 | * |
@@ -852,7 +852,7 @@ discard block |
||
852 | 852 | */ |
853 | 853 | protected function _tableau_info(&$pdf, $object, $posy, $outputlangs) |
854 | 854 | { |
855 | - // phpcs:enable |
|
855 | + // phpcs:enable |
|
856 | 856 | global $conf, $mysoc; |
857 | 857 | $default_font_size = pdf_getPDFFontSize($outputlangs); |
858 | 858 | |
@@ -904,8 +904,8 @@ discard block |
||
904 | 904 | return $posy; |
905 | 905 | } |
906 | 906 | |
907 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
908 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
907 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
908 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
909 | 909 | /** |
910 | 910 | * Show total to pay |
911 | 911 | * |
@@ -918,7 +918,7 @@ discard block |
||
918 | 918 | */ |
919 | 919 | protected function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs) |
920 | 920 | { |
921 | - // phpcs:enable |
|
921 | + // phpcs:enable |
|
922 | 922 | global $conf, $mysoc; |
923 | 923 | |
924 | 924 | $default_font_size = pdf_getPDFFontSize($outputlangs); |
@@ -1109,7 +1109,7 @@ discard block |
||
1109 | 1109 | return ($tab2_top + ($tab2_hl * $index)); |
1110 | 1110 | } |
1111 | 1111 | |
1112 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
1112 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
1113 | 1113 | /** |
1114 | 1114 | * Show table for lines |
1115 | 1115 | * |
@@ -1164,7 +1164,7 @@ discard block |
||
1164 | 1164 | } |
1165 | 1165 | } |
1166 | 1166 | |
1167 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
1167 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
1168 | 1168 | /** |
1169 | 1169 | * Show top header of page. |
1170 | 1170 | * |
@@ -1432,7 +1432,7 @@ discard block |
||
1432 | 1432 | return $top_shift; |
1433 | 1433 | } |
1434 | 1434 | |
1435 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
1435 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
1436 | 1436 | /** |
1437 | 1437 | * Show footer of page. Need this->emetteur object |
1438 | 1438 | * |
@@ -89,7 +89,7 @@ |
||
89 | 89 | $this->db = $db; |
90 | 90 | $this->name = "zenith"; |
91 | 91 | $this->description = $langs->trans('DocModelZenithDescription'); |
92 | - $this->update_main_doc_field = 1; // Save the name of generated file as the main doc when generating a doc with this template |
|
92 | + $this->update_main_doc_field = 1; // Save the name of generated file as the main doc when generating a doc with this template |
|
93 | 93 | |
94 | 94 | // Page size for A4 format |
95 | 95 | $this->type = 'pdf'; |
@@ -153,7 +153,7 @@ discard block |
||
153 | 153 | $this->atleastonediscount = 0; |
154 | 154 | } |
155 | 155 | |
156 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
156 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
157 | 157 | /** |
158 | 158 | * Function to build pdf onto disk |
159 | 159 | * |
@@ -167,7 +167,7 @@ discard block |
||
167 | 167 | */ |
168 | 168 | public function write_file($object, $outputlangs, $srctemplatepath = '', $hidedetails = 0, $hidedesc = 0, $hideref = 0) |
169 | 169 | { |
170 | - // phpcs:enable |
|
170 | + // phpcs:enable |
|
171 | 171 | global $user, $langs, $conf, $mysoc, $db, $hookmanager, $nblines; |
172 | 172 | |
173 | 173 | if (!is_object($outputlangs)) { |
@@ -693,8 +693,8 @@ discard block |
||
693 | 693 | } |
694 | 694 | } |
695 | 695 | |
696 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
697 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
696 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
697 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
698 | 698 | /** |
699 | 699 | * Show payments table |
700 | 700 | * |
@@ -706,12 +706,12 @@ discard block |
||
706 | 706 | */ |
707 | 707 | protected function _tableau_versements(&$pdf, $object, $posy, $outputlangs) |
708 | 708 | { |
709 | - // phpcs:enable |
|
709 | + // phpcs:enable |
|
710 | 710 | return 1; |
711 | 711 | } |
712 | 712 | |
713 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
714 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
713 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
714 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
715 | 715 | /** |
716 | 716 | * Show miscellaneous information (payment mode, payment term, ...) |
717 | 717 | * |
@@ -723,7 +723,7 @@ discard block |
||
723 | 723 | */ |
724 | 724 | protected function _tableau_info(&$pdf, $object, $posy, $outputlangs) |
725 | 725 | { |
726 | - // phpcs:enable |
|
726 | + // phpcs:enable |
|
727 | 727 | global $conf; |
728 | 728 | $default_font_size = pdf_getPDFFontSize($outputlangs); |
729 | 729 | |
@@ -867,8 +867,8 @@ discard block |
||
867 | 867 | return $posy; |
868 | 868 | } |
869 | 869 | |
870 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
871 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
870 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
871 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
872 | 872 | /** |
873 | 873 | * Show total to pay |
874 | 874 | * |
@@ -881,7 +881,7 @@ discard block |
||
881 | 881 | */ |
882 | 882 | protected function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs) |
883 | 883 | { |
884 | - // phpcs:enable |
|
884 | + // phpcs:enable |
|
885 | 885 | global $conf, $mysoc; |
886 | 886 | $default_font_size = pdf_getPDFFontSize($outputlangs); |
887 | 887 | |
@@ -1110,7 +1110,7 @@ discard block |
||
1110 | 1110 | return ($tab2_top + ($tab2_hl * $index)); |
1111 | 1111 | } |
1112 | 1112 | |
1113 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
1113 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
1114 | 1114 | /** |
1115 | 1115 | * Show table for lines |
1116 | 1116 | * |
@@ -1201,7 +1201,7 @@ discard block |
||
1201 | 1201 | } |
1202 | 1202 | } |
1203 | 1203 | |
1204 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
1204 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
1205 | 1205 | /** |
1206 | 1206 | * Show top header of page. |
1207 | 1207 | * |
@@ -1415,7 +1415,7 @@ discard block |
||
1415 | 1415 | return $top_shift; |
1416 | 1416 | } |
1417 | 1417 | |
1418 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
1418 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
1419 | 1419 | /** |
1420 | 1420 | * Show footer of page. Need this->emetteur object |
1421 | 1421 | * |
@@ -195,7 +195,7 @@ discard block |
||
195 | 195 | return $texte; |
196 | 196 | } |
197 | 197 | |
198 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
198 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
199 | 199 | /** |
200 | 200 | * Function to build a document on disk using the generic odt module. |
201 | 201 | * |
@@ -209,7 +209,7 @@ discard block |
||
209 | 209 | */ |
210 | 210 | public function write_file($object, $outputlangs, $srctemplatepath, $hidedetails = 0, $hidedesc = 0, $hideref = 0) |
211 | 211 | { |
212 | - // phpcs:enable |
|
212 | + // phpcs:enable |
|
213 | 213 | global $user, $langs, $conf, $mysoc, $hookmanager; |
214 | 214 | |
215 | 215 | if (empty($srctemplatepath)) { |
@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | */ |
39 | 39 | abstract class ModelePDFSupplierProposal extends CommonDocGenerator |
40 | 40 | { |
41 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
41 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
42 | 42 | /** |
43 | 43 | * Return list of active generation modules |
44 | 44 | * |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | */ |
49 | 49 | public static function liste_modeles($db, $maxfilenamelength = 0) |
50 | 50 | { |
51 | - // phpcs:enable |
|
51 | + // phpcs:enable |
|
52 | 52 | $type = 'supplier_proposal'; |
53 | 53 | $list = array(); |
54 | 54 |
@@ -164,7 +164,7 @@ discard block |
||
164 | 164 | } |
165 | 165 | |
166 | 166 | |
167 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
167 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
168 | 168 | /** |
169 | 169 | * Return next free value |
170 | 170 | * |
@@ -174,7 +174,7 @@ discard block |
||
174 | 174 | */ |
175 | 175 | public function payment_get_num($objsoc, $objforref) |
176 | 176 | { |
177 | - // phpcs:enable |
|
177 | + // phpcs:enable |
|
178 | 178 | return $this->getNextValue($objsoc, $objforref); |
179 | 179 | } |
180 | 180 | } |