Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos-tav
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
agplv3
kohinos-tav
Commits
c174639f
Commit
c174639f
authored
Nov 17, 2022
by
Yvon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replace Achat de monnaie locale by Payer ma cotisation everywhere except in translation files
parent
3223667a
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
17 additions
and
6 deletions
+17
-6
FluxController.php
src/Controller/FluxController.php
+3
-0
UserAdherentController.php
src/Controller/UserAdherentController.php
+2
-2
UserPrestataireController.php
src/Controller/UserPrestataireController.php
+2
-2
achat_monnaie.html.twig
...tes/themes/kohinos/adherent/block/achat_monnaie.html.twig
+1
-1
des_demande_achat.html.twig
...tes/themes/kohinos/email/flux/des_demande_achat.html.twig
+4
-0
exp_demande_achat.html.twig
...tes/themes/kohinos/email/flux/exp_demande_achat.html.twig
+4
-0
achat_monnaie.html.twig
...lates/themes/kohinos/presta/block/achat_monnaie.html.twig
+1
-1
No files found.
src/Controller/FluxController.php
View file @
c174639f
...
@@ -471,6 +471,7 @@ class FluxController extends AbstractController
...
@@ -471,6 +471,7 @@ class FluxController extends AbstractController
if
(
Payment
::
TYPE_ACHAT_MONNAIE_ADHERENT
==
$type
||
Payment
::
TYPE_ACHAT_MONNAIE_PRESTA
==
$type
)
{
if
(
Payment
::
TYPE_ACHAT_MONNAIE_ADHERENT
==
$type
||
Payment
::
TYPE_ACHAT_MONNAIE_PRESTA
==
$type
)
{
$this
->
addFlash
(
$this
->
addFlash
(
'success'
,
'success'
,
$this
->
getParameter
(
'tav_env'
)
?
'Paiement de cotisation par Carte bancaire bien effectué !'
:
$this
->
translator
->
trans
(
'Achat de monnaie locale numérique par Carte bancaire bien effectué !'
)
$this
->
translator
->
trans
(
'Achat de monnaie locale numérique par Carte bancaire bien effectué !'
)
);
);
}
elseif
(
Payment
::
TYPE_COTISATION_ADHERENT
==
$type
||
Payment
::
TYPE_COTISATION_PRESTA
==
$type
)
{
}
elseif
(
Payment
::
TYPE_COTISATION_ADHERENT
==
$type
||
Payment
::
TYPE_COTISATION_PRESTA
==
$type
)
{
...
@@ -548,6 +549,7 @@ class FluxController extends AbstractController
...
@@ -548,6 +549,7 @@ class FluxController extends AbstractController
}
}
$this
->
addFlash
(
$this
->
addFlash
(
'success'
,
'success'
,
$this
->
getParameter
(
'tav_env'
)
?
'Votre paiement de cotisation a bien été pris en compte !'
:
$this
->
translator
->
trans
(
'Votre achat de monnaie locale a bien été pris en compte !'
)
$this
->
translator
->
trans
(
'Votre achat de monnaie locale a bien été pris en compte !'
)
);
);
}
elseif
(
Payment
::
TYPE_ACHAT_MONNAIE_PRESTA
==
$type
)
{
}
elseif
(
Payment
::
TYPE_ACHAT_MONNAIE_PRESTA
==
$type
)
{
...
@@ -575,6 +577,7 @@ class FluxController extends AbstractController
...
@@ -575,6 +577,7 @@ class FluxController extends AbstractController
}
}
$this
->
addFlash
(
$this
->
addFlash
(
'success'
,
'success'
,
$this
->
getParameter
(
'tav_env'
)
?
'Votre paiement de cotisation a bien été pris en compte !'
:
$this
->
translator
->
trans
(
'Votre achat de monnaie locale a bien été pris en compte !'
)
$this
->
translator
->
trans
(
'Votre achat de monnaie locale a bien été pris en compte !'
)
);
);
}
elseif
(
Payment
::
TYPE_COTISATION_ADHERENT
==
$type
)
{
}
elseif
(
Payment
::
TYPE_COTISATION_ADHERENT
==
$type
)
{
...
...
src/Controller/UserAdherentController.php
View file @
c174639f
...
@@ -116,7 +116,7 @@ class UserAdherentController extends FluxController
...
@@ -116,7 +116,7 @@ class UserAdherentController extends FluxController
return
$this
->
render
(
'@kohinos/flux/transaction.html.twig'
,
[
return
$this
->
render
(
'@kohinos/flux/transaction.html.twig'
,
[
'form'
=>
$form
->
createView
(),
'form'
=>
$form
->
createView
(),
'title'
=>
$this
->
translator
->
trans
(
'Achat de monnaie locale'
),
'title'
=>
$this
->
getParameter
(
'tav_env'
)
?
'Payer ma cotisation'
:
$this
->
translator
->
trans
(
'Achat de monnaie locale'
),
]);
]);
}
}
...
@@ -136,7 +136,7 @@ class UserAdherentController extends FluxController
...
@@ -136,7 +136,7 @@ class UserAdherentController extends FluxController
$request
,
$request
,
$form
,
$form
,
'@kohinos/flux/demande_achat_monnaie.html.twig'
,
'@kohinos/flux/demande_achat_monnaie.html.twig'
,
[
'title'
=>
$this
->
translator
->
trans
(
"Demande d'achat de monnaie locale numérique"
)]
[
'title'
=>
$this
->
getParameter
(
'tav_env'
)
?
'Demande de paiement de cotisation'
:
$this
->
translator
->
trans
(
"Demande d'achat de monnaie locale numérique"
)]
);
);
}
}
...
...
src/Controller/UserPrestataireController.php
View file @
c174639f
...
@@ -268,7 +268,7 @@ class UserPrestataireController extends FluxController
...
@@ -268,7 +268,7 @@ class UserPrestataireController extends FluxController
return
$this
->
render
(
'@kohinos/flux/transaction.html.twig'
,
[
return
$this
->
render
(
'@kohinos/flux/transaction.html.twig'
,
[
'form'
=>
$form
->
createView
(),
'form'
=>
$form
->
createView
(),
'title'
=>
$this
->
translator
->
trans
(
'Achat de monnaie locale'
),
'title'
=>
$this
->
getParameter
(
'tav_env'
)
?
'Payer ma cotisation'
:
$this
->
translator
->
trans
(
'Achat de monnaie locale'
),
]);
]);
}
}
...
@@ -289,7 +289,7 @@ class UserPrestataireController extends FluxController
...
@@ -289,7 +289,7 @@ class UserPrestataireController extends FluxController
$request
,
$request
,
$form
,
$form
,
'@kohinos/flux/demande_achat_monnaie.html.twig'
,
'@kohinos/flux/demande_achat_monnaie.html.twig'
,
[
'title'
=>
$this
->
translator
->
trans
(
"Demande d'achat de monnaie locale numérique"
)]
[
'title'
=>
$this
->
getParameter
(
'tav_env'
)
?
'Demande de paiement de cotisation'
:
$this
->
translator
->
trans
(
"Demande d'achat de monnaie locale numérique"
)]
);
);
}
}
...
...
templates/themes/kohinos/adherent/block/achat_monnaie.html.twig
View file @
c174639f
{%
extends
'@kohinos/block/block_collapse.html.twig'
%}
{%
extends
'@kohinos/block/block_collapse.html.twig'
%}
{%
block
blocktitle
%}
{%
block
blocktitle
%}
<i
class=
"fa fa-shopping-basket mr-4"
></i>
{
{
'Achat de monnaie locale'
|
trans
}
}
<i
class=
"fa fa-shopping-basket mr-4"
></i>
{
%
if
tav_env
%}{{
'Payer ma cotisation'
|
trans
}}{%
else
%}{{
'Achat de monnaie locale'
|
trans
}}{%
endif
%
}
{%
endblock
blocktitle
%}
{%
endblock
blocktitle
%}
{%
block
blockcontent
%}
{%
block
blockcontent
%}
{# @TODO : ajouter un KOH_BLOCK_ON_INVALID_COTISATION #}
{# @TODO : ajouter un KOH_BLOCK_ON_INVALID_COTISATION #}
...
...
templates/themes/kohinos/email/flux/des_demande_achat.html.twig
View file @
c174639f
...
@@ -7,7 +7,11 @@
...
@@ -7,7 +7,11 @@
{%
block
content
%}
{%
block
content
%}
<h3>
<h3>
{%
if
tav_env
%}
Votre demande de paiement de cotisation d'un montant de
<b>
{{
flux.montant
|
number_format
(
2
)
}}
</b>
a bien été prise en compte !
{%
else
%}
Votre demande d'achat de monnaie locale d'un montant de
<b>
{{
flux.montant
|
number_format
(
2
)
}}
</b>
a bien été prise en compte !
Votre demande d'achat de monnaie locale d'un montant de
<b>
{{
flux.montant
|
number_format
(
2
)
}}
</b>
a bien été prise en compte !
{%
endif
%}
</h3>
</h3>
<p>
<p>
Nous attendons le paiement afin de créditer votre compte, voici de nouveau les instructions :
Nous attendons le paiement afin de créditer votre compte, voici de nouveau les instructions :
...
...
templates/themes/kohinos/email/flux/exp_demande_achat.html.twig
View file @
c174639f
...
@@ -7,7 +7,11 @@
...
@@ -7,7 +7,11 @@
{%
block
content
%}
{%
block
content
%}
<h3>
<h3>
{%
if
tav_env
%}
Une nouvelle demande de paiement de cotisation d'un montant de
<b>
{{
flux.montant
|
number_format
(
2
)
}}
</b>
a été enregistré !
{%
else
%}
Une nouvelle demande d'achat de monnaie locale d'un montant de
<b>
{{
flux.montant
|
number_format
(
2
)
}}
</b>
a été enregistré !
Une nouvelle demande d'achat de monnaie locale d'un montant de
<b>
{{
flux.montant
|
number_format
(
2
)
}}
</b>
a été enregistré !
{%
endif
%}
</h3>
</h3>
<p>
<p>
Demandeur :
<b>
{{
flux.destinataire
}}
</b>
(opérateur :
{{
flux.operateur.name
}}
)
<br/>
Demandeur :
<b>
{{
flux.destinataire
}}
</b>
(opérateur :
{{
flux.operateur.name
}}
)
<br/>
...
...
templates/themes/kohinos/presta/block/achat_monnaie.html.twig
View file @
c174639f
{%
extends
'@kohinos/block/block_collapse.html.twig'
%}
{%
extends
'@kohinos/block/block_collapse.html.twig'
%}
{%
block
blocktitle
%}
{%
block
blocktitle
%}
<i
class=
"fa fa-shopping-basket mr-4"
></i>
{
{
'Achat de monnaie locale'
|
trans
}
}
<i
class=
"fa fa-shopping-basket mr-4"
></i>
{
%
if
tav_env
%}{{
'Payer ma cotisation'
|
trans
}}{%
else
%}{{
'Achat de monnaie locale'
|
trans
}}{%
endif
%
}
{%
endblock
blocktitle
%}
{%
endblock
blocktitle
%}
{%
block
blockcontent
%}
{%
block
blockcontent
%}
{# @TODO : ajouter un KOH_BLOCK_ON_INVALID_COTISATION #}
{# @TODO : ajouter un KOH_BLOCK_ON_INVALID_COTISATION #}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment