Discussion:
[Erp5-dev] more gui improvements - still for erp5_project
Mikolaj Antoszkiewicz
2008-01-30 16:01:06 UTC
Permalink
Hello,

ProjectModule_viewProjectList -> add validation state to listbox
(following rules stated here ->
http://www.erp5.org/Discussion/UserInterfaceGuidelines)


Project_view -> for a nicer Project Lines display (when quantity is 0.00
it displays that and not empty field)

ProjectLine_view -> for a more accurate listbox display (disables
acquisition of quantity from parent, which is unwanted behaviour here)


Mikolaj
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ProjectModule_viewProjectList.patch
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20080130/259b5f26/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ProjectLine_view.patch
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20080130/259b5f26/attachment.asc>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Project_view.patch
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20080130/259b5f26/attachment-0001.txt>
Mikolaj Antoszkiewicz
2008-01-31 14:26:08 UTC
Permalink
Hello all,

Two fixes, but one is double...

Order_validateData patch for a script in task_workflow is a replacement
for the one in one of the previous mails, because it hasn't been
committed yet - use the one attached here.

Rationale: added a check that there exists a task line (before
confirming), since adding source, destination and setting dates doesn't
create one yet and without it there's no resource which is required at
this point..



Task_viewLibrary patch fixes display of requirements on task form.


For the Task_viewLibrary patch to work fully the
ProjectLine_generateTasks script has to be fixed too (patch attached) -
it was setting incorrect requirement property.


That's all folks (for now :) )

Mikolaj
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Task_viewLibrary_patch
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20080131/13377b66/attachment.asc>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: task_workflow_scripts_Order_validateData.patch
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20080131/13377b66/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ProjectLine_generateTasks.patch
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20080131/13377b66/attachment-0001.asc>
Romain Courteaud
2008-04-15 14:38:47 UTC
Permalink
Hello,
Post by Mikolaj Antoszkiewicz
Order_validateData patch for a script in task_workflow is a replacement
for the one in one of the previous mails, because it hasn't been
committed yet - use the one attached here.
Order_validateData was not implemented in a correct way.
Instead of adding some code in it, it is better to only call
Base_checkConsistency, and then, configure properly constraints for the
related portal type, as described here:
http://www.erp5.org/HowToUseConstraints

Regards,
Romain

Mikolaj Antoszkiewicz
2008-02-04 16:39:46 UTC
Permalink
Post by Mikolaj Antoszkiewicz
Hello,
A proposition patch, to make airplane title (on planning box) translatable.

this file is in:
ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/
Post by Mikolaj Antoszkiewicz
Mikolaj
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: plannig_content.patch
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20080204/05b304de/attachment.asc>
Jean-Paul Smets
2008-02-09 10:49:37 UTC
Permalink
Dear Mikolaj,

Thank you very much for your patches. Romain and I will review them this
week-end and next week.

Regards,

JPS.
Post by Mikolaj Antoszkiewicz
Post by Mikolaj Antoszkiewicz
Hello,
A proposition patch, to make airplane title (on planning box)
translatable.
ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/
Post by Mikolaj Antoszkiewicz
Mikolaj
------------------------------------------------------------------------
_______________________________________________
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
Rafael Monnerat
2008-02-09 22:45:02 UTC
Permalink
Hi JP and Romain,

I commited the planning_content patch today (Saturday).

Thanks Mikolaj.

Rafael Monnerat
Post by Jean-Paul Smets
Dear Mikolaj,
Thank you very much for your patches. Romain and I will review them this
week-end and next week.
Regards,
JPS.
Post by Mikolaj Antoszkiewicz
Post by Mikolaj Antoszkiewicz
Hello,
A proposition patch, to make airplane title (on planning box)
translatable.
ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/
Post by Mikolaj Antoszkiewicz
Mikolaj
------------------------------------------------------------------------
_______________________________________________
Erp5-dev mailing list
Erp5-dev at erp5.org
http://mail.nexedi.com/mailman/listinfo/erp5-dev
Loading...