[jira] Commented: (OFBIZ-1999) A portal/portlet implementation

2008-10-18 Thread Bruno Busco (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640826#action_12640826
 ] 

Bruno Busco commented on OFBIZ-1999:


Thank you Hans,
as you may have seen, in the patch I defined some portalPortlets in the MyPage 
component to have it available in the portalPages.

However they are not working still very well (the MyTimesheet one does not work 
at all). It will be of great help if you could see what is wrong there and 
maybe redefine the MyPage portalPortlets in a correct way.

Many thanks for your help.

> A portal/portlet implementation
> ---
>
> Key: OFBIZ-1999
> URL: https://issues.apache.org/jira/browse/OFBIZ-1999
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ALL COMPONENTS
>Reporter: Bruno Busco
>Priority: Minor
> Attachments: portalPage-configure-off.jpg, 
> portalPage-configure-on.jpg, portalPages.patch, portalPages.patch, 
> portalPages.patch, portalPages.patch
>
>
> Hi devs,
> I am trying to set up a portal/portlet model similar to what is implemented 
> into JIRA user interface.
> The Idea is that every component can "register" its selected screens as 
> system portlets using something like:
>  screenPath="component://portal/widget/CommonScreens.xml#welcome" />
> In this case the portal component has registered a welcome screen as 
> "WELCOME" portlet.
> The portlets can later be "mounted" into portals with the entity:
>  columnNum="1" sequenceNum="1" />
>  columnNum="2" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
>  columnNum="3" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
> In this case the portlets WELCOME, LOGIN, PORTLET001, PORTLET002 and 
> PORTLET003 are mounted into the DEFAULT portal into the indicated solumns and 
> with the indicated order.
> Every portal is defined by the entity:
> 
> And is related to a specific user. So every user can have as many portals he 
> needs and a DEFAULT portal can be defined by the admin.
> In the attached zip file there is a very draft implementation of this that I 
> would like so submit to your attention to share ideas about it and eventually 
> develop together.
> Many thanks for your feedbacks,
> Bruno

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-2008) Tools to extract messages from *Labels.xml files to gettext PO files and merge translation results back

2008-10-18 Thread Nemanja Simonovic (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nemanja Simonovic updated OFBIZ-2008:
-

Attachment: Po2ofbiz.java

 Tool to merge back messgaes from PO files in ofbiz *Labels.xml. 
 
This tool depends on '#KEY: ...' comment lines generated by Ofbiz2po to merge  
back translations.


> Tools to extract messages from *Labels.xml files to gettext PO files and 
> merge translation results back
> ---
>
> Key: OFBIZ-2008
> URL: https://issues.apache.org/jira/browse/OFBIZ-2008
> Project: OFBiz
>  Issue Type: New Feature
>Affects Versions: SVN trunk
>Reporter: Nemanja Simonovic
>Priority: Minor
> Attachments: Ofbiz2po.java, Po2ofbiz.java
>
>
> Tools to extract messages from *Labels.xml files to gettext PO files and 
> merge translation results back

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-2008) Tools to extract messages from *Labels.xml files to gettext PO files and merge translation results back

2008-10-18 Thread Nemanja Simonovic (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nemanja Simonovic updated OFBIZ-2008:
-

Attachment: Ofbiz2po.java

Extracts *Labels.xml to gettext PO files

> Tools to extract messages from *Labels.xml files to gettext PO files and 
> merge translation results back
> ---
>
> Key: OFBIZ-2008
> URL: https://issues.apache.org/jira/browse/OFBIZ-2008
> Project: OFBiz
>  Issue Type: New Feature
>Affects Versions: SVN trunk
>Reporter: Nemanja Simonovic
>Priority: Minor
> Attachments: Ofbiz2po.java
>
>
> Tools to extract messages from *Labels.xml files to gettext PO files and 
> merge translation results back

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-2008) Tools to extract messages from *Labels.xml files to gettext PO files and merge translation results back

2008-10-18 Thread Nemanja Simonovic (JIRA)
Tools to extract messages from *Labels.xml files to gettext PO files and merge 
translation results back
---

 Key: OFBIZ-2008
 URL: https://issues.apache.org/jira/browse/OFBIZ-2008
 Project: OFBiz
  Issue Type: New Feature
Affects Versions: SVN trunk
Reporter: Nemanja Simonovic
Priority: Minor


Tools to extract messages from *Labels.xml files to gettext PO files and merge 
translation results back

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-1999) A portal/portlet implementation

2008-10-18 Thread Hans Bakker (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640820#action_12640820
 ] 

Hans Bakker commented on OFBIZ-1999:


Looking good Bruno, looking forward to help when required to have the current 
myPage functionality using your portal functionality

> A portal/portlet implementation
> ---
>
> Key: OFBIZ-1999
> URL: https://issues.apache.org/jira/browse/OFBIZ-1999
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ALL COMPONENTS
>Reporter: Bruno Busco
>Priority: Minor
> Attachments: portalPage-configure-off.jpg, 
> portalPage-configure-on.jpg, portalPages.patch, portalPages.patch, 
> portalPages.patch, portalPages.patch
>
>
> Hi devs,
> I am trying to set up a portal/portlet model similar to what is implemented 
> into JIRA user interface.
> The Idea is that every component can "register" its selected screens as 
> system portlets using something like:
>  screenPath="component://portal/widget/CommonScreens.xml#welcome" />
> In this case the portal component has registered a welcome screen as 
> "WELCOME" portlet.
> The portlets can later be "mounted" into portals with the entity:
>  columnNum="1" sequenceNum="1" />
>  columnNum="2" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
>  columnNum="3" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
> In this case the portlets WELCOME, LOGIN, PORTLET001, PORTLET002 and 
> PORTLET003 are mounted into the DEFAULT portal into the indicated solumns and 
> with the indicated order.
> Every portal is defined by the entity:
> 
> And is related to a specific user. So every user can have as many portals he 
> needs and a DEFAULT portal can be defined by the admin.
> In the attached zip file there is a very draft implementation of this that I 
> would like so submit to your attention to share ideas about it and eventually 
> develop together.
> Many thanks for your feedbacks,
> Bruno

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-1950) Replacement of FTL TabBars with menus widgets in catalog application

