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

[16.0][IMP] stock_average_daily_sale: support multi-warehouses #336

Merged
merged 8 commits into from
Sep 24, 2024

Commits on Sep 12, 2024

  1. stock_average_daily_sale: Remove product_abc_classification dependency

    Remove product_abc_classification dependency.
    This module is not essential for the current module to function properly.
    twalter-c2c committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    00f35aa View commit details
    Browse the repository at this point in the history
  2. stock_average_daily_sale: Change default access rights

    Only stock_user can see config and report; stock_manager can create and delete config entries
    twalter-c2c committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e966ad9 View commit details
    Browse the repository at this point in the history
  3. stock_average_daily_sale: Set default root location on WH

    Set default average_daily_sale_root_location on WH create.
    Default stock location of the new WH is used for this purpose
    twalter-c2c committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7e36ea6 View commit details
    Browse the repository at this point in the history
  4. stock_average_daily_sale: Allow to include/exclude weekends

    Allow to decide if weekends should be included or excluded
    in average daily sale calculation.
    twalter-c2c committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    693370b View commit details
    Browse the repository at this point in the history
  5. stock_average_daily_sale: Take production location into account

    Take also production location as dest location for daily usage calculation
    twalter-c2c committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    296bc61 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. stock_average_daily_sale: Config adjustment - add from view and compa…

    …ny_id
    
    stock_average_daily_sale:
    - add form view for config
    - add company_id to config
    - allow editing ABC classification level and make sure
      the level is unique per warehouse
    twalter-c2c committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    448443f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f066bd View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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