@@ -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 | * |
@@ -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 | } |
@@ -143,7 +143,7 @@ discard block |
||
143 | 143 | } |
144 | 144 | |
145 | 145 | |
146 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
146 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
147 | 147 | /** |
148 | 148 | * Return next free value |
149 | 149 | * |
@@ -153,7 +153,7 @@ discard block |
||
153 | 153 | */ |
154 | 154 | public function commande_get_num($objsoc, $objforref) |
155 | 155 | { |
156 | - // phpcs:enable |
|
156 | + // phpcs:enable |
|
157 | 157 | return $this->getNextValue($objsoc, $objforref); |
158 | 158 | } |
159 | 159 | } |
@@ -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)) { |