Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0021225
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 07. Sales managementminoralways2012-07-27 09:042012-09-26 17:17
ReporterVictorVillarView Statuspublic 
Assigned Tojecharri 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision58d977d378fb
ProjectionnoneETAnoneTarget Version3.0MP15
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version3.0MP13SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0021225: Not update in Order qty (secondary uom qty) of an order document when you close it

DescriptionWhen the users close any order document, the Order Quatity (secondary UOM quatity) does not update its value regarding the delivered quantity of the goods shipment/receipt document.
The only field that change its value is Ordered quantity
Steps To ReproduceThe fields that is necessary to show in order to check the problem are

* Window: Goods Receipt
Tab: Lines
Fileds: Order Quantity
Order UOM
* Window: Goods Shipment
Tab: Lines
Fileds: Order Quantity
Order UOM
* Window: Purchase invoice
Tab: Lines
Fileds: Order Quantity
Order UOM
* Window: Purchase Order
Tab: Lines
Fileds: Order Quantity
Order UOM
* Window: Sales invoice
Tab: Lines
Fileds: Order Quantity
Order UOM
* Window: Sales Order
Tab: Lines
Fileds: Order Quantity
Order UOM

As group admin role,
Go to Client window,
    Allow negative quatities for this client
Go to Unit of measure window,
   create two registers:
      1.- meter
      2.- centimeter
        Conversion:
           1.- to centimeter
           2.- to meter
Go to Product window,
   Create a new one,
       Organization: US
       name: test
       UOM: meter
     Price Tab:
       *Be soft list price
       *General
Go to Sales Order/Purchase Order window,
   Create a new register for US Organization
     Go to lines tab:
        select the product created before
        set Order Qty: 5 (centimeter), so the Ordered quantity would be 0.05
Book it

Go to Goods Shipment window,
create a new register for US Organization
   Click in Create Lines From Order created before
      Change the Order quantity: 2, so the Movement quantity would be 0.02
Complete it.

Go to Sales Order window again,
   select the order created before and close it.
We realise that the Ordered quantity changes its value to 0.02 but the Order Quantity (secondary UOM) does not update its value to 2

       
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 00215403.0MP15 closedjecharri Problems to close and order with different qty than the shipment 

-  Notes
(0051100)
hgbot (developer)
2012-08-03 13:21

Repository: erp/devel/pi
Changeset: 58d977d378fbbc607d362de50171e2e69cd8ed0c
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Fri Aug 03 13:21:25 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/58d977d378fbbc607d362de50171e2e69cd8ed0c [^]

Fixes issue 21225: Not update in Order qty (secondary uom qty)
of an order document when you close it

---
M src-db/database/model/functions/C_ORDER_POST1.xml
---
(0051786)
hgbot (developer)
2012-09-03 17:47

Repository: erp/devel/pi
Changeset: 3020127b4f3a343b21df39ff36634296f87e021e
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Mon Sep 03 17:46:56 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3020127b4f3a343b21df39ff36634296f87e021e [^]

Fixes issue 21540 , issue 21225:
Problems to close and order with different qty than the shipment
Not update in Order qty (secondary uom qty) of an order document when you close it

---
M src-db/database/model/functions/C_ORDER_POST1.xml
---
(0051788)
VictorVillar (developer)
2012-09-03 17:50

Verified
(0052651)
hgbot (developer)
2012-09-26 17:14

Repository: erp/devel/pi
Changeset: c3e4db466aa887b9b78c2ffce5086c349f559339
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Mon Sep 03 17:46:56 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c3e4db466aa887b9b78c2ffce5086c349f559339 [^]

Fixes issue 21540 , issue 21225:
Problems to close and order with different qty than the shipment
Not update in Order qty (secondary uom qty) of an order document when you close it

---
M src-db/database/model/functions/C_ORDER_POST1.xml
---
(0052673)
hudsonbot (developer)
2012-09-26 17:17

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/b780e90c6452 [^]

Maturity status: Test

- Issue History
Date Modified Username Field Change
2012-07-27 09:04 VictorVillar New Issue
2012-07-27 09:04 VictorVillar Assigned To => mirurita
2012-07-27 09:04 VictorVillar Modules => Core
2012-07-27 09:04 VictorVillar Resolution time => 1348005600
2012-07-27 09:04 VictorVillar Issue Monitored: networkb
2012-07-27 13:49 mirurita Assigned To mirurita => jonalegriaesarte
2012-08-02 10:45 jonalegriaesarte Assigned To jonalegriaesarte => jecharri
2012-08-03 13:21 hgbot Checkin
2012-08-03 13:21 hgbot Note Added: 0051100
2012-08-03 13:21 hgbot Status new => resolved
2012-08-03 13:21 hgbot Resolution open => fixed
2012-08-03 13:21 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/58d977d378fbbc607d362de50171e2e69cd8ed0c [^]
2012-09-03 17:47 hgbot Checkin
2012-09-03 17:47 hgbot Note Added: 0051786
2012-09-03 17:49 jecharri Relationship added related to 0021540
2012-09-03 17:50 VictorVillar Note Added: 0051788
2012-09-03 17:50 VictorVillar Status resolved => closed
2012-09-26 17:14 hgbot Checkin
2012-09-26 17:14 hgbot Note Added: 0052651
2012-09-26 17:17 hudsonbot Checkin
2012-09-26 17:17 hudsonbot Note Added: 0052673


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker