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

[Admin] Add order shipments component #5514

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    7b0888f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aacc797 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    547d0d2 View commit details
    Browse the repository at this point in the history
  2. [wip] Add orders/show/shipment component

    Co-Authored-By: andrea longhi <[email protected]>
    rainerdema and spaghetticode committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e1f8c30 View commit details
    Browse the repository at this point in the history
  3. [WIP] JS fix

    spaghetticode committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    396f3d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. [wip] Add orders/show/shipment component

    Co-Authored-By: andrea longhi <[email protected]>
    rainerdema and spaghetticode committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d89486b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7bffc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Handle error

    spaghetticode committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d8ca177 View commit details
    Browse the repository at this point in the history
  2. Use let!

    spaghetticode committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    07cbff6 View commit details
    Browse the repository at this point in the history
  3. Move let statements inside context block

    Since these are already set in all other first-level context blocks
    and they're going to change in order to expose a bug in the target
    context block, it makes sense to move them there.
    spaghetticode committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a5bd8c6 View commit details
    Browse the repository at this point in the history
  4. Improve specs when stock location is the same

    Existing specs are reworked and expanded for better coverage and
    future improvements.
    spaghetticode committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9d1a7e9 View commit details
    Browse the repository at this point in the history
  5. Update quantities tp show bug

    Increasing the amount of items in the shipment and moving only a
    part of them exposes the bug (see the xit spec).
    spaghetticode committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    7227c66 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    82c7c16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    185bab8 View commit details
    Browse the repository at this point in the history