2008-10-18 Thread Bilgin Ibryam (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bilgin Ibryam closed OFBIZ-1950.


   Resolution: Fixed
Fix Version/s: SVN trunk

Bruno sorry committing so late.
It is in trunk r705940

> Replacement of FTL TabBars with menus widgets in catalog application
> 
>
> Key: OFBIZ-1950
> URL: https://issues.apache.org/jira/browse/OFBIZ-1950
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product
>Affects Versions: SVN trunk
>Reporter: Bruno Busco
>Assignee: Bilgin Ibryam
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: catalog_tabbars.patch, catalog_tabbars.patch, 
> catalog_tabbars.patch, maincss_tabbar.patch, product.png
>
>
> Hi,
> the attached patch replaces all *TabBar.ftl files of the catalog application 
> with menu widgets.
> Using the menu widget the html is more consistent. for example the "selected" 
> class is always applied to the  tag and not to the  tag of the menu.
> Unfortunately I am facing a problem that I have not yet solved: using menu 
> widgets with FF3, and in some case with IE also, the catalog application 
> pages are not displayed correctly. The content of the main area after the 
> TabBar menu is located at the very bottom of the page, after the end of the 
> left column content.
> I have seen that removing the .clear rule in the .css this is solved but then 
> more problem come with the main menu.
> Any idea on how to solve this?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-2007) Error to Create New Product Config Item Content

2008-10-18 Thread Eric DE MAULDE (JIRA)
Error to Create New Product Config Item Content
---

 Key: OFBIZ-2007
 URL: https://issues.apache.org/jira/browse/OFBIZ-2007
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: SVN trunk
 Environment: Release 705879
Reporter: Eric DE MAULDE
Priority: Minor
 Fix For: SVN trunk


Impossible to Create New Product Config Item Content
into Configuration Content
Maybe I type wrong text because there isn't any field title

The Following Errors Occurred:
The following required parameter is missing: [IN] 
[createSimpleTextContentForProductConfigItem.contentId]


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-1982) Artifact info logs cleanup

2008-10-18 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640804#action_12640804
 ] 

Jacques Le Roux commented on OFBIZ-1982:


Thanks for your explanation Adrian.

> Artifact info logs cleanup
> --
>
> Key: OFBIZ-1982
> URL: https://issues.apache.org/jira/browse/OFBIZ-1982
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL COMPONENTS
>Affects Versions: SVN trunk
>Reporter: Marco Risaliti
>Assignee: Marco Risaliti
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: accounting_cleanup.patch, 
> application_components_cleanup.patch, application_components_cleanup2.patch, 
> content_cleanup.patch, content_cleanup2.patch, 
> framework_components_cleanup.patch, 
> humanres_response_to_not_existing_view.patch, 
> marketing_response_to_not_existing_view.patch, 
> order_response_to_not_existing_view.patch, party_cleanup.patch, 
> specialpurpose_components_cleanup.patch, workeffort_cleanup.patch
>
>
> Looking at the very interesting Artifact info tool I have seen that running 
> it there are a lot of warning into the logs and so I'm trying to fixing some 
> of that.
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-1982) Artifact info logs cleanup

2008-10-18 Thread Adrian Crum (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640800#action_12640800
 ] 

Adrian Crum commented on OFBIZ-1982:


Jacques,

I didn't notice the framework change until now. The editTemporalExpression 
request-map isn't needed in the tempexpr-controller.xml file because each 
component will have its own unique UI for temporal expressions. The things that 
are common to all components using temporal expressions are the services and 
the events listed in tempexpr-controller.xml.

I'll describe the general development path for temporal expressions so there 
will be no misunderstandings:

I put a UI for temporal expressions in the Webtools component - but that is 
intended to be used by someone in a system administration role. The idea being 
that reusable expressions are created in advance and then they are picked from 
a list by regular users.

Calendar event screens that support temporal expressions will have UI elements 
to create/edit a temporal expression specific to an event. There won't be a 
generic "editTemporalExpression" request URL because the temporal expression 
fields are part of a larger set of fields.


> Artifact info logs cleanup
> --
>
> Key: OFBIZ-1982
> URL: https://issues.apache.org/jira/browse/OFBIZ-1982
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL COMPONENTS
>Affects Versions: SVN trunk
>Reporter: Marco Risaliti
>Assignee: Marco Risaliti
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: accounting_cleanup.patch, 
> application_components_cleanup.patch, application_components_cleanup2.patch, 
> content_cleanup.patch, content_cleanup2.patch, 
> framework_components_cleanup.patch, 
> humanres_response_to_not_existing_view.patch, 
> marketing_response_to_not_existing_view.patch, 
> order_response_to_not_existing_view.patch, party_cleanup.patch, 
> specialpurpose_components_cleanup.patch, workeffort_cleanup.patch
>
>
> Looking at the very interesting Artifact info tool I have seen that running 
> it there are a lot of warning into the logs and so I'm trying to fixing some 
> of that.
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2002) Wrong lists in Calendar

2008-10-18 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640799#action_12640799
 ] 

Jacques Le Roux commented on OFBIZ-2002:


Ha yes sorry Adrian,

