@@ -178,6 +178,4 @@ |
||
| 178 | 178 | |
| 179 | 179 | $count = $this->getEntityManager()->getConnection()->executeUpdate($sql); |
| 180 | 180 | |
| 181 | - return $count; |
|
| 182 | - } |
|
| 183 | -} |
|
| 181 | + return $count |
|
| 184 | 182 | \ No newline at end of file |
@@ -178,6 +178,4 @@ |
||
| 178 | 178 | |
| 179 | 179 | $count = $this->getEntityManager()->getConnection()->executeUpdate($sql); |
| 180 | 180 | |
| 181 | - return $count; |
|
| 182 | - } |
|
| 183 | -} |
|
| 181 | + return $count |
|
| 184 | 182 | \ No newline at end of file |
@@ -178,6 +178,4 @@ |
||
| 178 | 178 | |
| 179 | 179 | $count = $this->getEntityManager()->getConnection()->executeUpdate($sql); |
| 180 | 180 | |
| 181 | - return $count; |
|
| 182 | - } |
|
| 183 | -} |
|
| 181 | + return $count |
|
| 184 | 182 | \ No newline at end of file |
@@ -178,6 +178,4 @@ |
||
| 178 | 178 | |
| 179 | 179 | $count = $this->getEntityManager()->getConnection()->executeUpdate($sql); |
| 180 | 180 | |
| 181 | - return $count; |
|
| 182 | - } |
|
| 183 | -} |
|
| 181 | + return $count |
|
| 184 | 182 | \ No newline at end of file |
@@ -178,6 +178,4 @@ |
||
| 178 | 178 | |
| 179 | 179 | $count = $this->getEntityManager()->getConnection()->executeUpdate($sql); |
| 180 | 180 | |
| 181 | - return $count; |
|
| 182 | - } |
|
| 183 | -} |
|
| 181 | + return $count |
|
| 184 | 182 | \ No newline at end of file |
@@ -82,6 +82,4 @@ |
||
| 82 | 82 | } |
| 83 | 83 | |
| 84 | 84 | $this->expectExceptionMessage('Le bouclement a déjà été fait au 2019-12-31 23:59:59'); |
| 85 | - $this->accounting->close($closingDate, $output); |
|
| 86 | - } |
|
| 87 | -} |
|
| 85 | + $this->accounting->close($closingDate, $output |
|
| 88 | 86 | \ No newline at end of file |
@@ -82,6 +82,4 @@ |
||
| 82 | 82 | } |
| 83 | 83 | |
| 84 | 84 | $this->expectExceptionMessage('Le bouclement a déjà été fait au 2019-12-31 23:59:59'); |
| 85 | - $this->accounting->close($closingDate, $output); |
|
| 86 | - } |
|
| 87 | -} |
|
| 85 | + $this->accounting->close($closingDate, $output |
|
| 88 | 86 | \ No newline at end of file |
@@ -82,6 +82,4 @@ |
||
| 82 | 82 | } |
| 83 | 83 | |
| 84 | 84 | $this->expectExceptionMessage('Le bouclement a déjà été fait au 2019-12-31 23:59:59'); |
| 85 | - $this->accounting->close($closingDate, $output); |
|
| 86 | - } |
|
| 87 | -} |
|
| 85 | + $this->accounting->close($closingDate, $output |
|
| 88 | 86 | \ No newline at end of file |
@@ -82,6 +82,4 @@ |
||
| 82 | 82 | } |
| 83 | 83 | |
| 84 | 84 | $this->expectExceptionMessage('Le bouclement a déjà été fait au 2019-12-31 23:59:59'); |
| 85 | - $this->accounting->close($closingDate, $output); |
|
| 86 | - } |
|
| 87 | -} |
|
| 85 | + $this->accounting->close($closingDate, $output |
|
| 88 | 86 | \ No newline at end of file |
@@ -82,6 +82,4 @@ |
||
| 82 | 82 | } |
| 83 | 83 | |
| 84 | 84 | $this->expectExceptionMessage('Le bouclement a déjà été fait au 2019-12-31 23:59:59'); |
| 85 | - $this->accounting->close($closingDate, $output); |
|
| 86 | - } |
|
| 87 | -} |
|
| 85 | + $this->accounting->close($closingDate, $output |
|
| 88 | 86 | \ No newline at end of file |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | ], |
| 28 | 28 | 'banking' => [ |
| 29 | 29 | 'iban' => 'CH2730000001200061375', // QR-IBAN without spaces (eg: CH7030123036078110002) |
| 30 | - 'paymentTo' => 'PostFinance AG, 3030 Bern', // Bank coordinate the payment will be made to, eg: 'Banque Alternative Suisse SA' |
|
| 30 | + 'paymentTo' => 'PostFinance AG, 3030 Bern', // Bank coordinate the payment will be made to, eg: 'Banque Alternative Suisse SA' |
|
| 31 | 31 | 'paymentFor' => 'Club nautique Ichtus' . PHP_EOL . '2072 St-Blaise', // Name and address of account holder, 2-3 lines separated by \n |
| 32 | 32 | ], |
| 33 | 33 | 'accounting' => [ |
@@ -37,17 +37,17 @@ |
||
| 37 | 37 | |
| 38 | 38 | private static array |
| 39 | 39 | |
| 40 | - $balanceFormat = [ |
|
| 41 | - 'fill' => [ |
|
| 42 | - 'fillType' => Fill::FILL_SOLID, |
|
| 43 | - 'startColor' => [ |
|
| 44 | - 'argb' => 'FFDDDDDD', |
|
| 45 | - ], |
|
| 46 | - ], |
|
| 47 | - 'numberFormat' => [ |
|
| 48 | - 'formatCode' => NumberFormat::FORMAT_NUMBER_COMMA_SEPARATED1, // eg. 12'345.67 |
|
| 49 | - ], |
|
| 50 | - ]; |
|
| 40 | + $balanceFormat = [ |
|
| 41 | + 'fill' => [ |
|
| 42 | + 'fillType' => Fill::FILL_SOLID, |
|
| 43 | + 'startColor' => [ |
|
| 44 | + 'argb' => 'FFDDDDDD', |
|
| 45 | + ], |
|
| 46 | + ], |
|
| 47 | + 'numberFormat' => [ |
|
| 48 | + 'formatCode' => NumberFormat::FORMAT_NUMBER_COMMA_SEPARATED1, // eg. 12'345.67 |
|
| 49 | + ], |
|
| 50 | + ]; |
|
| 51 | 51 | |
| 52 | 52 | private static array $columnWidth = [ |
| 53 | 53 | 'accountCode' => 11, |