Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025174 | Openbravo ERP | 07. Sales management | public | 2013-11-18 13:49 | 2014-02-15 02:00 |
|
Reporter | jonalegriaesarte | |
Assigned To | gauravdeshmukh | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR14Q2 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | Sandrahuguet |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 24747 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0025174: Goods shipment can be booked without product and quanitity 1 |
Description | Goods shipment can be booked without product and quanitity 1 |
Steps To Reproduce | - Goods shipment, create a new header
- Create a line with quantity 1 and without product
- Book it |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-11-18 13:49 | jonalegriaesarte | New Issue | |
2013-11-18 13:49 | jonalegriaesarte | Assigned To | => jonalegriaesarte |
2013-11-18 13:49 | jonalegriaesarte | Modules | => Core |
2013-11-18 13:49 | jonalegriaesarte | OBNetwork customer | => Yes |
2013-11-18 13:49 | jonalegriaesarte | Support ticket | => 24747 |
2013-11-18 13:49 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2013-12-09 16:10 | jonalegriaesarte | Target Version | 3.0MP31 => 3.0MP32 |
2014-01-15 09:59 | gauravdeshmukh | Assigned To | jonalegriaesarte => gauravdeshmukh |
2014-01-15 09:59 | gauravdeshmukh | Status | new => scheduled |
2014-01-27 11:10 | gauravdeshmukh | Note Added: 0063711 | |
2014-01-28 09:44 | gauravdeshmukh | Review Assigned To | => eduardo_Argal |
2014-02-14 08:30 | hgbot | Checkin | |
2014-02-14 08:30 | hgbot | Note Added: 0064250 | |
2014-02-14 08:30 | hgbot | Status | scheduled => resolved |
2014-02-14 08:30 | hgbot | Resolution | open => fixed |
2014-02-14 08:30 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/af9e83d0590266b8b2ed6f02664f90d0f70cd628 [^] |
2014-02-14 08:38 | Sandrahuguet | Review Assigned To | eduardo_Argal => Sandrahuguet |
2014-02-14 08:38 | Sandrahuguet | Note Added: 0064252 | |
2014-02-14 08:38 | Sandrahuguet | Status | resolved => closed |
2014-02-15 02:00 | hudsonbot | Checkin | |
2014-02-15 02:00 | hudsonbot | Note Added: 0064278 | |
Notes |
|
|
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
---
|
|
|
|
|
|
|
|