Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BIG][16.0] account_banking_fr_lcr: add support for paper LCR, billet à ordre, Dailly, escompte, etc... #560

Open
wants to merge 4 commits into
base: 16.0
Choose a base branch
from

Commits on Jun 15, 2024

  1. account_banking_fr_lcr: LCR type is now configurable

    So far, the module only supported LCR directes. This commit adds support for LCR acceptées and billets à ordres.
    alexis-via committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    2aae57d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. [IMP] account_banking_fr_lcr: add support for paper letter of exchang…

    …e (accepted letter of exchange)
    
    Add button on customer invoices with payment mode code = 'fr_lcr' and fr_lcr_type = 'accepted' to get the paper letter of change as PDF.
    Add support for Dailly convention and cash discounts with value date on payment order (with default values on payment mode).
    Add field on customer invoice to explicitely select the bank account of the customer that will be debited.
    Improve CFONB file generation to be more compliant with the specs, in particular on references.
    Add SIREN of company and customer in CFONB file if l10n_fr_siret module is installed and the SIREN field is set on the partner.
    Update FR translation
    Update README
    alexis-via committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c7c8547 View commit details
    Browse the repository at this point in the history
  2. [IMP] account_banking_fr_lcr: improve paper LCR report

    Reduce PDF size by 10.
    Amounts are right-align.
    Better filename.
    alexis-via committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    041883f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    1e12045 View commit details
    Browse the repository at this point in the history