Discussion:
[Erp5-dev] some proposals of fixes to erp5_project (mostly)
Mikolaj Antoszkiewicz
2008-01-24 15:22:45 UTC
Permalink
Hi!

These are small fixes, but since I came across them, why not update BT
with them... :)
Mostly they concern erp5_project forms in skin folder, except the first
one which is from erp5_core's sking folder

- Base_viewFieldLibrary - fixed width of multi_relation_field here (typo
on preferred width accessor)


- In TaskLine_viewFieldLibrary's quantity_unit field might as well use
delegated Items, since they use preferences instead of hardcoded
method
- ProjectLine_viewFieldLibrary - likewise

- TaskLine_viewFieldLibrary patch 2 - width of Requirements field fixed
(acquired from Base_viewFieldLibrary proxyfield)

- TaskReportModule_exportTaskReportListAsiCalendar - wrong selection
name used

- Since TaskLine_viewFieldLibarary's quantity_unit field changed this
one has to be changed also: TaskReport_view's quantity_unit

Well, I thinks that's all I found (for now :) )
I hope this way of posting fixes is acceptable.


Mikolaj

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ProjectLine_viewFieldLibrary.patch
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20080124/ccc55b94/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: TaskLine_viewFieldLibrary.patch
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20080124/ccc55b94/attachment.asc>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Base_viewFieldLibrary.patch
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20080124/ccc55b94/attachment-0001.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: TaskLine_viewFieldLibrary.patch2
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20080124/ccc55b94/attachment-0001.asc>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: TaskReportModule_exportTaskReportListAsiCalendar.patch
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20080124/ccc55b94/attachment-0002.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: TaskReport_view.patch
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20080124/ccc55b94/attachment-0002.asc>
Rafael Monnerat
2008-01-25 15:14:13 UTC
Permalink
I created a script to generate a html with classes, methods and
documentation strings from Documents in ERP5.

Maybe is it more usefull for begginers. I added the html result also.

Usage:

cd /myinstance/Products
python /whereisfile/getdoc.py > doc.html


PS.: The names are ugly I know. :)
Post by Mikolaj Antoszkiewicz
Hi!
These are small fixes, but since I came across them, why not update BT
with them... :)
Mostly they concern erp5_project forms in skin folder, except the first
one which is from erp5_core's sking folder
- Base_viewFieldLibrary - fixed width of multi_relation_field here (typo
on preferred width accessor)
- In TaskLine_viewFieldLibrary's quantity_unit field might as well use
delegated Items, since they use preferences instead of hardcoded
method
- ProjectLine_viewFieldLibrary - likewise
- TaskLine_viewFieldLibrary patch 2 - width of Requirements field fixed
(acquired from Base_viewFieldLibrary proxyfield)
- TaskReportModule_exportTaskReportListAsiCalendar - wrong selection
name used
- Since TaskLine_viewFieldLibarary's quantity_unit field changed this
one has to be changed also: TaskReport_view's quantity_unit
Well, I thinks that's all I found (for now :) )
I hope this way of posting fixes is acceptable.
Mikolaj
------------------------------------------------------------------------
_______________________________________________
Erp5-dev mailing list
Erp5-dev at erp5.org
http://mail.nexedi.com/mailman/listinfo/erp5-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: getdoc.py
Type: text/x-python
Size: 2288 bytes
Desc: not available
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20080125/07bae501/attachment.py>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20080125/07bae501/attachment.html>
Alexandre Boeglin
2008-01-25 16:27:04 UTC
Permalink
Post by Rafael Monnerat
I created a script to generate a html with classes, methods and
documentation strings from Documents in ERP5.
Hi,

Doesn't Base_viewInspectionReport (enabled through developer mode)
provide more or less the same functionality ?


Alex

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Jean-Paul Smets
2008-01-25 16:36:46 UTC
Permalink
Post by Alexandre Boeglin
Post by Rafael Monnerat
I created a script to generate a html with classes, methods and
documentation strings from Documents in ERP5.
Hi,
Doesn't Base_viewInspectionReport (enabled through developer mode)
provide more or less the same functionality ?
and erp5_documentation is currently bing developped heavily to do the
same in better way.

Regards,

JPS.
Post by Alexandre Boeglin
Alex
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
_______________________________________________
Erp5-dev mailing list
Erp5-dev at erp5.org
http://mail.nexedi.com/mailman/listinfo/erp5-dev
--
Jean-Paul Smets-Solanes, Nexedi CEO - Tel. +33(0)6 62 05 76 14
ERP5 Enterprise: Free / Open Source ERP for Critical Applications
http://www.erp5.com
ERP5 Express: Hosted Open Source ERP for small companies
http://www.myerp5.com
Nexedi: Consulting and Development of Free / Open Source Software
http://www.nexedi.com
Mikolaj Antoszkiewicz
2008-01-29 12:39:11 UTC
Permalink
Hi!

Just one more to follow the last pack of patches...

- Since TaskLine_viewFieldLibarary's quantity_unit field changed this
one has to be changed also: Task_viewFieldLibrary's task_line_quantity_unit
Post by Mikolaj Antoszkiewicz
Mikolaj
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Task_viewFieldLibrary.patch
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20080129/b63fba08/attachment.txt>
Rafael Monnerat
2008-01-29 12:43:38 UTC
Permalink
Hi guys,

There is someone checking these paches? and commiting or rejecting them?
Post by Mikolaj Antoszkiewicz
Hi!
Just one more to follow the last pack of patches...
- Since TaskLine_viewFieldLibarary's quantity_unit field changed this
one has to be changed also: Task_viewFieldLibrary's task_line_quantity_unit
Post by Mikolaj Antoszkiewicz
Mikolaj
------------------------------------------------------------------------
_______________________________________________
Erp5-dev mailing list
Erp5-dev at erp5.org
http://mail.nexedi.com/mailman/listinfo/erp5-dev
Mikolaj Antoszkiewicz
2008-01-29 16:03:22 UTC
Permalink
Hi,


Well I'm quite certain that this is the last one... :)

task_workflow -> scripts -> Order_validateData - introduced translation
of the error messages.

Mikolaj
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Order_validateData.patch
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20080129/59f21964/attachment.asc>
Loading...