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

[IMP][14.0] l10n_it_ricevute_bancarie: small QoL improvements #4306

Merged
merged 3 commits into from
Aug 5, 2024

Commits on Jul 30, 2024

  1. [IMP] l10n_it_ricevute_bancarie: readability of payment term and bank

    Adds a dash "-" between the name of the payment term and the
    name of the bank on the invoice, in case the payment term is a RiBa.
    
    Previously, the name of the payment term and the bank were
    contiguous, without even a space in between.
    aleuffre committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    78213a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. [IMP] l10n_it_ricevute_bancarie: stop invoice confirmation without bank

    Cannot confirm an invoice with C/O (RiBa) payment if the bank has not
    been set on the invoice.
    aleuffre committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0aef745 View commit details
    Browse the repository at this point in the history
  2. [IMP] l10n_it_ricevute_bancarie: fall back on commercial partner's bank

    If creating an invoice with C/O for a contact without a bank,
    fall back on the commercial partner's bank.
    aleuffre committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3a6a865 View commit details
    Browse the repository at this point in the history