I missed this one somehow :(

> Wrong lists in Calendar
> ---
>
> Key: OFBIZ-2002
> URL: https://issues.apache.org/jira/browse/OFBIZ-2002
> Project: OFBiz
>  Issue Type: Bug
>  Components: manufacturing
>Reporter: Manuel Málaga
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: SVN trunk, Release Branch 4.0
>
> Attachments: screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg
>
>
> When I list Calendar in Manufacturing, I see the Calendar ID's listed under 
> Calendar Week ID and the Calendar Week ID's listed under Calendar ID.
> When I update a Calendar by adding an Exception Day and Click to Add the new 
> one, all the previous Exception Day`s listed, looks like the last one.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Content links are broken in latest SVN.

2008-10-18 Thread Jacques Le Roux

Ho I see ! From the content box at left.







are still there but the request-maps has been commented out. Not sure what we 
should do there since those links (when reverted) are
leaving to nearly nowhere but a search content page.

Alternatives :
* Get the links back, but then they maybe need more work ?
* Remove all the content box ?

Maybe Marco has an idea ?

Jacques

From: "Jacques Le Roux" <[EMAIL PROTECTED]>

This is related to https://issues.apache.org/jira/browse/OFBIZ-1982

How did you get to showcontenttree ?

Jacques

From: "rohit2006" <[EMAIL PROTECTED]>


Is it being removed. I could not find more info on whats in the pipeline for
'contents'.

any input will be welcome.

thanks


BJ Freeman wrote:


looking at the controller.xml
 

Re: Content links are broken in latest SVN.

2008-10-18 Thread Jacques Le Roux

This is related to https://issues.apache.org/jira/browse/OFBIZ-1982

How did you get to showcontenttree ?

Jacques

From: "rohit2006" <[EMAIL PROTECTED]>


Is it being removed. I could not find more info on whats in the pipeline for
'contents'.

any input will be welcome.

thanks


BJ Freeman wrote:


looking at the controller.xml
 

[jira] Reopened: (OFBIZ-2002) Wrong lists in Calendar

2008-10-18 Thread Adrian Crum (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adrian Crum reopened OFBIZ-2002:



Jacques,

I am reopening this because the bug in the top list is still there. See 
screenshot 3.


> Wrong lists in Calendar
> ---
>
> Key: OFBIZ-2002
> URL: https://issues.apache.org/jira/browse/OFBIZ-2002
> Project: OFBiz
>  Issue Type: Bug
>  Components: manufacturing
>Reporter: Manuel Málaga
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: SVN trunk, Release Branch 4.0
>
> Attachments: screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg
>
>
> When I list Calendar in Manufacturing, I see the Calendar ID's listed under 
> Calendar Week ID and the Calendar Week ID's listed under Calendar ID.
> When I update a Calendar by adding an Exception Day and Click to Add the new 
> one, all the previous Exception Day`s listed, looks like the last one.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: content application changes what is being done was Content links are broken in latest SVN.

2008-10-18 Thread BJ Freeman
There was some discussion last month on work being done on content.
might check the archive.
hopefully the subject change will get you the response you want.
this was done this year
unfortunately the word content is used extensively through out the
docs server
http://docs.ofbiz.org/



rohit2006 sent the following on 10/18/2008 11:11 AM:
> Is it being removed. I could not find more info on whats in the pipeline for
> 'contents'.
> 
> any input will be welcome.
> 
> thanks
> 
> 
> BJ Freeman wrote:
>> looking at the controller.xml
>>  

Re: Content links are broken in latest SVN.

2008-10-18 Thread rohit2006

Is it being removed. I could not find more info on whats in the pipeline for
'contents'.

any input will be welcome.

thanks


BJ Freeman wrote:
> 
> looking at the controller.xml
>  

Re: Content links are broken in latest SVN.

2008-10-18 Thread BJ Freeman
looking at the controller.xml
 

Re: Nabble 2

2008-10-18 Thread Sven Wesley
I say go!

2008/10/18 Jacques Le Roux <[EMAIL PROTECTED]>

> Hi All,
>
> Since sometimes now Nabble is offering to migrate to their Nabble 2 forum.
> I did not mind until I read this this morning "Nabble1
> (the current Nabble) will continue as it is for some time." So it seems
> that one day or another we will have to migrate to Nabble 2.
> So I propose to do it now before our time will be counted to do it.
> I'd also update the convenient Firefox searchplugins
>
> What do you think ?
>
> Jacques
>
>


[jira] Updated: (OFBIZ-1999) A portal/portlet implementation

2008-10-18 Thread Bruno Busco (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Busco updated OFBIZ-1999:
---

Attachment: portalPages.patch

Fixed a wrong link in the addPortlet Lookup screen.

> A portal/portlet implementation
> ---
>
> Key: OFBIZ-1999
> URL: https://issues.apache.org/jira/browse/OFBIZ-1999
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ALL COMPONENTS
>Reporter: Bruno Busco
>Priority: Minor
> Attachments: portalPage-configure-off.jpg, 
> portalPage-configure-on.jpg, portalPages.patch, portalPages.patch, 
> portalPages.patch, portalPages.patch
>
>
> Hi devs,
> I am trying to set up a portal/portlet model similar to what is implemented 
> into JIRA user interface.
> The Idea is that every component can "register" its selected screens as 
> system portlets using something like:
>  screenPath="component://portal/widget/CommonScreens.xml#welcome" />
> In this case the portal component has registered a welcome screen as 
> "WELCOME" portlet.
> The portlets can later be "mounted" into portals with the entity:
>  columnNum="1" sequenceNum="1" />
>  columnNum="2" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
>  columnNum="3" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
> In this case the portlets WELCOME, LOGIN, PORTLET001, PORTLET002 and 
> PORTLET003 are mounted into the DEFAULT portal into the indicated solumns and 
> with the indicated order.
> Every portal is defined by the entity:
> 
> And is related to a specific user. So every user can have as many portals he 
> needs and a DEFAULT portal can be defined by the admin.
> In the attached zip file there is a very draft implementation of this that I 
> would like so submit to your attention to share ideas about it and eventually 
> develop together.
> Many thanks for your feedbacks,
> Bruno

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Content links are broken in latest SVN.

2008-10-18 Thread rohit2006

Hi, 

The following links don't work in the latest SVN, do i create a jira issue
for this?

http://demo.hotwaxmedia.com/ecommerce/control/showcontenttree;jsessionid=F0D619D1E50DFC431DDB1593FE718B6F.jvm1?contentId=STORE_POLICIES2&nodeTrailCsv=STORE_POLICIES2

http://demo.hotwaxmedia.com/ecommerce/control/showcontenttree;jsessionid=F0D619D1E50DFC431DDB1593FE718B6F.jvm1?contentId=STORE_POLICIES&nodeTrailCsv=STORE_POLICIES

http://demo.hotwaxmedia.com/ecommerce/control/showcontenttree;jsessionid=F0D619D1E50DFC431DDB1593FE718B6F.jvm1?contentId=POLICY&nodeTrailCsv=POLICY



Thanks

Rohit


-- 
View this message in context: 
http://www.nabble.com/Content-links-are-broken-in-latest-SVN.-tp20048678p20048678.html
Sent from the OFBiz - Dev mailing list archive at Nabble.com.



[jira] Updated: (OFBIZ-1999) A portal/portlet implementation

2008-10-18 Thread Bruno Busco (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Busco updated OFBIZ-1999:
---

Attachment: (was: screenshot-2.jpg)

> A portal/portlet implementation
> ---
>
> Key: OFBIZ-1999
> URL: https://issues.apache.org/jira/browse/OFBIZ-1999
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ALL COMPONENTS
>Reporter: Bruno Busco
>Priority: Minor
> Attachments: portalPage-configure-off.jpg, 
> portalPage-configure-on.jpg, portalPages.patch, portalPages.patch, 
> portalPages.patch
>
>
> Hi devs,
> I am trying to set up a portal/portlet model similar to what is implemented 
> into JIRA user interface.
> The Idea is that every component can "register" its selected screens as 
> system portlets using something like:
>  screenPath="component://portal/widget/CommonScreens.xml#welcome" />
> In this case the portal component has registered a welcome screen as 
> "WELCOME" portlet.
> The portlets can later be "mounted" into portals with the entity:
>  columnNum="1" sequenceNum="1" />
>  columnNum="2" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
>  columnNum="3" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
> In this case the portlets WELCOME, LOGIN, PORTLET001, PORTLET002 and 
> PORTLET003 are mounted into the DEFAULT portal into the indicated solumns and 
> with the indicated order.
> Every portal is defined by the entity:
> 
> And is related to a specific user. So every user can have as many portals he 
> needs and a DEFAULT portal can be defined by the admin.
> In the attached zip file there is a very draft implementation of this that I 
> would like so submit to your attention to share ideas about it and eventually 
> develop together.
> Many thanks for your feedbacks,
> Bruno

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-1999) A portal/portlet implementation

2008-10-18 Thread Bruno Busco (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Busco updated OFBIZ-1999:
---

Attachment: portalPage-configure-on.jpg

> A portal/portlet implementation
> ---
>
> Key: OFBIZ-1999
> URL: https://issues.apache.org/jira/browse/OFBIZ-1999
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ALL COMPONENTS
>Reporter: Bruno Busco
>Priority: Minor
> Attachments: portalPage-configure-off.jpg, 
> portalPage-configure-on.jpg, portalPages.patch, portalPages.patch, 
> portalPages.patch
>
>
> Hi devs,
> I am trying to set up a portal/portlet model similar to what is implemented 
> into JIRA user interface.
> The Idea is that every component can "register" its selected screens as 
> system portlets using something like:
>  screenPath="component://portal/widget/CommonScreens.xml#welcome" />
> In this case the portal component has registered a welcome screen as 
> "WELCOME" portlet.
> The portlets can later be "mounted" into portals with the entity:
>  columnNum="1" sequenceNum="1" />
>  columnNum="2" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
>  columnNum="3" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
> In this case the portlets WELCOME, LOGIN, PORTLET001, PORTLET002 and 
> PORTLET003 are mounted into the DEFAULT portal into the indicated solumns and 
> with the indicated order.
> Every portal is defined by the entity:
> 
> And is related to a specific user. So every user can have as many portals he 
> needs and a DEFAULT portal can be defined by the admin.
> In the attached zip file there is a very draft implementation of this that I 
> would like so submit to your attention to share ideas about it and eventually 
> develop together.
> Many thanks for your feedbacks,
> Bruno

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-1999) A portal/portlet implementation

2008-10-18 Thread Bruno Busco (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Busco updated OFBIZ-1999:
---

Attachment: (was: screenshot-1.jpg)

> A portal/portlet implementation
> ---
>
> Key: OFBIZ-1999
> URL: https://issues.apache.org/jira/browse/OFBIZ-1999
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ALL COMPONENTS
>Reporter: Bruno Busco
>Priority: Minor
> Attachments: portalPage-configure-off.jpg, 
> portalPage-configure-on.jpg, portalPages.patch, portalPages.patch, 
> portalPages.patch
>
>
> Hi devs,
> I am trying to set up a portal/portlet model similar to what is implemented 
> into JIRA user interface.
> The Idea is that every component can "register" its selected screens as 
> system portlets using something like:
>  screenPath="component://portal/widget/CommonScreens.xml#welcome" />
> In this case the portal component has registered a welcome screen as 
> "WELCOME" portlet.
> The portlets can later be "mounted" into portals with the entity:
>  columnNum="1" sequenceNum="1" />
>  columnNum="2" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
>  columnNum="3" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
> In this case the portlets WELCOME, LOGIN, PORTLET001, PORTLET002 and 
> PORTLET003 are mounted into the DEFAULT portal into the indicated solumns and 
> with the indicated order.
> Every portal is defined by the entity:
> 
> And is related to a specific user. So every user can have as many portals he 
> needs and a DEFAULT portal can be defined by the admin.
> In the attached zip file there is a very draft implementation of this that I 
> would like so submit to your attention to share ideas about it and eventually 
> develop together.
> Many thanks for your feedbacks,
> Bruno

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-1999) A portal/portlet implementation

2008-10-18 Thread Bruno Busco (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Busco updated OFBIZ-1999:
---

Attachment: portalPage-configure-off.jpg

> A portal/portlet implementation
> ---
>
> Key: OFBIZ-1999
> URL: https://issues.apache.org/jira/browse/OFBIZ-1999
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ALL COMPONENTS
>Reporter: Bruno Busco
>Priority: Minor
> Attachments: portalPage-configure-off.jpg, portalPages.patch, 
> portalPages.patch, portalPages.patch, screenshot-1.jpg, screenshot-2.jpg
>
>
> Hi devs,
> I am trying to set up a portal/portlet model similar to what is implemented 
> into JIRA user interface.
> The Idea is that every component can "register" its selected screens as 
> system portlets using something like:
>  screenPath="component://portal/widget/CommonScreens.xml#welcome" />
> In this case the portal component has registered a welcome screen as 
> "WELCOME" portlet.
> The portlets can later be "mounted" into portals with the entity:
>  columnNum="1" sequenceNum="1" />
>  columnNum="2" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
>  columnNum="3" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
> In this case the portlets WELCOME, LOGIN, PORTLET001, PORTLET002 and 
> PORTLET003 are mounted into the DEFAULT portal into the indicated solumns and 
> with the indicated order.
> Every portal is defined by the entity:
> 
> And is related to a specific user. So every user can have as many portals he 
> needs and a DEFAULT portal can be defined by the admin.
> In the attached zip file there is a very draft implementation of this that I 
> would like so submit to your attention to share ideas about it and eventually 
> develop together.
> Many thanks for your feedbacks,
> Bruno

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-1999) A portal/portlet implementation

2008-10-18 Thread Bruno Busco (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Busco updated OFBIZ-1999:
---

Attachment: (was: portal.zip)

> A portal/portlet implementation
> ---
>
> Key: OFBIZ-1999
> URL: https://issues.apache.org/jira/browse/OFBIZ-1999
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ALL COMPONENTS
>Reporter: Bruno Busco
>Priority: Minor
> Attachments: portalPages.patch, portalPages.patch, portalPages.patch, 
> screenshot-1.jpg, screenshot-2.jpg
>
>
> Hi devs,
> I am trying to set up a portal/portlet model similar to what is implemented 
> into JIRA user interface.
> The Idea is that every component can "register" its selected screens as 
> system portlets using something like:
>  screenPath="component://portal/widget/CommonScreens.xml#welcome" />
> In this case the portal component has registered a welcome screen as 
> "WELCOME" portlet.
> The portlets can later be "mounted" into portals with the entity:
>  columnNum="1" sequenceNum="1" />
>  columnNum="2" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
>  columnNum="3" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
> In this case the portlets WELCOME, LOGIN, PORTLET001, PORTLET002 and 
> PORTLET003 are mounted into the DEFAULT portal into the indicated solumns and 
> with the indicated order.
> Every portal is defined by the entity:
> 
> And is related to a specific user. So every user can have as many portals he 
> needs and a DEFAULT portal can be defined by the admin.
> In the attached zip file there is a very draft implementation of this that I 
> would like so submit to your attention to share ideas about it and eventually 
> develop together.
> Many thanks for your feedbacks,
> Bruno

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-1999) A portal/portlet implementation

2008-10-18 Thread Bruno Busco (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Busco updated OFBIZ-1999:
---

Attachment: portalPages.patch

More improvements in the new attached patch:
- Added services to move portalPortlets around in the portalPage
- Added services to move portalPortlets in a different portalPage
- Added services to create and update portalPages
- Added ManagePortal Screen to edit name/description of the portalPage and to 
create new portalPage
- Aligned portlets vertically in the portalPage
- Used a drop-down to switch between the available portalPages

Still to implement:
- Permission check
- Better LOGIN portlet (this should switch automatically between 
username/password request and user info/preferences if we are logged in or not)
- Better MYPAGE portlets
- CSS
- Portlet configuration by means of an associated form
- New Screen Widget "widget element": include-portal-page, attributes: 
portalPageId

Thank you for any hint / comment / review


> A portal/portlet implementation
> ---
>
> Key: OFBIZ-1999
> URL: https://issues.apache.org/jira/browse/OFBIZ-1999
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ALL COMPONENTS
>Reporter: Bruno Busco
>Priority: Minor
> Attachments: portalPages.patch, portalPages.patch, portalPages.patch, 
> screenshot-1.jpg, screenshot-2.jpg
>
>
> Hi devs,
> I am trying to set up a portal/portlet model similar to what is implemented 
> into JIRA user interface.
> The Idea is that every component can "register" its selected screens as 
> system portlets using something like:
>  screenPath="component://portal/widget/CommonScreens.xml#welcome" />
> In this case the portal component has registered a welcome screen as 
> "WELCOME" portlet.
> The portlets can later be "mounted" into portals with the entity:
>  columnNum="1" sequenceNum="1" />
>  columnNum="2" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
>  columnNum="3" sequenceNum="2" />
>  columnNum="1" sequenceNum="2" />
> In this case the portlets WELCOME, LOGIN, PORTLET001, PORTLET002 and 
> PORTLET003 are mounted into the DEFAULT portal into the indicated solumns and 
> with the indicated order.
> Every portal is defined by the entity:
> 
> And is related to a specific user. So every user can have as many portals he 
> needs and a DEFAULT portal can be defined by the admin.
> In the attached zip file there is a very draft implementation of this that I 
> would like so submit to your attention to share ideas about it and eventually 
> develop together.
> Many thanks for your feedbacks,
> Bruno

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-2006) Add a signature required indicator to OrderItemShipGroup

2008-10-18 Thread Joe Eckard (JIRA)
Add a signature required indicator to OrderItemShipGroup


 Key: OFBIZ-2006
 URL: https://issues.apache.org/jira/browse/OFBIZ-2006
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: SVN trunk
Reporter: Joe Eckard
Priority: Minor
 Fix For: SVN trunk


I propose we add an indicator "signatureRequired" to OrderItemShipGroup. For 
example, this could be used for UPS shipments where Y = Signature required, A = 
Adult Signature Required.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-2000) Added check availability functionality on new create profile page of e commerce.

2008-10-18 Thread Surya Kusumakar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Surya Kusumakar updated OFBIZ-2000:
---

Attachment: CheckAvailUserName.patch

Did the required changes in service checkAvailableUsername.

---
Harsha Chadhar
Surya Kusumakar
Onima Kasliwal
Kirti Dhakad




> Added check availability functionality on new create profile page of e 
> commerce.
> 
>
> Key: OFBIZ-2000
> URL: https://issues.apache.org/jira/browse/OFBIZ-2000
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ecommerce
>Reporter: Rishi Solanki
>Priority: Minor
> Attachments: CheckAvailUserName.patch, CheckAvailUserName.patch, 
> CheckAvailUserName.patch, CheckAvailUserName.patch
>
>
> After adding this functionality while creating a profile from e commerce new 
> profile pages, user will be able to check his/her selected userLoginId is 
> availabel or not. Instead after submitting the whole form can check it just 
> by clicking on a check availability link. For this implementation can use 
> Ajax.request for submitting the user name and finally getting back the error 
> list from the server. If got the error appear it else hide.
> Affected files for this feature are ;
> CustomerEvents.xml > ecommerce
> profile.js ---> ecommerce
> NewCustomer.ftl ---> ecommerce (for new one)
> Regards
> - Rishi Solanki

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-2000) Added check availability functionality on new create profile page of e commerce.

