[jira] Created: (OFBIZ-1505) New screen to manage the PaymentMethodType entity.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-1505) New screen to manage the PaymentMethodType entity.

Nicolas Malin (Jira)
New screen to manage the PaymentMethodType entity.
--------------------------------------------------

                 Key: OFBIZ-1505
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1505
             Project: OFBiz
          Issue Type: Sub-task
          Components: accounting
    Affects Versions: SVN trunk
            Reporter: Jacopo Cappellato


This is *not* an organization specific screen, and so it will be accessible from the top menu of the accounting component.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1505) New screen to manage the default glAccountId for the PaymentMethodType entity.

Nicolas Malin (Jira)

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

Jacopo Cappellato updated OFBIZ-1505:
-------------------------------------

    Description:
This is *not* an organization specific screen, and so it will be accessible from the top menu of the accounting component.

In the new screen, it will only be possible to update the glAccountId field of the existing records; adding/removing new records is not allowed, nor updating the other fields of the PaymentMethodType entity.

Also, the name of the top menu should reflect the specialized scope of this screen.


  was:This is *not* an organization specific screen, and so it will be accessible from the top menu of the accounting component.

        Summary: New screen to manage the default glAccountId for the PaymentMethodType entity.  (was: New screen to manage the PaymentMethodType entity.)

> New screen to manage the default glAccountId for the PaymentMethodType entity.
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1505
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1505
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Jacopo Cappellato
>
> This is *not* an organization specific screen, and so it will be accessible from the top menu of the accounting component.
> In the new screen, it will only be possible to update the glAccountId field of the existing records; adding/removing new records is not allowed, nor updating the other fields of the PaymentMethodType entity.
> Also, the name of the top menu should reflect the specialized scope of this screen.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1505) New screen to manage the default glAccountId for the PaymentMethodType entity.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Brajesh Patel updated OFBIZ-1505:
---------------------------------

    Attachment: Jira_issue_1505.patch

Created UI to manage the default glAccountId for the PaymentMethodType entity.

> New screen to manage the default glAccountId for the PaymentMethodType entity.
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1505
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1505
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Jacopo Cappellato
>         Attachments: Jira_issue_1505.patch
>
>
> This is *not* an organization specific screen, and so it will be accessible from the top menu of the accounting component.
> In the new screen, it will only be possible to update the glAccountId field of the existing records; adding/removing new records is not allowed, nor updating the other fields of the PaymentMethodType entity.
> Also, the name of the top menu should reflect the specialized scope of this screen.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1505) New screen to manage the default glAccountId for the PaymentMethodType entity.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551110 ]

Pranay Pandey commented on OFBIZ-1505:
--------------------------------------

Brajesh,

I have reviewed your patch according to the description given in the issue and I found:

1. There is one file missing which should be PaymentMethodTypeForms.xml.
2. Service for updating the record of PaymentMethodType is missing.

--
Pranay

> New screen to manage the default glAccountId for the PaymentMethodType entity.
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1505
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1505
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Jacopo Cappellato
>         Attachments: Jira_issue_1505.patch
>
>
> This is *not* an organization specific screen, and so it will be accessible from the top menu of the accounting component.
> In the new screen, it will only be possible to update the glAccountId field of the existing records; adding/removing new records is not allowed, nor updating the other fields of the PaymentMethodType entity.
> Also, the name of the top menu should reflect the specialized scope of this screen.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1505) New screen to manage the default glAccountId for the PaymentMethodType entity.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551119 ]

Pranay Pandey commented on OFBIZ-1505:
--------------------------------------

Here i am submitting the refectored patch for this issue:

1. Added one file for form PaymentMethodTypeForms.xml.
2. Added service for updating the record of PaymentMethodType(Only the field glAccountId).

--
Pranay

> New screen to manage the default glAccountId for the PaymentMethodType entity.
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1505
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1505
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Jacopo Cappellato
>         Attachments: Jira_issue_1505.patch
>
>
> This is *not* an organization specific screen, and so it will be accessible from the top menu of the accounting component.
> In the new screen, it will only be possible to update the glAccountId field of the existing records; adding/removing new records is not allowed, nor updating the other fields of the PaymentMethodType entity.
> Also, the name of the top menu should reflect the specialized scope of this screen.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1505) New screen to manage the default glAccountId for the PaymentMethodType entity.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Pranay Pandey updated OFBIZ-1505:
---------------------------------

    Attachment: Jira_issue_1505.patch

