You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Surya Kusumakar (JIRA)" <ji...@apache.org> on 2009/07/03 15:30:48 UTC

[jira] Created: (OFBIZ-2694) In Accouting Payment Section The PaymentSubTabBar options are not working properly, so converting it to ftl so that desired functionality can be achieved.

In Accouting Payment Section The PaymentSubTabBar options are not working properly, so converting it to ftl so that desired functionality can be achieved. 
-----------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: OFBIZ-2694
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2694
             Project: OFBiz
          Issue Type: Bug
          Components: accounting
    Affects Versions: Release Branch 9.04, SVN trunk
            Reporter: Surya Kusumakar
            Priority: Minor
             Fix For: Release Branch 9.04, SVN trunk


On Payment overview page if we select a payment to see its view for example navigate through following link ;
https://localhost:8443/accounting/control/paymentOverview?paymentId=demo10000

On this link all the functionality is working fine when we go for changing the status to statusId, but in case of changing the previous status to "PMNT_VOID" and "PMNT_CANCELLED" a JS function confirmActionLink() call on click.
The JS can not work due the MenuWidget renders not accordingly and not handling the such scenario. So to achieve the functionality work properly convert the Menu to ftl, without changing its any of the functionality .



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


[jira] Closed: (OFBIZ-2694) In Accouting Payment Section The PaymentSubTabBar options are not working properly, so converting it to ftl so that desired functionality can be achieved.

Posted by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Vijaywargiya closed OFBIZ-2694.
--------------------------------------

    Resolution: Fixed

Thanks Surya.
Done at r790924 & r790925.

--
Ashish Vijaywargiya

> In Accouting Payment Section The PaymentSubTabBar options are not working properly, so converting it to ftl so that desired functionality can be achieved. 
> -----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2694
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2694
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Surya Kusumakar
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>             Fix For: Release Branch 9.04, SVN trunk
>
>         Attachments: PaymentSubTabBar.patch
>
>
> On Payment overview page if we select a payment to see its view for example navigate through following link ;
> https://localhost:8443/accounting/control/paymentOverview?paymentId=demo10000
> On this link all the functionality is working fine when we go for changing the status to statusId, but in case of changing the previous status to "PMNT_VOID" and "PMNT_CANCELLED" a JS function confirmActionLink() call on click.
> The JS can not work due the MenuWidget renders not accordingly and not handling the such scenario. So to achieve the functionality work properly convert the Menu to ftl, without changing its any of the functionality .

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


[jira] Updated: (OFBIZ-2694) In Accouting Payment Section The PaymentSubTabBar options are not working properly, so converting it to ftl so that desired functionality can be achieved.

Posted by "Surya Kusumakar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Surya Kusumakar updated OFBIZ-2694:
-----------------------------------

    Attachment: PaymentSubTabBar.patch

Here is the patch for above described functionality.

> In Accouting Payment Section The PaymentSubTabBar options are not working properly, so converting it to ftl so that desired functionality can be achieved. 
> -----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2694
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2694
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Surya Kusumakar
>            Priority: Minor
>             Fix For: Release Branch 9.04, SVN trunk
>
>         Attachments: PaymentSubTabBar.patch
>
>
> On Payment overview page if we select a payment to see its view for example navigate through following link ;
> https://localhost:8443/accounting/control/paymentOverview?paymentId=demo10000
> On this link all the functionality is working fine when we go for changing the status to statusId, but in case of changing the previous status to "PMNT_VOID" and "PMNT_CANCELLED" a JS function confirmActionLink() call on click.
> The JS can not work due the MenuWidget renders not accordingly and not handling the such scenario. So to achieve the functionality work properly convert the Menu to ftl, without changing its any of the functionality .

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


[jira] Assigned: (OFBIZ-2694) In Accouting Payment Section The PaymentSubTabBar options are not working properly, so converting it to ftl so that desired functionality can be achieved.

Posted by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Vijaywargiya reassigned OFBIZ-2694:
------------------------------------------

    Assignee: Ashish Vijaywargiya

> In Accouting Payment Section The PaymentSubTabBar options are not working properly, so converting it to ftl so that desired functionality can be achieved. 
> -----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2694
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2694
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Surya Kusumakar
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>             Fix For: Release Branch 9.04, SVN trunk
>
>         Attachments: PaymentSubTabBar.patch
>
>
> On Payment overview page if we select a payment to see its view for example navigate through following link ;
> https://localhost:8443/accounting/control/paymentOverview?paymentId=demo10000
> On this link all the functionality is working fine when we go for changing the status to statusId, but in case of changing the previous status to "PMNT_VOID" and "PMNT_CANCELLED" a JS function confirmActionLink() call on click.
> The JS can not work due the MenuWidget renders not accordingly and not handling the such scenario. So to achieve the functionality work properly convert the Menu to ftl, without changing its any of the functionality .

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