Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020268 | Openbravo ERP | 07. Sales management | public | 2012-04-15 04:45 | 2012-06-02 17:18 |
|
Reporter | fleroux | |
Assigned To | naiaramartinez | |
Priority | normal | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | 3.0MP9 | |
Target Version | | Fixed in Version | 3.0MP12 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | Google Chrome |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0020268: Create new invoices |
Description | When creatig new invoices i see the attached errors (which I think is reventing the totals to be populated correctly) |
Steps To Reproduce | crete an invoice an invice lines + add some taxes |
Proposed Solution | |
Additional Information | |
Tags | MIR-Reviewed |
Relationships | |
Attached Files | SMSelecterror.rtf (11,346) 2012-04-15 04:45 https://issues.openbravo.com/file_download.php?file_id=5132&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2012-04-15 04:45 | fleroux | New Issue | |
2012-04-15 04:45 | fleroux | Assigned To | => vmromanos |
2012-04-15 04:45 | fleroux | File Added: SMSelecterror.rtf | |
2012-04-15 04:45 | fleroux | Web browser | => Google Chrome |
2012-04-15 04:45 | fleroux | Modules | => Core |
2012-04-19 17:09 | mirurita | Tag Attached: MIR-Reviewed | |
2012-04-20 10:38 | naiaramartinez | Assigned To | vmromanos => naiaramartinez |
2012-04-20 10:41 | naiaramartinez | Note Added: 0047775 | |
2012-04-20 10:41 | naiaramartinez | Status | new => feedback |
2012-05-12 01:30 | fleroux | Note Added: 0048589 | |
2012-05-18 08:46 | naiaramartinez | Note Added: 0048753 | |
2012-05-18 08:56 | naiaramartinez | Status | feedback => scheduled |
2012-05-18 08:56 | naiaramartinez | fix_in_branch | => pi |
2012-05-31 17:01 | hgbot | Checkin | |
2012-05-31 17:01 | hgbot | Note Added: 0049547 | |
2012-05-31 17:01 | hgbot | Status | scheduled => resolved |
2012-05-31 17:01 | hgbot | Resolution | open => fixed |
2012-05-31 17:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/55e2c985a8bfc93bdf21f8395cdcf6825ba709e9 [^] |
2012-05-31 17:06 | mirurita | Note Added: 0049548 | |
2012-05-31 17:06 | mirurita | Status | resolved => closed |
2012-05-31 17:06 | mirurita | Fixed in Version | => 3.0MP12 |
2012-06-02 17:18 | hudsonbot | Checkin | |
2012-06-02 17:18 | hudsonbot | Note Added: 0049586 | |
Notes |
|
|
Can you tell us exactly how you reproduce it? We create an invoice, add lines and add taxes and we can't reproduce it. |
|
|
|
apologies for the delay in getting back to you; this happens when i create invoice lines. and it consistently happens |
|
|
|
The error happened when there wasn't any warehouse defined on the session.
Test Plan:
Login with 'QA Testing Admin' role.
Go to Warehouse and Storage Bins window. Deactivate all the warehouses that are defined.
Logout and login again with 'QA Testing Admin' role.
Go to Sales Invoice window. Add a new header and save it.
Go to lines tab. Create new line. Press magnifying glass near Product field. Notice that there is no error messages. |
|
|
(0049547)
|
hgbot
|
2012-05-31 17:01
|
|
|
|
(0049548)
|
mirurita
|
2012-05-31 17:06
|
|
code review + testing OK
prevent NPE on Product selector when there is no active warehouse on the client:
javax.script.ScriptException: sun.org.mozilla.javascript.EcmaError: TypeError: Cannot read property "id" from null (<Unknown source>#1) in <Unknown source> at line number 1
at com.sun.script.javascript.RhinoScriptEngine.eval(RhinoScriptEngine.java:179)
at com.sun.script.javascript.RhinoScriptEngine.eval(RhinoScriptEngine.java:195) |
|
|
|
|