Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025174Openbravo ERP07. Sales managementpublic2013-11-18 13:492014-02-15 02:00
jonalegriaesarte 
gauravdeshmukh 
normalminorhave not tried
closedfixed 
5
 
3.0PR14Q2 
Sandrahuguet
Core
No
0025174: Goods shipment can be booked without product and quanitity 1
Goods shipment can be booked without product and quanitity 1
- Goods shipment, create a new header
- Create a line with quantity 1 and without product
- Book it
No tags attached.
Issue History
2013-11-18 13:49jonalegriaesarteNew Issue
2013-11-18 13:49jonalegriaesarteAssigned To => jonalegriaesarte
2013-11-18 13:49jonalegriaesarteModules => Core
2013-11-18 13:49jonalegriaesarteTriggers an Emergency Pack => No
2013-12-09 16:10jonalegriaesarteTarget Version3.0MP31 => 3.0MP32
2014-01-15 09:59gauravdeshmukhAssigned Tojonalegriaesarte => gauravdeshmukh
2014-01-15 09:59gauravdeshmukhStatusnew => scheduled
2014-01-27 11:10gauravdeshmukhNote Added: 0063711
2014-01-28 09:44gauravdeshmukhReview Assigned To => eduardo_Argal
2014-02-14 08:30hgbotCheckin
2014-02-14 08:30hgbotNote Added: 0064250
2014-02-14 08:30hgbotStatusscheduled => resolved
2014-02-14 08:30hgbotResolutionopen => fixed
2014-02-14 08:30hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/af9e83d0590266b8b2ed6f02664f90d0f70cd628 [^]
2014-02-14 08:38SandrahuguetReview Assigned Toeduardo_Argal => Sandrahuguet
2014-02-14 08:38SandrahuguetNote Added: 0064252
2014-02-14 08:38SandrahuguetStatusresolved => closed
2014-02-15 02:00hudsonbotCheckin
2014-02-15 02:00hudsonbotNote Added: 0064278

Notes
(0063711)
gauravdeshmukh   
2014-01-27 11:10   
We check following condition

1.When we select line without Product and Movement Quantity is equal to zero then no need to throw error
2.When we select line without Product and Movement Quantity is not equal to zero then throw error with text "When Product is blank then Movement Quantity must be zero."
3.case is applicable for sales and purchase i.e. for Goods Receipt and Goods Shipment window
4.Error is throw during Insert,Update and during Complete process
5.Default value for Movement Quantity = 0 so first time It create with a line with Movement Quantity = 0
(0064250)
hgbot   
2014-02-14 08:30   
Repository: erp/devel/pi
Changeset: af9e83d0590266b8b2ed6f02664f90d0f70cd628
Author: Gaurav Deshmukh <gaurav.deshmukh <at> openbravo.com>
Date: Thu Jan 30 11:29:06 2014 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/af9e83d0590266b8b2ed6f02664f90d0f70cd628 [^]

Fixes Issue 25174: Goods shipment can be booked without product and quantity.

---
M src-db/database/model/functions/M_INOUT_POST.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/event/MInOutLineEventHandler.java
---
(0064252)
Sandrahuguet   
2014-02-14 08:38   
Code review + testing OK
(0064278)
hudsonbot   
2014-02-15 02:00   
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/90b0b23defc9 [^]
Maturity status: Test