2008-10-18 Thread Surya Kusumakar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Surya Kusumakar updated OFBIZ-2000:
---

Attachment: CheckAvailUserName.patch

Did the required changes.


Surya Kusumakar
Kirti Dhakad
Harsha Chadhar
Onima Kasliwal

> Added check availability functionality on new create profile page of e 
> commerce.
> 
>
> Key: OFBIZ-2000
> URL: https://issues.apache.org/jira/browse/OFBIZ-2000
> Project: OFBiz
>  Issue Type: New Feature
>  Components: ecommerce
>Reporter: Rishi Solanki
>Priority: Minor
> Attachments: CheckAvailUserName.patch, CheckAvailUserName.patch, 
> CheckAvailUserName.patch
>
>
> After adding this functionality while creating a profile from e commerce new 
> profile pages, user will be able to check his/her selected userLoginId is 
> availabel or not. Instead after submitting the whole form can check it just 
> by clicking on a check availability link. For this implementation can use 
> Ajax.request for submitting the user name and finally getting back the error 
> list from the server. If got the error appear it else hide.
> Affected files for this feature are ;
> CustomerEvents.xml > ecommerce
> profile.js ---> ecommerce
> NewCustomer.ftl ---> ecommerce (for new one)
> Regards
> - Rishi Solanki

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [jira] Commented: (OFBIZ-2001) Ship If Capture Fails option in productstore doesn't work

