@@ -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 | } |
@@ -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)) { |
@@ -145,7 +145,7 @@ discard block |
||
145 | 145 | } |
146 | 146 | |
147 | 147 | |
148 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
148 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
149 | 149 | /** |
150 | 150 | * Function to build pdf onto disk |
151 | 151 | * |
@@ -159,7 +159,7 @@ discard block |
||
159 | 159 | */ |
160 | 160 | public function write_file($object, $outputlangs = null, $srctemplatepath = '', $hidedetails = 0, $hidedesc = 0, $hideref = 0) |
161 | 161 | { |
162 | - // phpcs:enable |
|
162 | + // phpcs:enable |
|
163 | 163 | global $user, $langs, $conf, $mysoc, $hookmanager, $nblines; |
164 | 164 | |
165 | 165 | // Get source company |
@@ -603,8 +603,8 @@ discard block |
||
603 | 603 | } |
604 | 604 | } |
605 | 605 | |
606 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
607 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
606 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
607 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
608 | 608 | /** |
609 | 609 | * Show total to pay |
610 | 610 | * |
@@ -617,7 +617,7 @@ discard block |
||
617 | 617 | */ |
618 | 618 | protected function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs) |
619 | 619 | { |
620 | - // phpcs:enable |
|
620 | + // phpcs:enable |
|
621 | 621 | global $conf, $mysoc, $hookmanager; |
622 | 622 | |
623 | 623 | $sign = 1; |
@@ -829,7 +829,7 @@ discard block |
||
829 | 829 | return ($tab2_top + ($tab2_hl * $index)); |
830 | 830 | } |
831 | 831 | |
832 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
832 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
833 | 833 | /** |
834 | 834 | * Show table for lines |
835 | 835 | * |
@@ -933,8 +933,8 @@ discard block |
||
933 | 933 | } |
934 | 934 | } |
935 | 935 | |
936 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
937 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
936 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
937 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
938 | 938 | /** |
939 | 939 | * Show payments table |
940 | 940 | * |
@@ -947,7 +947,7 @@ discard block |
||
947 | 947 | */ |
948 | 948 | protected function _tableau_versements(&$pdf, $object, $posy, $outputlangs, $heightforfooter = 0) |
949 | 949 | { |
950 | - // phpcs:enable |
|
950 | + // phpcs:enable |
|
951 | 951 | global $conf; |
952 | 952 | |
953 | 953 | $sign = 1; |
@@ -1027,7 +1027,7 @@ discard block |
||
1027 | 1027 | return -1; |
1028 | 1028 | } |
1029 | 1029 | |
1030 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
1030 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
1031 | 1031 | /** |
1032 | 1032 | * Show top header of page. |
1033 | 1033 | * |
@@ -1265,7 +1265,7 @@ discard block |
||
1265 | 1265 | return $top_shift; |
1266 | 1266 | } |
1267 | 1267 | |
1268 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
1268 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore |
|
1269 | 1269 | /** |
1270 | 1270 | * Show footer of page. Need this->emetteur object |
1271 | 1271 | * |
@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | */ |
38 | 38 | abstract class ModelePDFSuppliersInvoices extends CommonDocGenerator |
39 | 39 | { |
40 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
40 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
41 | 41 | /** |
42 | 42 | * Return list of active generation models |
43 | 43 | * |
@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | */ |
48 | 48 | public static function liste_modeles($db, $maxfilenamelength = 0) |
49 | 49 | { |
50 | - // phpcs:enable |
|
50 | + // phpcs:enable |
|
51 | 51 | $type = 'invoice_supplier'; |
52 | 52 | $list = array(); |
53 | 53 |