From f496921a71e2e4812065caa43fce2a1ef18430ec Mon Sep 17 00:00:00 2001 From: vgreb <55197920+vgreb@users.noreply.github.com> Date: Sun, 21 Dec 2025 18:55:05 +0100 Subject: [PATCH] =?UTF-8?q?Refonte=20-=20Tr=C3=A9sorerie=20>=20Comptes=20b?= =?UTF-8?q?anque=20>=20Export?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin_accounting_bank_accounts.yml | 5 + .../administration/compta_banque.html | 2 +- .../Accounting/SpreadsheetGenerator.php | 141 ++++++++++++++++++ .../BankAccounts/ExportStatementAction.php | 49 ++++++ .../accounting/bank-accounts/list.html.twig | 2 +- .../Admin/Tresorerie/CompteBanques.feature | 2 +- 6 files changed, 198 insertions(+), 3 deletions(-) create mode 100644 sources/AppBundle/Accounting/SpreadsheetGenerator.php create mode 100644 sources/AppBundle/Controller/Admin/Accounting/BankAccounts/ExportStatementAction.php diff --git a/app/config/routing/admin_accounting_bank_accounts.yml b/app/config/routing/admin_accounting_bank_accounts.yml index 2c0defba6..d0f97105b 100644 --- a/app/config/routing/admin_accounting_bank_accounts.yml +++ b/app/config/routing/admin_accounting_bank_accounts.yml @@ -2,3 +2,8 @@ admin_accounting_bank_accounts_list: path: /list defaults: _controller: AppBundle\Controller\Admin\Accounting\BankAccounts\ListStatementAction + +admin_accounting_bankaccounts_export: + path: /export + defaults: + _controller: AppBundle\Controller\Admin\Accounting\BankAccounts\ExportStatementAction diff --git a/htdocs/templates/administration/compta_banque.html b/htdocs/templates/administration/compta_banque.html index e96fc3058..86e30cf7b 100644 --- a/htdocs/templates/administration/compta_banque.html +++ b/htdocs/templates/administration/compta_banque.html @@ -32,7 +32,7 @@

Journal de banque