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

Qty Delivered and Qty Picked not updated correctly in shipment schedule #649

Closed
metas-dh opened this issue Oct 27, 2017 · 2 comments
Closed

Comments

@metas-dh
Copy link
Member

Is this a bug or feature request?

Bug

What is the current behavior?

Qty Delivered and Qty Picked are not updated correctly in shipment schedule, after picking and shipment.

Which are the steps to reproduce?

  1. Create a sales order for a product available for picking
  2. Do picking in picking terminal, e.g. qty: 10
  3. Check the shipment schedule: Qty Picked is 0, NOK
  4. Create the shipment, check the shipment schedule again: Qty Delivered is 0, NOK

What is the expected or desired behavior?

Qty Delivered and Qty Picked in shipment schedule shall be updated correctly after picking and shipment.

@teosarca
Copy link
Member

#19 again :(

i.e. i think Qty delivered and picked are updated but the document is not refreshed.

@metas-rc metas-rc self-assigned this Nov 3, 2017
metas-ts added a commit to metasfresh/metasfresh that referenced this issue Nov 12, 2017
[#668](metasfresh/metasfresh-webui-api-legacy#668)
Handling Unit Editor Action Internal Usage not possible for more than 1
Page
[#664](metasfresh/metasfresh-webui-api-legacy#664)
Create Purchase Order Line by Line via Sales Order Lines
[#1327](metasfresh/metasfresh-webui-frontend-legacy#1327)
frontend: Change the JSONLookupValue format
[#1199](metasfresh/metasfresh-webui-frontend-legacy#1199)
Picking Window unselect line in modal overlay
[#666](metasfresh/metasfresh-webui-api-legacy#666)
Change the JSONLookupValue format
[#1308](metasfresh/metasfresh-webui-frontend-legacy#1308)
Closing a document with changes shall discard those changes
[#1286](metasfresh/metasfresh-webui-frontend-legacy#1286)
Error when maximize subtab which does not support quick input
[#1279](metasfresh/metasfresh-webui-frontend-legacy#1279)
menu actions for included row broken
[#2917](#2917) Allow
reactivating procurement contracts
[#2754](#2754) Cleanup
Function for old AD_Issue records
[#2816](#2816) Material
Dispo - include storage-relevant attributes
[#649](metasfresh/metasfresh-webui-api-legacy#649)
Qty Delivered and Qty Picked not updated correctly in shipment schedule
[#1219](metasfresh/metasfresh-webui-frontend-legacy#1219)
Show mandatory fields not in blue but in red to match user expectation
[#2914](#2914) Replace
org.adempiere.util.collections.Predicate with
java.util.function.Predicate
[#660](metasfresh/metasfresh-webui-api-legacy#660)
JSONUserSessionChangesEvent not fired when currently logged in user is
changed

me-45
@metas-dh metas-dh self-assigned this Nov 13, 2017
@metas-dh
Copy link
Member Author

metas-dh commented Nov 13, 2017

Results of IT1
tested in mf15

with picked HUs:

  • Picking in Picking Terminal ("kommissionieren"), not processed yet: Qty Picked= 0, OK
  • Picking in Picking Terminal processed: Qty Picked= e.g. 10, OK
  • Shipment created, not yet completed: Qty Picked= 10, Qty Delivered= 0, OK
  • Shipment completed: Qty Picked= 0, Qty Delivered= 10, OK
  • Picking in Picking Terminal ("pick", with selecting the Shipment Schedule, picking is processed directly): Qty Picked= e.g. 10, OK
  • Picking in Picking Terminal reversed: Qty Picked= 0, OK
  • Shipment reactivated: Qty Picked= 10, Qty Delivered= 0, OK

without picked HUs:

  • creating shipment from action menu in shipment schedule (not completed): Qty Picked= 10, Qty Delivered= 0, OK
  • completing shipment: Qty Picked= 0, Qty Delivered= 10, OK
  • reversing shipment: Qty Picked= 0, Qty Delivered= 0, OK
  • voiding shipment: Qty Picked= 0, Qty Delivered= 0, OK

while testing with picked HUs, i had to switch between grid / single view to see the changes in shipment schedule; when testing without picked HUs, i could see the qties update in shipment schedule; why?

update: worked fine when tested again, was maybe a rollout issue; also ok in e2e

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

4 participants