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

11.0 fix consolidation pl accounts #21

Open
wants to merge 7 commits into
base: 11.0
Choose a base branch
from

Commits on Jun 3, 2019

  1. Improve performance with direct SQL on consolidation flag

    As the consolidated flag is a technical field that is only used during the consolidation
    process to distinct move lines that are already processed from others, we can safely
    bypass the ORM to avoid costly overrides in custom modules that are installed.
    grindtildeath committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    355587f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    525d8d7 View commit details
    Browse the repository at this point in the history
  3. [IMP] Add test to check created rvered move lines on consolidation

    Iryna Vyshnevska authored and grindtildeath committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    69da56a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2d1372 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5ece57 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

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

Commits on Jun 17, 2019

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