> New screen to manage the default glAccountId for the PaymentMethodType entity.
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1505
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1505
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Jacopo Cappellato
>         Attachments: Jira_issue_1505.patch, Jira_issue_1505.patch
>
>
> This is *not* an organization specific screen, and so it will be accessible from the top menu of the accounting component.
> In the new screen, it will only be possible to update the glAccountId field of the existing records; adding/removing new records is not allowed, nor updating the other fields of the PaymentMethodType entity.
> Also, the name of the top menu should reflect the specialized scope of this screen.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1505) New screen to manage the default glAccountId for the PaymentMethodType entity.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Pranay Pandey updated OFBIZ-1505:
---------------------------------

    Attachment:     (was: Jira_issue_1505.patch)

> New screen to manage the default glAccountId for the PaymentMethodType entity.
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1505
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1505
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Jacopo Cappellato
>         Attachments: Jira_issue_1505.patch
>
>
> This is *not* an organization specific screen, and so it will be accessible from the top menu of the accounting component.
> In the new screen, it will only be possible to update the glAccountId field of the existing records; adding/removing new records is not allowed, nor updating the other fields of the PaymentMethodType entity.
> Also, the name of the top menu should reflect the specialized scope of this screen.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1505) New screen to manage the default glAccountId for the PaymentMethodType entity.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Pranay Pandey updated OFBIZ-1505:
---------------------------------

    Attachment: Jira_issue_1505.patch

> New screen to manage the default glAccountId for the PaymentMethodType entity.
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1505
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1505
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Jacopo Cappellato
>         Attachments: Jira_issue_1505.patch, Jira_issue_1505.patch
>
>
> This is *not* an organization specific screen, and so it will be accessible from the top menu of the accounting component.
> In the new screen, it will only be possible to update the glAccountId field of the existing records; adding/removing new records is not allowed, nor updating the other fields of the PaymentMethodType entity.
> Also, the name of the top menu should reflect the specialized scope of this screen.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1505) New screen to manage the default glAccountId for the PaymentMethodType entity.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Pranay Pandey updated OFBIZ-1505:
---------------------------------

    Attachment: Jira_issue_1505.patch

Here I am submitting the updated patch for this issue.

--
Pranay

> New screen to manage the default glAccountId for the PaymentMethodType entity.
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1505
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1505
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Jacopo Cappellato
>         Attachments: Jira_issue_1505.patch, Jira_issue_1505.patch, Jira_issue_1505.patch
>
>
> This is *not* an organization specific screen, and so it will be accessible from the top menu of the accounting component.
> In the new screen, it will only be possible to update the glAccountId field of the existing records; adding/removing new records is not allowed, nor updating the other fields of the PaymentMethodType entity.
> Also, the name of the top menu should reflect the specialized scope of this screen.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-1505) New screen to manage the default glAccountId for the PaymentMethodType entity.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Ashish Vijaywargiya closed OFBIZ-1505.
--------------------------------------

    Resolution: Fixed

Thanks Brajesh Patel for your valuable patch.
Your patch is in rev # 605007.

--
Ashish Vijaywargiya

> New screen to manage the default glAccountId for the PaymentMethodType entity.
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1505
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1505
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Jacopo Cappellato
>            Assignee: Ashish Vijaywargiya
>         Attachments: Jira_issue_1505.patch, Jira_issue_1505.patch, Jira_issue_1505.patch
>
>
> This is *not* an organization specific screen, and so it will be accessible from the top menu of the accounting component.
> In the new screen, it will only be possible to update the glAccountId field of the existing records; adding/removing new records is not allowed, nor updating the other fields of the PaymentMethodType entity.
> Also, the name of the top menu should reflect the specialized scope of this screen.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-1505) New screen to manage the default glAccountId for the PaymentMethodType entity.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Ashish Vijaywargiya reassigned OFBIZ-1505:
------------------------------------------

    Assignee: Ashish Vijaywargiya

> New screen to manage the default glAccountId for the PaymentMethodType entity.
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1505
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1505
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Jacopo Cappellato
>            Assignee: Ashish Vijaywargiya
>         Attachments: Jira_issue_1505.patch, Jira_issue_1505.patch, Jira_issue_1505.patch
>
>
> This is *not* an organization specific screen, and so it will be accessible from the top menu of the accounting component.
> In the new screen, it will only be possible to update the glAccountId field of the existing records; adding/removing new records is not allowed, nor updating the other fields of the PaymentMethodType entity.
> Also, the name of the top menu should reflect the specialized scope of this screen.

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