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

[15.0][FWP] account_multicurrency_revaluation #259

Merged

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    aadc759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a669ea7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07e1ef7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ee7f3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    372048f View commit details
    Browse the repository at this point in the history
  6. [IMP]account_multicurrency_revaluation: Start and End Date on report …

    …& Include Only Posted Entries
    GuillemCForgeFlow authored and MiquelRForgeFlow committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d7ab16a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c2f663 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af685d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7bc64ee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c3a3f3d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fc9da94 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    82b1164 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    448b4a0 View commit details
    Browse the repository at this point in the history
  14. [IMP]account_multicurrency_revaluation

    Adapt helps to suggestions and adapt method declarartion to improve the experience of users/developers.
    GuillemCForgeFlow authored and MiquelRForgeFlow committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1099925 View commit details
    Browse the repository at this point in the history
  15. [IMP]account_multicurrency_revaluation: Remove currency in line

    Removed as it may lead to problems just because the entry may have the currency from the company, and the lines having a different currency. Then we will not be able to post the entry.
    GuillemCForgeFlow authored and MiquelRForgeFlow committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2dd5a65 View commit details
    Browse the repository at this point in the history
  16. [IMP]account_multicurrency_revaluation: Reverse moves

    Wizard to be able to create the reverse moves given an start date and end date. All revaluated entries during the period will be included and upon the validation, the reverse moves will be created. Also you can determine a posting date which will be the date assigned to all reverse moves created.
    GuillemCForgeFlow authored and MiquelRForgeFlow committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8de05d0 View commit details
    Browse the repository at this point in the history
  17. [IMP]account_multicurrency_revaluation: Always flag revaluated entries

    Remove the setting that allowed the user to possibly flag the revaluated entries created during the main process. Always flag them instead to be used later in the reverse wizard.
    GuillemCForgeFlow authored and MiquelRForgeFlow committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d1ae82d View commit details
    Browse the repository at this point in the history
  18. [IMP]account_multicurrency_revaluation: Small improvements

    Make both fields readonly as they will be only used in the logic and to filter, the user will not modify them. Also, limit entries appearing in reverse wizard.
    GuillemCForgeFlow authored and MiquelRForgeFlow committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2c8bcfb View commit details
    Browse the repository at this point in the history
  19. [IMP]account_multicurrency_revaluation: Line origin

    Adds the origin line from where the revaluated line is created. Also, improves the query to get the open items.
    GuillemCForgeFlow authored and MiquelRForgeFlow committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8c0440c View commit details
    Browse the repository at this point in the history
  20. [FIX]account_multicurrency_revaluation: Use all open items

    Before, the lines were overwriten, so if there were multiple lines for the same account, partner and currency, the last open item was the only one used. Now the amounts are acumulated into one line.
    GuillemCForgeFlow authored and MiquelRForgeFlow committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e2d35d0 View commit details
    Browse the repository at this point in the history
  21. [IMP]account_multicurrency_revaluation

    Two-sided relation between lines created and original ones
    GuillemCForgeFlow authored and MiquelRForgeFlow committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b379900 View commit details
    Browse the repository at this point in the history
  22. [IMP]account_multicurrency_revaluation: Adjust values if partial reco…

    …nciled items
    
    If the origin line that will be revaluated has partially reconciled items, adjust the values to the real ones.
    GuillemCForgeFlow authored and MiquelRForgeFlow committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    6a46f5b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    88ee67f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ab32712 View commit details
    Browse the repository at this point in the history