Skip to content
  1. Apr 26, 2021
  2. Apr 11, 2021
  3. Apr 08, 2021
    • nvergnac's avatar
      [lcl] Retrieve more info about Loan accounts · 266e7646
      nvergnac authored and hydrargyrum's avatar hydrargyrum committed
      -Change klass in LoanPage : Account > Loan
      
      -Add the following Loan obj_ when available :
        - name
        - total_amount
        - account_label
        - rate
        - maturity_date
        - next_payment_amount
        - next_payment_date
      266e7646
  4. Apr 04, 2021
  5. Mar 24, 2021
  6. Jan 09, 2021
  7. Dec 07, 2020
    • Florent Viard's avatar
      [lcl] Fixes recipient_iban changed during transfer processing AssertionError · 1ad46d95
      Florent Viard authored and hydrargyrum's avatar hydrargyrum committed
      Some recipients ibans cannot be found anymore on the website.
      But since we kept the iban stored on our side, the 'old'
      transfer.recipient_iban is not empty when making a transfer.
      
      For example, this could be the case for internal accounts like "Livret
      A".
      In such a case, there encountered exception was like:
      
      AssertionError: recipient_iban changed during transfer processing (from
      "FR01234XXXXXXXXXXXXXXX42" to "NotAvailable")
      
      Closes: 168427@sibi
      1ad46d95
  8. Nov 17, 2020
  9. Oct 28, 2020
  10. Oct 07, 2020
    • Guillaume Risbourg's avatar
      [lcl] Add transfer_check_account_iban · de6e967a
      Guillaume Risbourg authored and hydrargyrum's avatar hydrargyrum committed
      Some accounts' ibans cannot be found anymore on the website. But since we
      kept the iban stored on our side, the 'old' transfer.account_iban is not
      empty when making a transfer. When we do not find the account based on its iban,
      we search it based on its id. So the account is valid, the iban is just different.
      This check allows to not have an assertion error when making a transfer from
      an account in this situation.
      de6e967a
  11. Sep 23, 2020
  12. Sep 09, 2020
  13. Aug 07, 2020
    • Yoann Guillard's avatar
      [lcl] Handle unauthorized life insurance · 2cc8c6e0
      Yoann Guillard authored and hydrargyrum's avatar hydrargyrum committed
      Some users are unauthorized to access life insurance.
      This was raising an error cause the redirection to
      the main website was not handled.
      2cc8c6e0
    • ntome's avatar
      [lcl] fix iter_history for "RELEVE CB" because there's no request to do · ed60f31d
      ntome authored and hydrargyrum's avatar hydrargyrum committed
      open_transaction_page returns None for those transactions, we don't open the
      "related page".
      ed60f31d
    • Yoann Guillard's avatar
      [lcl] Fix balance · 08a6cca6
      Yoann Guillard authored and hydrargyrum's avatar hydrargyrum committed
      Sometimes, for professional accounts, the balance was the sum of
      transactions of last x (47) days. I added a new method get_balance.
      Maybe the previous should be removed. I put a backtrace to check it.
      08a6cca6
    • ntome's avatar
      [lcl] when some transactions details requests start failing, stop doing them · 3dbeeeab
      ntome authored and hydrargyrum's avatar hydrargyrum committed
      For each checking account transaction, we tried to open the transaction
      dedicated page to fetch details.
      Unfortunately, on some accounts, none of the transaction details page work,
      we get a page telling the user is not allowed to see that info. For example,
      this can happen on a professional account while the user is a private one.
      They can see the list of transaction but not the full details.
      
      We now keep the behavior but if we encountered too many failures (5) on those
      details, we stop trying to go to the details.
      
      Obnoxious validate() code is moved to a more appropriate place.
      3dbeeeab
  14. Jul 15, 2020
  15. Jul 02, 2020
  16. Jun 17, 2020
  17. Jun 03, 2020
  18. May 07, 2020
  19. Apr 22, 2020
    • Guillaume Risbourg's avatar
      [lcl] Handle new errors when adding a recipient · c4d91042
      Guillaume Risbourg authored and hydrargyrum's avatar hydrargyrum committed
      The new error requires the user to have a phone number to validate the
      recipient:
      Aucun Téléphone
      Un numéro de téléphone enregistré est nécessaire afin de vous envoyer un code de connexion.
      Nous vous invitons à vous rendre à votre agence ou appeler le 09 69 36 30 30.
      c4d91042