Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0003207Openbravo ERPZ. Otherspublic2007-03-06 14:332008-06-24 12:55
user71 
dbaz 
normalminoralways
closedduplicate 
5
 
 
Core
No
0003207: Editable Grid
Develop new functionalities like Editable Grid from where user can directly insert/edit rows in a more efficient way
No tags attached.
duplicate of feature request 0003059pi closed rgoris Editable multi-record grid widget 
Issue History
2008-06-24 12:55pjuvaraStatusnew => closed
2008-06-24 12:55pjuvaraDuplicate ID0 => 3059
2008-06-24 12:55pjuvaraResolutionopen => duplicate
2008-06-24 12:55pjuvaraRelationship addedduplicate of 0003059

Notes
(0006796)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:43)
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1674871 [^]
(0003817)
villind   
2008-01-03 13:53   
(edited on: 2008-06-12 09:26)
Logged In: YES
user_id=61737
Originator: NO

What is the current status with this feature? Is someone working on this at the moment?
(0003818)
dbaz   
2008-01-03 14:08   
(edited on: 2008-06-12 09:26)
Logged In: YES
user_id=1500873
Originator: NO

If you see there is a field --editable="false"--

<TABLE width="100%" cellspacing="0" cellpadding="0" border="0" class="Main_Client_TableRelation"><TR><TD><DIV id="grid" dojotype="openbravo:DataGrid" structureurl="xxxxxxxxxxxxx" dataurl="xxxxxxxxxxxxx" updatesurl="xxxxxxxxxxxxx" calculatenumrows="true" editable="false" sortable="true" deleteable="true" oninvalidvalue="alert" onscroll="updateHeader" ongridload="onGridLoadDo" buffersize="3.0" showlinenumbers="true" offset="" sortcols="" sortdirs="" defaultrow="0" maxwidth="99%" percentagewidthrelativetoid="client" preventcache="true" usecache="true" cachecontent="false">

If you put --editable="true"-- you can edit the values, but the changes won't be saved. We have to implement all the saving logic.

At this moment nobody is working on this due it is planned neither 2.3x nor 2.4x

If you want to contribute implementing it you have the most updated files in the Openbravo SVN Trunk

Thanks.