]> git.agnieray.net Git - galette.git/commit
Small rework and few typo fixes
authorJohan Cwiklinski <johan@x-tnd.be>
Thu, 30 Sep 2021 06:41:08 +0000 (08:41 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Thu, 30 Sep 2021 09:30:18 +0000 (11:30 +0200)
commit71a04d2b2f4913d1abe60b32794f3e43e97c49e8
tree217e3413a6e12a5d4ee1d1b6884d50d3db6d9987
parenta9b7715a88a1b3929de1583afff918e5959d78f8
Small rework and few typo fixes

Add constants for contribution types and use them
Rename Contribution::isCotis() to Contribution::isFee()

phpdoc
Fix information is uncountable; fix conjugation
Fix several typos
Cleanup imports
21 files changed:
galette/includes/routes/contributions.routes.php
galette/includes/routes/groups.routes.php
galette/includes/routes/management.routes.php
galette/includes/routes/members.routes.php
galette/includes/routes/public_pages.routes.php
galette/lib/Galette/Controllers/Crud/ContributionsController.php
galette/lib/Galette/Entity/Adherent.php
galette/lib/Galette/Entity/Contribution.php
galette/lib/Galette/Entity/Entitled.php
galette/lib/Galette/Entity/Transaction.php
galette/lib/Galette/Events/ContribListener.php
galette/lib/Galette/Util/Password.php
galette/templates/default/ajouter_contribution.tpl
galette/templates/default/ajouter_transaction.tpl
galette/templates/default/desktop.tpl
galette/templates/default/gestion_contributions.tpl
galette/templates/default/group.tpl
galette/templates/default/liste_membres.tpl
galette/templates/default/page.tpl
galette/templates/default/voir_adherent.tpl
tests/Galette/Entity/tests/units/Contribution.php