Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016212Openbravo ERP08. Project and service managementpublic2011-03-10 17:042011-03-16 00:00
jtarbal 
marvintm 
normalcriticalalways
closedfixed 
5
3.0RC4 
3.0RC53.0RC5 
Core
No
0016212: Cannot add a line to an Expense Sheet
When creating a new "Expense Sheet" it is not possible to add a line to the document in Edit mode.
1.- Go to "Expense Sheet" window.
2.- Create a new record (only the header level).
3.- Click on the lines pannel.
4.- Click on the "Create New Record in a Form" button.
5.- Realize that the edit form does not appear and it is not possible to create a line to the document in edit mode.
No tags attached.
Issue History
2011-03-10 17:04jtarbalNew Issue
2011-03-10 17:04jtarbalAssigned To => adrianromero
2011-03-10 17:04jtarbalModules => Core
2011-03-14 11:27alostaleStatusnew => scheduled
2011-03-14 11:27alostaleNote Added: 0034790
2011-03-14 11:27alostaleAssigned Toadrianromero => marvintm
2011-03-14 11:27alostalefix_in_branch => pi
2011-03-14 16:04iperdomoTarget Version => 3.0RC5
2011-03-14 16:04iperdomofix_in_branchpi =>
2011-03-14 16:23hgbotCheckin
2011-03-14 16:23hgbotNote Added: 0034812
2011-03-14 16:23hgbotStatusscheduled => resolved
2011-03-14 16:23hgbotResolutionopen => fixed
2011-03-14 16:23hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ba0edacb14b9a58fd119291a8c17f953c980a0d1 [^]
2011-03-15 11:33alostaleStatusresolved => closed
2011-03-15 11:33alostaleFixed in Version => 3.0RC5
2011-03-16 00:00anonymoussf_bug_id0 => 3214407

Notes
(0034790)
alostale   
2011-03-14 11:27   
It opens the form view but default values are not set: Organization, Line No and Currency.

FIC problem?
(0034812)
hgbot   
2011-03-14 16:23   
Repository: erp/devel/pi
Changeset: ba0edacb14b9a58fd119291a8c17f953c980a0d1
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Mar 14 16:22:51 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/ba0edacb14b9a58fd119291a8c17f953c980a0d1 [^]

Fixed issue 16212. Two changes have been made:
Callouts will now be executed in the correct order
The FIC will not fail with an exception if a callout response cannot be parsed. Instead, an error will be shown in the server log, and the process will continue.

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
---