2008-10-18 Thread BJ Freeman
thanks.. Not sure why I could not see them last night.
sorry for all the Jira posts to correct the problem.

Jacques Le Roux sent the following on 10/18/2008 1:36 AM:
> Hi BJ,
> 
> I can see all your comments in Jira
> 
> Jacques
> 
> From: "BJ Freeman" <[EMAIL PROTECTED]>
>> same here. just see it in the email but not on the jira
>>
>> BJ Freeman (JIRA) sent the following on 10/17/2008 7:16 PM:
>>> [
>>> https://issues.apache.org/jira/browse/OFBIZ-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640736#action_12640736
>>> ]
>>>
>>> BJ Freeman commented on OFBIZ-2001:
>>> ---
>>>
>>> I don't believe the problem is with 558.
>>> I believe it has todo with the accual drivers for the gateway that
>>> PaymentGatewayServices.java   calls.
>>> for instance IcsPaymentServices.java
>>> // TODO: based on reasonCode populate the following flags
>>> as applicable: resultDeclined, resultNsf, resultBadExpire,
>>> resultBadCardNumber
>>> are not done.
>>> "authResult"  is return to PaymentGatewayServices but it does not do
>>> anything with it.
>>>
 Ship If Capture Fails option in productstore doesn't work
 -

 Key: OFBIZ-2001
 URL: https://issues.apache.org/jira/browse/OFBIZ-2001
 Project: OFBiz
  Issue Type: Bug
  Components: accounting
