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

HU-Transform needs to filter by HU status #606

Closed
metas-ts opened this issue Sep 21, 2017 · 1 comment
Closed

HU-Transform needs to filter by HU status #606

metas-ts opened this issue Sep 21, 2017 · 1 comment

Comments

@metas-ts
Copy link
Member

metas-ts commented Sep 21, 2017

Is this a bug or feature request?

Bug

What is the current behavior?

Example:

  • you have a LU with TUs and CU
  • you remove all the TUs from the LU => the LU gets destroyed
    • still shown in the HU editor..maybe not nice, but not dealt with in this issue
  • you pick the TU and select transform
    => the action add TU to existing LU is shown (because the destroyed LU is still counted) => NOK

Which are the steps to reproduce?

Play with it

What is the expected or desired behavior?

Basically:

  • if you select an HU, you you shall only be allowed to move or add it to a destination HU that has the same status
  • generally, destroyed HUs are "out"
metas-ts added a commit that referenced this issue Sep 21, 2017
* HUEditorRowQuery: can now exclude rows by status
* WebuiHUTransformParametersFiller: uses this to filter out destroyed
HUs' when looking for target rows
metas-ts added a commit to metasfresh/metasfresh that referenced this issue Sep 29, 2017
[#2598](#2598) Fix the
callout for CalloutProductCategory to comply with webui
[#2602](#2602) Reactivate
and fix subscription pricing
[#2591](#2591)
Subscription invoicing
[#613](metasfresh/metasfresh-webui-api-legacy#613)
Set unique hazlecast group name
[#2585](#2585) Action/
Process to reopen processed Shipment Schedules
[#2584](#2584) Remove
remaining dependencies between shipment schedule and order line
[#605](metasfresh/metasfresh-webui-api-legacy#605) I
as an user want to store an URL as attachment to a record
[#2499](#2499) Stop
Subscription shipment after 2nd dunning
[#2574](#2574) Provide
data about a shipment schedule's source document
[#2576](#2576) Swing
Client. Window for Printing Queue does not open properly anymore
[#2566](#2566) Fix
AD_RefList.ValueName value around subscription
[#2565](#2565) Add
attributes to subscription flatrate terms
[#2495](#2495) Pause
subscription delivery for given timeframe
[#2496](#2496) Different
subscription Receiver for given timeframe
[#606](metasfresh/metasfresh-webui-api-legacy#606)
HU-Transform needs to filter by HU status

me-45
@metas-lc metas-lc self-assigned this Oct 16, 2017
@metas-lc
Copy link

IT

  1. create new purchase order, add a line + hu, complete
  2. go to receipt candidates and open hu editor with 2 LUs, 1 TU on each
  3. select the TU from LU1, use transform to move it on existing LU (LU2)
    => TU is moved, LU is destroyed OK
  4. select 1 TU from LU2, use transform
    => there is no option to move the TU on exsting LU OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants