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

Improved: Receive shipment enhancement (#402). #391

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    ec4f45d View commit details
    Browse the repository at this point in the history
  2. Removed: unused code.

    ravilodhi committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c38915f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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

Commits on Oct 16, 2024

  1. Improved: Added checks to allow receiving of items if it was not rece…

    …ived earlier. This is helpful when some of the items got failed and allowed to receive the remaining items.
    ravilodhi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    63d344b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Improved: Used createIncomingShipment service to create shipment with…

    … items instead of doing multiple calls for creating/adding shipment and items. Also used the common flow for shipment, return and po to import the json file and processing the item receiving at backend. (#402)
    ravilodhi committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b201629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f6a475 View commit details
    Browse the repository at this point in the history