Affects Versions: SVN trunk
 Environment: trunk version 703450
Reporter: William Perng

 This issue is related to the function introduced in issue
 ofbiz-558.  Order status is still changed to "complete" after
 packing even this option is turned on and credit card capature is
 failed.  The right behavior should display "Cannot ship order
 because credit card captures were unsuccessful" error message.
>>>
>>
> 
> 
> 


[jira] Closed: (OFBIZ-2004) Inplace Editor is not working on profile pages.

2008-10-18 Thread Vikas Mayur (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vikas Mayur closed OFBIZ-2004.
--

Resolution: Fixed

Thanks Kirti, Rishi.

Your patch with slight modification is in trunk rev. 705879


Vikas

> Inplace Editor is not working on profile pages.
> ---
>
> Key: OFBIZ-2004
> URL: https://issues.apache.org/jira/browse/OFBIZ-2004
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Reporter: Rishi Solanki
>Assignee: Vikas Mayur
>Priority: Minor
> Attachments: InPlaceEditEmail.patch
>
>
> Previously we are calling event createUpdateEmailAddress but after conversion 
> of all possible event to services. From in place Edit Email still call to the 
> event is their. 
> Steps to solve :
> - change the controller entry to call the service as handler jsonservice.
> - change the inPlaceEditEmail function as per new parameters in to the 
> service.
> - out the emailContactmech from the service.
> - Regards
> Rishi Solanki

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Nabble 2

2008-10-18 Thread Jacques Le Roux

Hi All,

Since sometimes now Nabble is offering to migrate to their Nabble 2 forum. I did not 
mind until I read this this morning "Nabble1
(the current Nabble) will continue as it is for some time." So it seems that 
one day or another we will have to migrate to Nabble 2.
So I propose to do it now before our time will be counted to do it.
I'd also update the convenient Firefox searchplugins

What do you think ?

Jacques



[jira] Closed: (OFBIZ-2005) Wrong permission-service name for deleteTemporalExpressionAssoc

2008-10-18 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2005.
--

   Resolution: Fixed
Fix Version/s: SVN trunk
 Assignee: Jacques Le Roux

Thanks Bruno,

Your patch is in trunk r705876

> Wrong permission-service name for deleteTemporalExpressionAssoc
> ---
>
> Key: OFBIZ-2005
> URL: https://issues.apache.org/jira/browse/OFBIZ-2005
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: SVN trunk
>Reporter: Bruno Busco
>Assignee: Jacques Le Roux
> Fix For: SVN trunk
>
> Attachments: tempExprService.patch
>
>
> Hi,
> I think there is a cut and past error in the deleteTemporalExpressionAssoc 
> permission-service definition.
> Please see attached patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-2004) Inplace Editor is not working on profile pages.

