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

Implemented: Added new inventory cycle count feature for warehouse.(OFBIZ-10577) #14

Open
wants to merge 23 commits into
base: trunk
Choose a base branch
from
Open

Commits on Feb 11, 2020

  1. Implemented: Added new inventory cycle count feature for warehouse.

    (OFBIZ-10577)
    Added new inventory cycle count and user can create new cycle count session from pending location, find the existing cycle count session and review the cycle count session and see progress report of the cycle count. Along with we have locked the facility location until cycle count is not completed and also updated inbound and outbound transaction services of inventory item if facility location is locked in any of active cycle count session.
    Thanks: Ankit Joshi for help
    Yashwant Dhakad committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    14bd073 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Merge pull request #2 from apache/trunk

    Updated the fork branch with main apache branch
    yashwantdhakad authored Feb 22, 2020
    Configuration menu
    Copy the full SHA
    942c020 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Fixed: Resolved the conflicts due to code merge.

    Yashwant Dhakad committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    0e3b430 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Merge pull request #4 from apache/trunk

    Merge latest changes from OFBiz trunk.
    yashwantdhakad authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    4d60af8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Merge branch 'trunk' into OFBIZ-10577

    Yashwant Dhakad committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    7622026 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from apache/trunk

    Merge the apache ofbiz trunk into my fork repository
    yashwantdhakad authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    3ed9eec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a64b91 View commit details
    Browse the repository at this point in the history
  4. Fixed: Fixed the following issues: 1. Added missing UI labels. 2. Fix…

    …ed the checkbox selection issue. 3. Fixed the inventory item lookup dialog in record count screen. 4. Done some formatting changes as per the best practice.
    Yashwant Dhakad committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    2c5e3ea View commit details
    Browse the repository at this point in the history
  5. Update OrderList.ftl

    Revert the changes added by mistakenly.
    yashwantdhakad authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    69b9ede View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6 from apache/trunk

    Merge the trunk branch into fork branch
    yashwantdhakad authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    8643a8d View commit details
    Browse the repository at this point in the history
  7. Merge branch 'trunk' into OFBIZ-10577

    Yashwant Dhakad committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    54e5a6d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'OFBIZ-10577' of https://github.com/yashwantdhakad/ofbiz…

    …-framework into OFBIZ-10577
    Yashwant Dhakad committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    3a1144f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Merge pull request #7 from apache/trunk

    Merged the Apache branch with my fork repository
    yashwantdhakad authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    5a48e1b View commit details
    Browse the repository at this point in the history
  2. Fixed: Resolved the conflicts

    (OFBIZ-10577)
    Resolved the conflicts due to merge from OFBiz trunk branch to fork repository.
    Yashwant Dhakad committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    1aedc53 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Merge pull request #8 from apache/trunk

    Merged apache trunk code to fork repository.
    yashwantdhakad authored Sep 26, 2020
    Configuration menu
    Copy the full SHA
    4cc97db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from yashwantdhakad/trunk

    Improved: Merged the latest code.
    yashwantdhakad authored Sep 26, 2020
    Configuration menu
    Copy the full SHA
    da1fa69 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Merge pull request #10 from apache/trunk

    Updated the branch with latest code.
    yashwantdhakad authored Dec 26, 2020
    Configuration menu
    Copy the full SHA
    8808fae View commit details
    Browse the repository at this point in the history
  2. Merge branch 'trunk' into OFBIZ-10577

    Yashwant Dhakad committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    baf98fb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'OFBIZ-10577' of https://github.com/yashwantdhakad/ofbiz…

    …-framework into OFBIZ-10577
    Yashwant Dhakad committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    762f410 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11 from yashwantdhakad/trunk

    Updated the branch with latest code.
    yashwantdhakad authored Dec 26, 2020
    Configuration menu
    Copy the full SHA
    11153e0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'OFBIZ-10577' of https://github.com/yashwantdhakad/ofbiz…

    …-framework into OFBIZ-10577
    Yashwant Dhakad committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    6d2c38c View commit details
    Browse the repository at this point in the history
  6. Fixed: Formatting changes

    (OFBIZ-10577)
    Done some formatting changes to remove some of style errors in java files.
    Yashwant Dhakad committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    01ace7f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

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