Hello Oliver. Thank you for the explanation.
There are some way to check automatically what features are implemented?, i mean, in this way we can add some kind of appendix in documentation with this list, How it can help ? We, the people that prefer use reportlab can planify the more important features to develop. To us (i know this is not the common think) is really powerfull reportlab, we will try webkit, but we like RL ;-) I hope you can help me, is so probable that we can expend a little time in implement some important features and reforce the core!. Thanks. 2010/11/9 Olivier Dony (OpenERP) <[email protected]> > Hello Nhomar, > > Indeed, we do not support anything near 100% of the RML features, because > their rendering engine is not open source, and we had to implement our own > engine within OpenERP. > As a consequence you may find some features that are not supported for > OpenERP's RML. > We cannot consider these as bugs (documentation can be updated to explain > this), but we would of course consider any merge proposal that implements in > a clean manner any of these missing features. This explains why I am closing > this bug for the moment. > > BTW you might want to try the report_webkit engine contributed by C2C in > v6, though I'm not sure it will have a better solution for finer control > on row split. > > Thank you for the detailed report, which could serve as a basis for > anyone wishing to work on the implementation. > > ** Changed in: openobject-server > Importance: Undecided => Wishlist > > ** Changed in: openobject-server > Status: New => Won't Fix > > -- > Tag [noSplitRowCount] is not taken in account on Report parser. > https://bugs.launchpad.net/bugs/582029 > You received this bug notification because you are a member of OpenERP > Drivers, which is subscribed to OpenObject Server. > > Status in OpenObject Server: Won't Fix > > Bug description: > The tag noSplitRowCount is not considered on parser. > > See this example: > http://www.reportlab.com/examples/rml/test/test_008_tables.rml > http://www.reportlab.com/examples/rml/test/test_008_tables.pdf > > This tag is neccesary when you have a report and need to put a "total > lines", and you it brakes exactly in the end..... > > If we put this tag. Nothing Happend > > Example: > <blockTable colWidths="49.0,54.0,168.0,75.0" style="CONTENT" > repeatRows="1"> > <tr> > <td>Titles</td> > <td>In</td> > <td>Columns</td> > <td>dddd</td> > </tr> > <tr>[[repeatIn(some.object, 'l')]] > <td>[[l.value]]</td> > <td>[[l.value2]]</td> > <td>[[l.value3]]</td> > <td>[[l.value4]]</td> > </tr> > <tr noSplitRowCount="3"> > <td>Titles</td> > <td>In</td> > <td>Columns</td> > <td>dddd</td> > </tr> > </blockTable> > > When the "Values" needs to be splitted them not recognize the command (See > the example on links bellow.) > > http://www.reportlab.com/examples/rml/test/test_008_tables.pdf > http://www.reportlab.com/examples/rml/test/test_008_tables.rml > > IMHO.... If we will refer to reportlab oficial documentation, we need to > support at least all tags documented there... if we not support them... so > it should be considered a bug. > > Thanks > > I attach a pdf with the "bad result" due to the tag not considered > > > -- Saludos Cordiales -- Tag [noSplitRowCount] is not taken in account on Report parser. https://bugs.launchpad.net/bugs/582029 You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. Status in OpenObject Server: Won't Fix Bug description: The tag noSplitRowCount is not considered on parser. See this example: http://www.reportlab.com/examples/rml/test/test_008_tables.rml http://www.reportlab.com/examples/rml/test/test_008_tables.pdf This tag is neccesary when you have a report and need to put a "total lines", and you it brakes exactly in the end..... If we put this tag. Nothing Happend Example: <blockTable colWidths="49.0,54.0,168.0,75.0" style="CONTENT" repeatRows="1"> <tr> <td>Titles</td> <td>In</td> <td>Columns</td> <td>dddd</td> </tr> <tr>[[repeatIn(some.object, 'l')]] <td>[[l.value]]</td> <td>[[l.value2]]</td> <td>[[l.value3]]</td> <td>[[l.value4]]</td> </tr> <tr noSplitRowCount="3"> <td>Titles</td> <td>In</td> <td>Columns</td> <td>dddd</td> </tr> </blockTable> When the "Values" needs to be splitted them not recognize the command (See the example on links bellow.) http://www.reportlab.com/examples/rml/test/test_008_tables.pdf http://www.reportlab.com/examples/rml/test/test_008_tables.rml IMHO.... If we will refer to reportlab oficial documentation, we need to support at least all tags documented there... if we not support them... so it should be considered a bug. Thanks I attach a pdf with the "bad result" due to the tag not considered _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