2008-10-18 Thread Parimal Gain (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640763#action_12640763
 ] 

Parimal Gain commented on OFBIZ-2004:
-

Here no need to set contactMechId in entity-one because it takes value from env 
.

> Inplace Editor is not working on profile pages.
> ---
>
> Key: OFBIZ-2004
> URL: https://issues.apache.org/jira/browse/OFBIZ-2004
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Reporter: Rishi Solanki
>Assignee: Vikas Mayur
>Priority: Minor
> Attachments: InPlaceEditEmail.patch
>
>
> Previously we are calling event createUpdateEmailAddress but after conversion 
> of all possible event to services. From in place Edit Email still call to the 
> event is their. 
> Steps to solve :
> - change the controller entry to call the service as handler jsonservice.
> - change the inPlaceEditEmail function as per new parameters in to the 
> service.
> - out the emailContactmech from the service.
> - Regards
> Rishi Solanki

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[Fwd: Re: I want to discuss integration 3D Secure Credit Card with ofbiz.]

2008-10-18 Thread BJ Freeman
look at the third party code under the financial folder.
applications\accounting\src\org\ofbiz\accounting\thirdparty
provide
ccAuth
ccCapture
at a minimum
and
ccRefund
ccRelease
ccCredit
ccAuthCapture
if the provider supports them.

http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginner%27s+Development+Guide+Using+Practice+Application
see part 1

Sarvesh sent the following on 10/17/2008 7:26 AM:
> Hi,
> 
> 
>  I want to discuss integration 3D Secure Credit Card with ofbiz. I have got
> it working(using protx simulator) by changing some of ofbiz files but still
> it is not generic so I want to discuss it with the user community to make it
> generic for general usage.
> 
> 
> Thanks
> Sarvesh.
> 




[jira] Updated: (OFBIZ-2001) Ship If Capture Fails option in productstore doesn't work

2008-10-18 Thread BJ Freeman (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

BJ Freeman updated OFBIZ-2001:
--

Comment: was deleted

> Ship If Capture Fails option in productstore doesn't work
> -
>
> Key: OFBIZ-2001
> URL: https://issues.apache.org/jira/browse/OFBIZ-2001
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: SVN trunk
> Environment: trunk version 703450
>Reporter: William Perng
>
> This issue is related to the function introduced in issue ofbiz-558.  Order 
> status is still changed to "complete" after packing even this option is 
> turned on and credit card capature is failed.  The right behavior should 
> display "Cannot ship order because credit card captures were unsuccessful" 
> error message.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-2001) Ship If Capture Fails option in productstore doesn't work

2008-10-18 Thread BJ Freeman (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

BJ Freeman updated OFBIZ-2001:
--

Comment: was deleted

> Ship If Capture Fails option in productstore doesn't work
> -
>
> Key: OFBIZ-2001
> URL: https://issues.apache.org/jira/browse/OFBIZ-2001
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: SVN trunk
> Environment: trunk version 703450
>Reporter: William Perng
>
> This issue is related to the function introduced in issue ofbiz-558.  Order 
> status is still changed to "complete" after packing even this option is 
> turned on and credit card capature is failed.  The right behavior should 
> display "Cannot ship order because credit card captures were unsuccessful" 
> error message.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-2001) Ship If Capture Fails option in productstore doesn't work

2008-10-18 Thread BJ Freeman (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

BJ Freeman updated OFBIZ-2001:
--

Comment: was deleted

> Ship If Capture Fails option in productstore doesn't work
> -
>
> Key: OFBIZ-2001
> URL: https://issues.apache.org/jira/browse/OFBIZ-2001
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: SVN trunk
> Environment: trunk version 703450
>Reporter: William Perng
>
> This issue is related to the function introduced in issue ofbiz-558.  Order 
> status is still changed to "complete" after packing even this option is 
> turned on and credit card capature is failed.  The right behavior should 
> display "Cannot ship order because credit card captures were unsuccessful" 
> error message.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-2005) Wrong permission-service name for deleteTemporalExpressionAssoc

2008-10-18 Thread Bruno Busco (JIRA)
Wrong permission-service name for deleteTemporalExpressionAssoc
---

 Key: OFBIZ-2005
 URL: https://issues.apache.org/jira/browse/OFBIZ-2005
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: SVN trunk
Reporter: Bruno Busco
 Attachments: tempExprService.patch

Hi,
I think there is a cut and past error in the deleteTemporalExpressionAssoc 
permission-service definition.
Please see attached patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-2005) Wrong permission-service name for deleteTemporalExpressionAssoc

