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
  • !78

Merged
Opened Mar 20, 2024 by Yvon Kerdoncuff@Yvon 
  • Report abuse
Report abuse

5669 produce bank transfer files

  • Discussion 4
  • Commits 10
  • Changes 18
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Yvon Kerdoncuff @Yvon

    added 2 commits

    • 42e0a1db - comment about bic
    • be7372c2 - use global parameters instead of default Monnaie locale prestataire to store…

    Compare with previous version

    Mar 21, 2024

    added 2 commits

    • 42e0a1db - comment about bic
    • be7372c2 - use global parameters instead of default Monnaie locale prestataire to store…

    Compare with previous version

    added 2 commits <ul><li>42e0a1db - comment about bic</li><li>be7372c2 - use global parameters instead of default Monnaie locale prestataire to store…</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/78/diffs?diff_id=2866&start_sha=557bb86337f7ee002150d735d24df63bd9cb923c)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • 110e68b1 - add migration

    Compare with previous version

    Mar 21, 2024

    added 1 commit

    • 110e68b1 - add migration

    Compare with previous version

    added 1 commit <ul><li>110e68b1 - add migration</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/78/diffs?diff_id=2867&start_sha=be7372c2ade51847d988db27bc1baf848915e1ba)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • 4d8e8c8f - remove empty migration

    Compare with previous version

    Mar 21, 2024

    added 1 commit

    • 4d8e8c8f - remove empty migration

    Compare with previous version

    added 1 commit <ul><li>4d8e8c8f - remove empty migration</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/78/diffs?diff_id=2868&start_sha=110e68b192e79f7cf7959099d6f5fb99b414fada)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • 6ad23a1b - change glob parameter name, fix bug, add migration

    Compare with previous version

    Mar 21, 2024

    added 1 commit

    • 6ad23a1b - change glob parameter name, fix bug, add migration

    Compare with previous version

    added 1 commit <ul><li>6ad23a1b - change glob parameter name, fix bug, add migration</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/78/diffs?diff_id=2869&start_sha=4d8e8c8f0e7d3f1ecc5e9a48120f79009379e433)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • 8d73122a - really add migration

    Compare with previous version

    Mar 21, 2024

    added 1 commit

    • 8d73122a - really add migration

    Compare with previous version

    added 1 commit <ul><li>8d73122a - really add migration</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/78/diffs?diff_id=2870&start_sha=6ad23a1b1f3f7664f585d5d88111bf644b3c631b)
    Toggle commit list
  • Damien Moulard
    @DamienM started a discussion on the diff Mar 21, 2024
    Last updated by Yvon Kerdoncuff Mar 21, 2024
    src/Controller/FluxController.php
    237 $this->addFlash(
    238 'sonata_flash_error',
    239 "Opération annulée car l'IBAN ou le BIC du prestataire " . $presta->getRaison() . " est vide."
    240 );
    241 return $this->redirect($this->router->generate('index') . 'admin/app/reconversion/list');
    242 }
    243 $customerCreditTransfer
    244 ->addTransaction(
    245 $presta->getBic(),
    246 $presta->getIban(),
    247 $presta->getRaison(),
    248 $r->getMontant(),
    249 'EUR',
    250 'Reconversion MonA vers EUR'
    251 );
    252 $r->setReconverti(true);
    • Damien Moulard @DamienM commented Mar 21, 2024
      Master

      est-ce qu'on veut mettre "reconverti" à true ici ? ou manuellement une fois le virement effectivement effectué ?

      est-ce qu'on veut mettre "reconverti" à true ici ? ou manuellement une fois le virement effectivement effectué ?
    • Yvon Kerdoncuff @Yvon commented Mar 21, 2024
      Master

      Vu avec David, on le passe à true automatiquement oui, c'est mieux si tout se passe bien ça évite des doublons (mais oui si le fichier est rejeté il faudra manuellement repasser à non les lignes concernées.

      Vu avec David, on le passe à true automatiquement oui, c'est mieux si tout se passe bien ça évite des doublons (mais oui si le fichier est rejeté il faudra manuellement repasser à non les lignes concernées.
    Please register or sign in to reply
  • Damien Moulard
    @DamienM started a discussion Mar 21, 2024
    Last updated by Yvon Kerdoncuff Mar 21, 2024
    • Damien Moulard @DamienM commented Mar 21, 2024
      Master

      Une nouvelle dépendance php semble être requise (ext-bmath), l'indiquer dans la doc d'install du projet !

      Une nouvelle dépendance php semble être requise (ext-bmath), l'indiquer dans la doc d'install du projet !
    • Yvon Kerdoncuff @Yvon commented Mar 21, 2024
      Master

      fait

      fait
    Please register or sign in to reply
  • Yvon Kerdoncuff @Yvon

    added 1 commit

    • c6a08fa0 - add bcmath extension to install.md

    Compare with previous version

    Mar 21, 2024

    added 1 commit

    • c6a08fa0 - add bcmath extension to install.md

    Compare with previous version

    added 1 commit <ul><li>c6a08fa0 - add bcmath extension to install.md</li></ul> [Compare with previous version](https://gl.cooperatic.fr/cooperatic/kohinos-tav/merge_requests/78/diffs?diff_id=2878&start_sha=8d73122aa716e5cd4e502065b79bff2969c576cb)
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    merged

    Mar 21, 2024

    merged

    merged
    Toggle commit list
  • Yvon Kerdoncuff @Yvon

    mentioned in commit 2fcc12d1

    Mar 21, 2024

    mentioned in commit 2fcc12d1

    mentioned in commit 2fcc12d1cefabab12bb55093571358e4c93a0922
    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!78
×

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.