[jira] Created: (OFBIZ-2606) Setup a new SecurityGroup specific for Accounting component.

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

[jira] Created: (OFBIZ-2606) Setup a new SecurityGroup specific for Accounting component.

Nicolas Malin (Jira)
Setup a new SecurityGroup specific for Accounting component.
------------------------------------------------------------

                 Key: OFBIZ-2606
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2606
             Project: OFBiz
          Issue Type: Improvement
          Components: accounting
    Affects Versions: SVN trunk
            Reporter: Sumit Pandit
            Priority: Minor


To setup of a new  SecurityGroup which is dedicated to Accounting component only. It will assigned by all SecurityPermission which are required to handle variuos accounting operations.
Purpose of this will be to be able to create a UserLogin, who will have restricted access to Accounting component only.

--
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-2606) Setup a new SecurityGroup specific for Accounting component.

Nicolas Malin (Jira)

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

Sumit Pandit updated OFBIZ-2606:
--------------------------------

    Attachment: OFBIZ_2606.patch

Testing Steps -

1) Apply patch.
2) At console run -  "ant clean-all && ant run-install"
3) Start server
4) on url hit - http://localhost:8080/accounting/control/main
5) use user loginId/password - accountingadmin/ofbiz.


Success Scenario - successfully login and access Accounting component only (including - AR, AP, Asset Maint, My Portal)
Failure Scenario - Can't able to login Or Able to login but using same username/password, able access to other components as well.

> Setup a new SecurityGroup specific for Accounting component.
> ------------------------------------------------------------
>
>                 Key: OFBIZ-2606
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2606
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Priority: Minor
>         Attachments: OFBIZ_2606.patch
>
>
> To setup of a new  SecurityGroup which is dedicated to Accounting component only. It will assigned by all SecurityPermission which are required to handle variuos accounting operations.
> Purpose of this will be to be able to create a UserLogin, who will have restricted access to Accounting component only.

--
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-2606) Setup a new SecurityGroup specific for Accounting component.

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

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

Anil K Patel commented on OFBIZ-2606:
-------------------------------------

Ref:
http://docs.ofbiz.org/display/OFBREQDES/Actor+Definitions

> Setup a new SecurityGroup specific for Accounting component.
> ------------------------------------------------------------
>
>                 Key: OFBIZ-2606
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2606
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Priority: Minor
>         Attachments: OFBIZ_2606.patch
>
>
> To setup of a new  SecurityGroup which is dedicated to Accounting component only. It will assigned by all SecurityPermission which are required to handle variuos accounting operations.
> Purpose of this will be to be able to create a UserLogin, who will have restricted access to Accounting component only.

--
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-2606) Setup a new SecurityGroup specific for Accounting component.

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

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

David E. Jones commented on OFBIZ-2606:
---------------------------------------

About this record:

<RoleType description="Accountant" hasTable="N" parentTypeId="EMPLOYEE" roleTypeId="ACCOUNTANT"/>

Is an Accountant really always an Employee? Just off the top of my head I can think of a number of small and large companies that provide accounting services... and they don't do so as employees of their clients.


> Setup a new SecurityGroup specific for Accounting component.
> ------------------------------------------------------------
>
>                 Key: OFBIZ-2606
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2606
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Priority: Minor
>         Attachments: OFBIZ_2606.patch
>
>
> To setup of a new  SecurityGroup which is dedicated to Accounting component only. It will assigned by all SecurityPermission which are required to handle variuos accounting operations.
> Purpose of this will be to be able to create a UserLogin, who will have restricted access to Accounting component only.

--
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-2606) Setup a new SecurityGroup specific for Accounting component.

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

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

Sumit Pandit updated OFBIZ-2606:
--------------------------------

    Attachment: OFBIZ_2606.patch

Added PratyRelationship data as well.

> Setup a new SecurityGroup specific for Accounting component.
> ------------------------------------------------------------
>
>                 Key: OFBIZ-2606
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2606
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Priority: Minor
>         Attachments: OFBIZ_2606.patch, OFBIZ_2606.patch
>
>
> To setup of a new  SecurityGroup which is dedicated to Accounting component only. It will assigned by all SecurityPermission which are required to handle variuos accounting operations.
> Purpose of this will be to be able to create a UserLogin, who will have restricted access to Accounting component only.

--
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-2606) Setup a new SecurityGroup specific for Accounting component.

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

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

Sumit Pandit updated OFBIZ-2606:
--------------------------------

    Attachment: OFBIZ_2606.patch

Sorry David, I overlooked your comment. I regret for that.

-
Thanks And Regards
Sumit Pandit

> Setup a new SecurityGroup specific for Accounting component.
> ------------------------------------------------------------
>
>                 Key: OFBIZ-2606
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2606
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Priority: Minor
>         Attachments: OFBIZ_2606.patch, OFBIZ_2606.patch, OFBIZ_2606.patch
>
>
> To setup of a new  SecurityGroup which is dedicated to Accounting component only. It will assigned by all SecurityPermission which are required to handle variuos accounting operations.
> Purpose of this will be to be able to create a UserLogin, who will have restricted access to Accounting component only.

--
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-2606) Setup a new SecurityGroup specific for Accounting component.

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

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

Jacques Le Roux commented on OFBIZ-2606:
----------------------------------------

Hi Sumit,

Could you please update, there has been changes in ofbiz-component.xml

Thanks

> Setup a new SecurityGroup specific for Accounting component.
> ------------------------------------------------------------
>
>                 Key: OFBIZ-2606
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2606
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Priority: Minor
>         Attachments: OFBIZ_2606.patch, OFBIZ_2606.patch, OFBIZ_2606.patch
>
>
> To setup of a new  SecurityGroup which is dedicated to Accounting component only. It will assigned by all SecurityPermission which are required to handle variuos accounting operations.
> Purpose of this will be to be able to create a UserLogin, who will have restricted access to Accounting component only.

--
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-2606) Setup a new SecurityGroup specific for Accounting component.

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

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

Jacques Le Roux closed OFBIZ-2606.
----------------------------------

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

Finally commited in trunk at r818370

> Setup a new SecurityGroup specific for Accounting component.
> ------------------------------------------------------------
>
>                 Key: OFBIZ-2606
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2606
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ_2606.patch, OFBIZ_2606.patch, OFBIZ_2606.patch
>
>
> To setup of a new  SecurityGroup which is dedicated to Accounting component only. It will assigned by all SecurityPermission which are required to handle variuos accounting operations.
> Purpose of this will be to be able to create a UserLogin, who will have restricted access to Accounting component only.

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