Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0007860Openbravo ERP03. Procurement managementpublic2009-02-27 10:252009-07-03 13:14
arunkumar 
Hennadzi 
lowminoralways
closedfixed 
30
2.50beta 
2.50 
Core
No
0007860: Error message while completing Goods receipt should be displayed more clear.
While creating "Goods Receipt" the lines do not have the Storage bin specified. An error message is displayed for that. But it should be made more clear for the end users.
    * Login as userA
    * Go to Procurement management->Transactions->Goods receipt
    * Click new and select VENDOR A as a business partner. Save
    * Click on button 'Create lines from' and verify:
          o Business partner: VENDOR A
          o In the "Order" combo box there is the purchase order
    * Select the purchase order
    * Don't select the warehouse position.
    * Select the purchase order line
    * Click OK
    * Move to Lines
    * Click on Attribute set value icon and fill the values and click OK
    * Go back to header and Complete

As we don't select the warehouse position while completing the Goods receipt it shows error.

But the error message displayed is "NotNullError - M_TRANSACTION-M_LOCATOR_ID"
It should be made more clear that we should select the warehouse position.
No tags attached.
jpg StorageBinError.JPG (197,063) 2009-02-27 10:25
https://issues.openbravo.com/file_download.php?file_id=952&type=bug
jpg
Issue History
2009-02-27 10:25arunkumarNew Issue
2009-02-27 10:25arunkumarAssigned To => rafaroda
2009-02-27 10:25arunkumarFile Added: StorageBinError.JPG
2009-02-27 10:25arunkumarRegression testing => No
2009-03-16 12:11rafarodaAssigned Torafaroda => Dowid
2009-03-16 12:11rafarodaPrioritynormal => low
2009-03-16 12:11rafarodaStatusnew => scheduled
2009-03-17 10:27PavelPonomarevAssigned ToDowid => Hennadzi
2009-03-19 16:27hgbotCheckin
2009-03-19 16:27hgbotNote Added: 0014804
2009-03-19 16:27hgbotStatusscheduled => resolved
2009-03-19 16:27hgbotResolutionopen => fixed
2009-03-19 16:27hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/25eb5c735c0ef4a2bede100029352a9e446c3890 [^]
2009-04-21 10:53psarobeStatusresolved => closed
2009-04-22 00:01anonymoussf_bug_id0 => 2778031
2009-05-05 16:48hgbotCheckin
2009-05-05 16:48hgbotNote Added: 0016062
2009-05-05 16:48hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/25eb5c735c0ef4a2bede100029352a9e446c3890 [^] => http://code.openbravo.com/erp/devel/pi/rev/14335553bf67e46fb2724e49046dfbdd2278caad [^]
2009-07-03 13:14hgbotCheckin
2009-07-03 13:14hgbotNote Added: 0017864
2009-07-03 13:14hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/14335553bf67e46fb2724e49046dfbdd2278caad [^] => http://code.openbravo.com/erp/devel/pi/rev/5945bf27bcbb6fa74364f7fa8e84be41439c06a9 [^]

Notes
(0014804)
hgbot   
2009-03-19 16:27   
Repository: erp/devel/pi
Changeset: 25eb5c735c0ef4a2bede100029352a9e446c3890
Author: Artem Zakolodkin <artem.zakolodkin <at> opensuite.com>
Date: Thu Mar 19 17:25:41 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/25eb5c735c0ef4a2bede100029352a9e446c3890 [^]

Fixed bug 0007860: Error message while completing Goods receipt should be displayed more clear

---
M src-db/database/model/functions/M_INOUT_POST.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
---
(0016062)
hgbot   
2009-05-05 16:48   
Repository: erp/devel/pi
Changeset: 14335553bf67e46fb2724e49046dfbdd2278caad
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Tue May 05 16:46:40 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/14335553bf67e46fb2724e49046dfbdd2278caad [^]

Fixed bug 8912.Related to issue 7860. Changed the m_locator_id checking.

The checking for null m_locator_id in the m_inout_line table now is done
only if the product of the line is a stocked item.

---
M src-db/database/model/functions/M_INOUT_POST.xml
---
(0017864)
hgbot   
2009-07-03 13:14   
Repository: erp/devel/pi
Changeset: 5945bf27bcbb6fa74364f7fa8e84be41439c06a9
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Tue May 05 16:46:40 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/5945bf27bcbb6fa74364f7fa8e84be41439c06a9 [^]

Fixed bug 8912.Related to issue 7860. Changed the m_locator_id checking.

The checking for null m_locator_id in the m_inout_line table now is done
only if the product of the line is a stocked item.

---
M src-db/database/model/functions/M_INOUT_POST.xml
---