2008-10-18 Thread Bruno Busco (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Busco updated OFBIZ-2005:
---

Attachment: tempExprService.patch

> Wrong permission-service name for deleteTemporalExpressionAssoc
> ---
>
> Key: OFBIZ-2005
> URL: https://issues.apache.org/jira/browse/OFBIZ-2005
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: SVN trunk
>Reporter: Bruno Busco
> Attachments: tempExprService.patch
>
>
> Hi,
> I think there is a cut and past error in the deleteTemporalExpressionAssoc 
> permission-service definition.
> Please see attached patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (OFBIZ-2004) Inplace Editor is not working on profile pages.

2008-10-18 Thread Vikas Mayur (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vikas Mayur reassigned OFBIZ-2004:
--

Assignee: Vikas Mayur

> Inplace Editor is not working on profile pages.
> ---
>
> Key: OFBIZ-2004
> URL: https://issues.apache.org/jira/browse/OFBIZ-2004
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Reporter: Rishi Solanki
>Assignee: Vikas Mayur
>Priority: Minor
> Attachments: InPlaceEditEmail.patch
>
>
> Previously we are calling event createUpdateEmailAddress but after conversion 
> of all possible event to services. From in place Edit Email still call to the 
> event is their. 
> Steps to solve :
> - change the controller entry to call the service as handler jsonservice.
> - change the inPlaceEditEmail function as per new parameters in to the 
> service.
> - out the emailContactmech from the service.
> - Regards
> Rishi Solanki

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



I want to discuss integration 3D Secure Credit Card with ofbiz.

2008-10-18 Thread Sarvesh
Hi,

  I am working on integrating the 3D Secure Credit Card with ofbiz. In this
process, I got it working(using protx simulator) by changing some of ofbiz
files but still it is not generic, so I want to discuss it with the user
community to make it generic for general usage.

http://docs.ofbiz.org/display/OFBIZ/Credit+Card+3D+Secure++Authentication+Integration+with+ofbiz

I have added the following page on wiki in this context.

Thanks
Sarvesh


[jira] Updated: (OFBIZ-2004) Inplace Editor is not working on profile pages.

2008-10-18 Thread Kirti Dhakad (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kirti Dhakad updated OFBIZ-2004:


Attachment: InPlaceEditEmail.patch

Previously we are calling Jsonsimple named  "createUpdateEmailAddress" for 
updating Email Address but now we are using Jsonservice named 
"createUpdateEmailAddress".

Thanks to Rishi Solanki for his support.
---

Kirti Dhakad

> Inplace Editor is not working on profile pages.
> ---
>
> Key: OFBIZ-2004
> URL: https://issues.apache.org/jira/browse/OFBIZ-2004
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Reporter: Rishi Solanki
>Priority: Minor
> Attachments: InPlaceEditEmail.patch
>
>
> Previously we are calling event createUpdateEmailAddress but after conversion 
> of all possible event to services. From in place Edit Email still call to the 
> event is their. 
> Steps to solve :
> - change the controller entry to call the service as handler jsonservice.
> - change the inPlaceEditEmail function as per new parameters in to the 
> service.
> - out the emailContactmech from the service.
> - Regards
> Rishi Solanki

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2003) Could not see the profile in new profile pages while log in as admin.

2008-10-18 Thread Vikas Mayur (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vikas Mayur closed OFBIZ-2003.
--

Resolution: Fixed

Thanks Onima, Rishi.

Committed a slightly different patch in rev. 705873.


Vikas

> Could not see the profile in new profile pages while log in as admin.
> -
>
> Key: OFBIZ-2003
> URL: https://issues.apache.org/jira/browse/OFBIZ-2003
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Reporter: Rishi Solanki
>Assignee: Vikas Mayur
> Attachments: EditBillingAddress.patch, EditBillingAddress.patch
>
>
> While login form admin as userLoginId error comes that no shipToContactMechId 
> found in the EditBillingAddress.groovy and screen viewprofile is not rendered.
> The reason behind that in EditBillingAddress.groovy shipToContactmechId is 
> not available for admin and page will not render. For this wrap that 
> condition in another condition so that it comes into existence only when it 
> is available.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (OFBIZ-2003) Could not see the profile in new profile pages while log in as admin.

2008-10-18 Thread Vikas Mayur (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vikas Mayur reassigned OFBIZ-2003:
--

Assignee: Vikas Mayur

> Could not see the profile in new profile pages while log in as admin.
> -
>
> Key: OFBIZ-2003
> URL: https://issues.apache.org/jira/browse/OFBIZ-2003
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Reporter: Rishi Solanki
>Assignee: Vikas Mayur
> Attachments: EditBillingAddress.patch, EditBillingAddress.patch
>
>
> While login form admin as userLoginId error comes that no shipToContactMechId 
> found in the EditBillingAddress.groovy and screen viewprofile is not rendered.
> The reason behind that in EditBillingAddress.groovy shipToContactmechId is 
> not available for admin and page will not render. For this wrap that 
> condition in another condition so that it comes into existence only when it 
> is available.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-2002) Wrong lists in Calendar

2008-10-18 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-2002.
--

   Resolution: Fixed
Fix Version/s: Release Branch 4.0
   SVN trunk
 Assignee: Jacques Le Roux

Thanks Manuel,

It was only the column labels which were inversed. Fixed in trunk r705862, 
release4.0 r705863

> Wrong lists in Calendar
> ---
>
> Key: OFBIZ-2002
> URL: https://issues.apache.org/jira/browse/OFBIZ-2002
> Project: OFBiz
>  Issue Type: Bug
>  Components: manufacturing
>Reporter: Manuel Málaga
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: SVN trunk, Release Branch 4.0
>
> Attachments: screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg
>
>
> When I list Calendar in Manufacturing, I see the Calendar ID's listed under 
> Calendar Week ID and the Calendar Week ID's listed under Calendar ID.
> When I update a Calendar by adding an Exception Day and Click to Add the new 
> one, all the previous Exception Day`s listed, looks like the last one.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [jira] Commented: (OFBIZ-2001) Ship If Capture Fails option in productstore doesn't work

2008-10-18 Thread Jacques Le Roux

Hi BJ,

I can see all your comments in Jira

Jacques

From: "BJ Freeman" <[EMAIL PROTECTED]>

same here. just see it in the email but not on the jira

BJ Freeman (JIRA) sent the following on 10/17/2008 7:16 PM:
[ 
https://issues.apache.org/jira/browse/OFBIZ-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640736#action_12640736 ]


BJ Freeman commented on OFBIZ-2001:
---

I don't believe the problem is with 558.
I believe it has todo with the accual drivers for the gateway that 
PaymentGatewayServices.java   calls.
for instance IcsPaymentServices.java
// TODO: based on reasonCode populate the following flags as applicable: resultDeclined, resultNsf, resultBadExpire, 
resultBadCardNumber

are not done.
"authResult"  is return to PaymentGatewayServices but it does not do anything 
with it.


Ship If Capture Fails option in productstore doesn't work
-

Key: OFBIZ-2001
URL: https://issues.apache.org/jira/browse/OFBIZ-2001
Project: OFBiz
 Issue Type: Bug
 Components: accounting
   Affects Versions: SVN trunk
Environment: trunk version 703450
   Reporter: William Perng

This issue is related to the function introduced in issue ofbiz-558.  Order status is still changed to "complete" after packing 
even this option is turned on and credit card capature is failed.  The right behavior should display "Cannot ship order because 
credit card captures were unsuccessful" error message.