Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
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 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • agplv3
  • kohinos-tav
  • Merge Requests
  • !77

Merged
Opened Mar 20, 2024 by Damien Moulard@DamienM 
  • Report abuse
Report abuse

payzen preccurent payment

Edited Mar 26, 2024 by Yvon Kerdoncuff
  • Discussion 3
  • Commits 43
  • Changes 39
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Damien Moulard @DamienM

    added 1 commit

    • 58636b48 - WIP: reccurent payment, quickfix #1

    Compare with previous version

    Mar 20, 2024

    added 1 commit

    • 58636b48 - WIP: reccurent payment, quickfix #1

    Compare with previous version

    added 1 commit <ul><li>58636b48 - WIP: reccurent payment, quickfix #1</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2864&start_sha=7696ea61cb934332d0775b057c8d8a84305b972c)
    Toggle commit list
  • Damien Moulard @DamienM

    changed title from WIP: reccurent payment, first draft for tests on preprod to WIP: payzen preccurent payment

    Mar 20, 2024

    changed title from WIP: reccurent payment, first draft for tests on preprod to WIP: payzen preccurent payment

    changed title from **WIP: {-reccurent payment, first draft for tests on preprod-}** to **WIP: {+payzen preccurent payment+}**
    Toggle commit list
  • Damien Moulard @DamienM

    added 1 commit

    • 502980aa - WIP: reccurent payment

    Compare with previous version

    Mar 21, 2024

    added 1 commit

    • 502980aa - WIP: reccurent payment

    Compare with previous version

    added 1 commit <ul><li>502980aa - WIP: reccurent payment</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2871&start_sha=58636b48b9ab4e37cc3ac9248ca8d795937eefcb)
    Toggle commit list
  • Damien Moulard
    @DamienM started a discussion on an old version of the diff Mar 21, 2024
    Resolved by Yvon Kerdoncuff Mar 26, 2024
    lib/ekyna/payum-payzen/Action/CaptureAction.php
    61 61 );
    62 62 $model['vads_url_check'] = $notifyToken->getTargetUrl();
    63 63 }
    64
    65 // TODO : here ?
    66 // Set recurrent payment data if needed
    67 $payment = $request->getFirstModel();
    68 if (true == $payment->getIsRecurrent()) {
    69 $model['vads_page_action'] = 'REGISTER_PAY_SUBSCRIBE';
    70 $model['vads_sub_amount'] = strval($payment->getRecurrenceAmount()); // 1000 for 10.00 EUR
    71 $model['vads_sub_currency'] = $model['vads_currency'];
    72 $model['vads_sub_effect_date'] = (new \DateTime('tomorrow', new \DateTimeZone('UTC')))->format('Ymd'); // tomorrow, to avoid duplicate payment this day
    73 $model['vads_sub_desc'] = 'RRULE:FREQ=DAILY;INTERVAL=1;COUNT=2';
    74
    75 // $monthsCount = $payment->getRecurrenceMonthsCount();
    • Damien Moulard @DamienM commented Mar 21, 2024
      Master

      décommenter ces 3 lignes

      décommenter ces 3 lignes
    • Yvon Kerdoncuff @Yvon

      changed this line in version 23 of the diff

      Mar 26, 2024

      changed this line in version 23 of the diff

      changed this line in [version 23 of the diff](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2898&start_sha=fcf65affc9c84d27101515fb5c0e4483c2d2c8f2#99a049a3d21c9fc2d3c3fac505076e7e7fd10ab1_75_75)
      Toggle commit list
    Please register or sign in to reply
  • Damien Moulard
    @DamienM started a discussion on an old version of the diff Mar 21, 2024
    Resolved by Yvon Kerdoncuff Mar 26, 2024
    lib/ekyna/payum-payzen/Action/CaptureAction.php
    61 61 );
    62 62 $model['vads_url_check'] = $notifyToken->getTargetUrl();
    63 63 }
    64
    65 // TODO : here ?
    66 // Set recurrent payment data if needed
    67 $payment = $request->getFirstModel();
    68 if (true == $payment->getIsRecurrent()) {
    69 $model['vads_page_action'] = 'REGISTER_PAY_SUBSCRIBE';
    70 $model['vads_sub_amount'] = strval($payment->getRecurrenceAmount()); // 1000 for 10.00 EUR
    71 $model['vads_sub_currency'] = $model['vads_currency'];
    72 $model['vads_sub_effect_date'] = (new \DateTime('tomorrow', new \DateTimeZone('UTC')))->format('Ymd'); // tomorrow, to avoid duplicate payment this day
    73 $model['vads_sub_desc'] = 'RRULE:FREQ=DAILY;INTERVAL=1;COUNT=2';
    • Damien Moulard @DamienM commented Mar 21, 2024
      Master

      supprimer

      supprimer
    • Yvon Kerdoncuff @Yvon

      changed this line in version 23 of the diff

      Mar 26, 2024

      changed this line in version 23 of the diff

      changed this line in [version 23 of the diff](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2898&start_sha=fcf65affc9c84d27101515fb5c0e4483c2d2c8f2#99a049a3d21c9fc2d3c3fac505076e7e7fd10ab1_73_73)
      Toggle commit list
    Please register or sign in to reply
  • Damien Moulard
    @DamienM started a discussion on an old version of the diff Mar 21, 2024
    Resolved by Yvon Kerdoncuff Mar 26, 2024
    src/Controller/UserAdherentController.php
    122 123 }
    123 124
    124 125 /**
    126 * Validations before proceeding to payment.
    127 *
    128 * Returns error message or null if no error.
    129 */
    130 private function paiementCotisTavValidation($flux) {
    131 // Look for existing cotisation
    132 if ($this->tavCotisationsUtils->checkExistingCotisation($flux)) {
    133 // return "Cotisation déjà payée ce mois-ci.";
    • Damien Moulard @DamienM commented Mar 21, 2024
      Master

      décommenter

      décommenter
    • Yvon Kerdoncuff @Yvon

      changed this line in version 23 of the diff

      Mar 26, 2024

      changed this line in version 23 of the diff

      changed this line in [version 23 of the diff](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2898&start_sha=fcf65affc9c84d27101515fb5c0e4483c2d2c8f2#20b371c10322140a760bee75eaa25edf7d7185fc_133_133)
      Toggle commit list
    Please register or sign in to reply
  • Damien Moulard @DamienM

    added 1 commit

    • 9cf0fb7a - WIP: reccurent payment : add TODOs

    Compare with previous version

    Mar 21, 2024

    added 1 commit

    • 9cf0fb7a - WIP: reccurent payment : add TODOs

    Compare with previous version

    added 1 commit <ul><li>9cf0fb7a - WIP: reccurent payment : add TODOs</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2877&start_sha=502980aac51604615cdbc6a5b2a13de985fd04c6)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • 47a7ad1f - force recurring payment date min of current date and 28 + really collect payzen…

    Compare with previous version

    Mar 24, 2024

    added 1 commit

    • 47a7ad1f - force recurring payment date min of current date and 28 + really collect payzen…

    Compare with previous version

    added 1 commit <ul><li>47a7ad1f - force recurring payment date min of current date and 28 + really collect payzen…</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2880&start_sha=9cf0fb7a61c10d1e25fd078b3ad79a2d25cbbd0c)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 20 commits

    • 47a7ad1f...41fca9e5 - 19 commits from branch ssa-gironde
    • 8b7d46cd - Merge branch 'ssa-gironde' into 5691-paiement-reccurent-payzen

    Compare with previous version

    Mar 25, 2024

    added 20 commits

    • 47a7ad1f...41fca9e5 - 19 commits from branch ssa-gironde
    • 8b7d46cd - Merge branch 'ssa-gironde' into 5691-paiement-reccurent-payzen

    Compare with previous version

    added 20 commits <ul><li>47a7ad1f...41fca9e5 - 19 commits from branch <code>ssa-gironde</code></li><li>8b7d46cd - Merge branch &#39;ssa-gironde&#39; into 5691-paiement-reccurent-payzen</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2881&start_sha=47a7ad1f6201a51cfad106412cd4e99ee419deca)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • 3b4873b9 - re-add ekyna in composer.json so that composer require does not delete it in composer.lock

    Compare with previous version

    Mar 25, 2024

    added 1 commit

    • 3b4873b9 - re-add ekyna in composer.json so that composer require does not delete it in composer.lock

    Compare with previous version

    added 1 commit <ul><li>3b4873b9 - re-add ekyna in composer.json so that composer require does not delete it in composer.lock</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2882&start_sha=8b7d46cdac3e327bb4aea5243d548d4f888b316c)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 2 commits

    • 49fe500a - make is recurrent nullable (bug fix)
    • 7978879e - set kernel class in phpunit.xml.dist

    Compare with previous version

    Mar 25, 2024

    added 2 commits

    • 49fe500a - make is recurrent nullable (bug fix)
    • 7978879e - set kernel class in phpunit.xml.dist

    Compare with previous version

    added 2 commits <ul><li>49fe500a - make is recurrent nullable (bug fix)</li><li>7978879e - set kernel class in phpunit.xml.dist</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2883&start_sha=3b4873b9786e7cf61b6deafa20406d8432fe5e1e)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 2 commits

    • b8ae6fbe - change permissions of reconversions directory
    • 595b13c9 - version reconversions directory

    Compare with previous version

    Mar 25, 2024

    added 2 commits

    • b8ae6fbe - change permissions of reconversions directory
    • 595b13c9 - version reconversions directory

    Compare with previous version

    added 2 commits <ul><li>b8ae6fbe - change permissions of reconversions directory</li><li>595b13c9 - version reconversions directory</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2884&start_sha=7978879ecedb6e5622285222a382abd0da2a4d26)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • f2951dcf - remove confusing notifyAction controller in PaymentController as notification is…

    Compare with previous version

    Mar 25, 2024

    added 1 commit

    • f2951dcf - remove confusing notifyAction controller in PaymentController as notification is…

    Compare with previous version

    added 1 commit <ul><li>f2951dcf - remove confusing notifyAction controller in PaymentController as notification is…</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2885&start_sha=595b13c91fb05a145db0fe29ede87065f2afe926)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • 51dd1bb7 - try to handle recurring payment notification coz not compliant with payum NotifyController

    Compare with previous version

    Mar 26, 2024

    added 1 commit

    • 51dd1bb7 - try to handle recurring payment notification coz not compliant with payum NotifyController

    Compare with previous version

    added 1 commit <ul><li>51dd1bb7 - try to handle recurring payment notification coz not compliant with payum NotifyController</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2886&start_sha=f2951dcf490f048e0056562cd8c0d00d244825f7)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • 4cee20f6 - typo

    Compare with previous version

    Mar 26, 2024

    added 1 commit

    • 4cee20f6 - typo

    Compare with previous version

    added 1 commit <ul><li>4cee20f6 - typo</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2887&start_sha=51dd1bb7d141b3bd1d1db37c89f5824321b1c146)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • d4cd8df1 - try to catch recurring payment occurence

    Compare with previous version

    Mar 26, 2024

    added 1 commit

    • d4cd8df1 - try to catch recurring payment occurence

    Compare with previous version

    added 1 commit <ul><li>d4cd8df1 - try to catch recurring payment occurence</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2888&start_sha=4cee20f600894bd2c6a94de0f1510429969ded6e)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • 268108a6 - fix attribute access

    Compare with previous version

    Mar 26, 2024

    added 1 commit

    • 268108a6 - fix attribute access

    Compare with previous version

    added 1 commit <ul><li>268108a6 - fix attribute access</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2889&start_sha=d4cd8df11ac65be94333ae8e5cae0eaf549155c3)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • ad6e0143 - refactor PaymentStatusExtension and connect new controller handling recurring…

    Compare with previous version

    Mar 26, 2024

    added 1 commit

    • ad6e0143 - refactor PaymentStatusExtension and connect new controller handling recurring…

    Compare with previous version

    added 1 commit <ul><li>ad6e0143 - refactor PaymentStatusExtension and connect new controller handling recurring…</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2890&start_sha=268108a6354a36f60fed643aee1eb3da489cbf2b)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • de69d0fa - prevent multiple flux creation on user redirection to payment/done after recurring payment creation

    Compare with previous version

    Mar 26, 2024

    added 1 commit

    • de69d0fa - prevent multiple flux creation on user redirection to payment/done after recurring payment creation

    Compare with previous version

    added 1 commit <ul><li>de69d0fa - prevent multiple flux creation on user redirection to payment/done after recurring payment creation</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2891&start_sha=ad6e014346ab6a28703e17296e6b5582211101f9)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • c463c934 - add debug

    Compare with previous version

    Mar 26, 2024

    added 1 commit

    • c463c934 - add debug

    Compare with previous version

    added 1 commit <ul><li>c463c934 - add debug</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2892&start_sha=de69d0faef0f7d00d99738aae54ef546ee5afdf5)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • bed27879 - remove token even if it's recurring payement to try to block duplicates and we…

    Compare with previous version

    Mar 26, 2024

    added 1 commit

    • bed27879 - remove token even if it's recurring payement to try to block duplicates and we…

    Compare with previous version

    added 1 commit <ul><li>bed27879 - remove token even if it&#39;s recurring payement to try to block duplicates and we…</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2893&start_sha=c463c934d95178c64b1d4f99ce991e563a048c12)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • f424b1b8 - debug doneAction multievent generation in recurring case

    Compare with previous version

    Mar 26, 2024

    added 1 commit

    • f424b1b8 - debug doneAction multievent generation in recurring case

    Compare with previous version

    added 1 commit <ul><li>f424b1b8 - debug doneAction multievent generation in recurring case</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2894&start_sha=bed27879c2cc22208f1173518329a11619984929)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • 10dcf00f - clean debug and try another way to handle recurring payments separately and avoid duplicates

    Compare with previous version

    Mar 26, 2024

    added 1 commit

    • 10dcf00f - clean debug and try another way to handle recurring payments separately and avoid duplicates

    Compare with previous version

    added 1 commit <ul><li>10dcf00f - clean debug and try another way to handle recurring payments separately and avoid duplicates</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2895&start_sha=f424b1b808a486bf85da133d637650da129a7c35)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • 7ca44c2a - relax recurring payment filtering condition in PayementStatusExtension and try…

    Compare with previous version

    Mar 26, 2024

    added 1 commit

    • 7ca44c2a - relax recurring payment filtering condition in PayementStatusExtension and try…

    Compare with previous version

    added 1 commit <ul><li>7ca44c2a - relax recurring payment filtering condition in PayementStatusExtension and try…</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2896&start_sha=10dcf00ff2b0c33b3be4f97b83c8a610040d0360)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • fcf65aff - comment code

    Compare with previous version

    Mar 26, 2024

    added 1 commit

    • fcf65aff - comment code

    Compare with previous version

    added 1 commit <ul><li>fcf65aff - comment code</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2897&start_sha=7ca44c2a3ca9a4ce4d7d10459b27cfcf75060e62)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • c99bbd06 - fix payment occurence to take into account first payment, set back payzen config…

    Compare with previous version

    Mar 26, 2024

    added 1 commit

    • c99bbd06 - fix payment occurence to take into account first payment, set back payzen config…

    Compare with previous version

    added 1 commit <ul><li>c99bbd06 - fix payment occurence to take into account first payment, set back payzen config…</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2898&start_sha=fcf65affc9c84d27101515fb5c0e4483c2d2c8f2)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    resolved all discussions

    Mar 26, 2024

    resolved all discussions

    resolved all discussions
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    unmarked as a Work In Progress

    Mar 26, 2024

    unmarked as a Work In Progress

    unmarked as a **Work In Progress**
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • 4db8c008 - set minimum number of occurence + display error if minimum not reached + add help

    Compare with previous version

    Mar 26, 2024

    added 1 commit

    • 4db8c008 - set minimum number of occurence + display error if minimum not reached + add help

    Compare with previous version

    added 1 commit <ul><li>4db8c008 - set minimum number of occurence + display error if minimum not reached + add help</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2899&start_sha=c99bbd065d2b1f7072bec4c141f05abccf68d0dd)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • b8a0d3eb - reconversion recurrence : fix crons to process on sundays just before 14 or 28

    Compare with previous version

    Mar 26, 2024

    added 1 commit

    • b8a0d3eb - reconversion recurrence : fix crons to process on sundays just before 14 or 28

    Compare with previous version

    added 1 commit <ul><li>b8a0d3eb - reconversion recurrence : fix crons to process on sundays just before 14 or 28</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2900&start_sha=4db8c0086cb91b7ca1b360de671f65fa990d3b34)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • f5aa95a1 - 6047 and part of 6048 : flux names wording

    Compare with previous version

    Mar 27, 2024

    added 1 commit

    • f5aa95a1 - 6047 and part of 6048 : flux names wording

    Compare with previous version

    added 1 commit <ul><li>f5aa95a1 - 6047 and part of 6048 : flux names wording</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2901&start_sha=b8a0d3eb4b45dec4a10714190e251a2b8832c4b1)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • a0f2f9e5 - fix bymonthday value not transmitted

    Compare with previous version

    Mar 28, 2024

    added 1 commit

    • a0f2f9e5 - fix bymonthday value not transmitted

    Compare with previous version

    added 1 commit <ul><li>a0f2f9e5 - fix bymonthday value not transmitted</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2902&start_sha=f5aa95a1a3a8f22ee93f3295b78f68372cb6eade)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • ee35447b - really fix it

    Compare with previous version

    Mar 28, 2024

    added 1 commit

    • ee35447b - really fix it

    Compare with previous version

    added 1 commit <ul><li>ee35447b - really fix it</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2903&start_sha=a0f2f9e56f80e6da7e43cdb5902f207d156ada3a)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • dbfbae89 - fix typos

    Compare with previous version

    Mar 28, 2024

    added 1 commit

    • dbfbae89 - fix typos

    Compare with previous version

    added 1 commit <ul><li>dbfbae89 - fix typos</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2904&start_sha=ee35447b28bb233e19bbf798efeb9a01d8363bfc)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • 2c1beaf3 - 6048 : show all achats de monnaie in achats de monnaie tab

    Compare with previous version

    Mar 28, 2024

    added 1 commit

    • 2c1beaf3 - 6048 : show all achats de monnaie in achats de monnaie tab

    Compare with previous version

    added 1 commit <ul><li>2c1beaf3 - 6048 : show all achats de monnaie in achats de monnaie tab</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2905&start_sha=dbfbae891f7f5569a13ccc6210306d6e1ffe4302)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • 94cfa847 - remove useless koma in string that could lead to problems when using koma separated csv export

    Compare with previous version

    Mar 28, 2024

    added 1 commit

    • 94cfa847 - remove useless koma in string that could lead to problems when using koma separated csv export

    Compare with previous version

    added 1 commit <ul><li>94cfa847 - remove useless koma in string that could lead to problems when using koma separated csv export</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2906&start_sha=2c1beaf368c15be506580d060b7b8a5135f8fbcb)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • 8cfcd5f6 - 6073 : fix naming in flux export + rework filtering area in flux + some refactoring

    Compare with previous version

    Mar 28, 2024

    added 1 commit

    • 8cfcd5f6 - 6073 : fix naming in flux export + rework filtering area in flux + some refactoring

    Compare with previous version

    added 1 commit <ul><li>8cfcd5f6 - 6073 : fix naming in flux export + rework filtering area in flux + some refactoring</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2907&start_sha=94cfa8470d9d09f59362eabfb7c5e432b7ef8f2f)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 3 commits

    • 16d477c4 - 6068 : rename household based alloc correction references
    • ba546e8e - fix admin flux filter types
    • 8ac275d6 - 6069 : rename ref in case of paiement recurrent

    Compare with previous version

    Mar 28, 2024

    added 3 commits

    • 16d477c4 - 6068 : rename household based alloc correction references
    • ba546e8e - fix admin flux filter types
    • 8ac275d6 - 6069 : rename ref in case of paiement recurrent

    Compare with previous version

    added 3 commits <ul><li>16d477c4 - 6068 : rename household based alloc correction references</li><li>ba546e8e - fix admin flux filter types</li><li>8ac275d6 - 6069 : rename ref in case of paiement recurrent</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2908&start_sha=8cfcd5f6b5ead264426302f955cca93d01ecb2eb)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 5 commits

    • a4fcb34f - A TESTER : check for existing not ended and not expired recurring payment : warn…
    • 489e4b18 - make recurrent payment existence control work
    • 86b5fdbe - fix bugs and improve interface showing status of currently ongoing recurring payments
    • a4ae2881 - add user information on recurring payment page
    • 8fc7cd05 - Merge branch '6035-6080-recurrence-gestion-duplication-et-terminaison' into…

    Compare with previous version

    Mar 29, 2024

    added 5 commits

    • a4fcb34f - A TESTER : check for existing not ended and not expired recurring payment : warn…
    • 489e4b18 - make recurrent payment existence control work
    • 86b5fdbe - fix bugs and improve interface showing status of currently ongoing recurring payments
    • a4ae2881 - add user information on recurring payment page
    • 8fc7cd05 - Merge branch '6035-6080-recurrence-gestion-duplication-et-terminaison' into…

    Compare with previous version

    added 5 commits <ul><li>a4fcb34f - A TESTER : check for existing not ended and not expired recurring payment : warn…</li><li>489e4b18 - make recurrent payment existence control work</li><li>86b5fdbe - fix bugs and improve interface showing status of currently ongoing recurring payments</li><li>a4ae2881 - add user information on recurring payment page</li><li>8fc7cd05 - Merge branch &#39;6035-6080-recurrence-gestion-duplication-et-terminaison&#39; into…</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2913&start_sha=8ac275d6eacaba174ef005fec776aeeb1ebfff67)
    Toggle commit list
  • Damien Moulard @DamienM

    added 1 commit

    • ff90af24 - remove todos

    Compare with previous version

    Apr 03, 2024

    added 1 commit

    • ff90af24 - remove todos

    Compare with previous version

    added 1 commit <ul><li>ff90af24 - remove todos</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/77/diffs?diff_id=2914&start_sha=8fc7cd05768903e30055f2a70dd7b770203162d5)
    Toggle commit list
  • Damien Moulard @DamienM

    merged

    Apr 03, 2024

    merged

    merged
    Toggle commit list
  • Damien Moulard @DamienM

    mentioned in commit 10c6b239

    Apr 03, 2024

    mentioned in commit 10c6b239

    mentioned in commit 10c6b2396cd41a12c5ce9b36902097b97697c71a
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
Reference: agplv3/kohinos-tav!77
×

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.
×

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.