You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Brajesh Patel (JIRA)" <ji...@apache.org> on 2009/08/07 14:56:14 UTC

[jira] Created: (OFBIZ-2811) Cost Centers: implement new accounting report to show posted amounts split by cost center

Cost Centers: implement new accounting report to show posted amounts split by cost center
-----------------------------------------------------------------------------------------

                 Key: OFBIZ-2811
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2811
             Project: OFBiz
          Issue Type: New Feature
          Components: accounting
    Affects Versions: SVN trunk
            Reporter: Brajesh Patel
            Priority: Minor
             Fix For: SVN trunk




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


[jira] Updated: (OFBIZ-2811) Cost Centers: implement new accounting report to show posted amounts split by cost center

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

Brajesh Patel updated OFBIZ-2811:
---------------------------------

    Attachment:     (was: OFBIZ-2811.patch)

> Cost Centers: implement new accounting report to show posted amounts split by cost center
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2811
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2811
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Brajesh Patel
>            Priority: Minor
>             Fix For: SVN trunk
>
>


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


[jira] Updated: (OFBIZ-2811) Cost Centers: implement new accounting report to show posted amounts split by cost center

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

Brajesh Patel updated OFBIZ-2811:
---------------------------------

    Attachment: OFBIZ-2811.patch

> Cost Centers: implement new accounting report to show posted amounts split by cost center
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2811
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2811
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Brajesh Patel
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2811.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-2811) Cost Centers: implement new accounting report to show posted amounts split by cost center

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

Anil K Patel reassigned OFBIZ-2811:
-----------------------------------

    Assignee: Anil K Patel

> Cost Centers: implement new accounting report to show posted amounts split by cost center
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2811
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2811
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Brajesh Patel
>            Assignee: Anil K Patel
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2811.patch, OFBIZ-2811.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-2811) Cost Centers: implement new accounting report to show posted amounts split by cost center

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

Brajesh Patel updated OFBIZ-2811:
---------------------------------

    Attachment: OFBIZ-2811.patch

> Cost Centers: implement new accounting report to show posted amounts split by cost center
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2811
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2811
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Brajesh Patel
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2811.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-2811) Cost Centers: implement new accounting report to show posted amounts split by cost center

Posted by "Brajesh Patel (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740610#action_12740610 ] 

Brajesh Patel commented on OFBIZ-2811:
--------------------------------------

The screen will go under the "Reports" section under the "Organization GL settings" menu.

This report will show, for each gl account associated to the organizationPartyId in the context, the total posted amount of the period and also how the amount is splitted in the cost centers according to the percentages set in the screen implemented in

The screen will show a selection form where the user can select the from/thru dates OR the financial time period.
When the form is submitted the screen will present a list with all the gl accounts as rows;
 as columns:
 gl account id, code and name
posted total (this is computed as the positive total of the transactions posted in the date range in that account)
all the GlAccountCategory of type "COST_CENTER".


> Cost Centers: implement new accounting report to show posted amounts split by cost center
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2811
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2811
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Brajesh Patel
>            Priority: Minor
>             Fix For: SVN trunk
>
>


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


[jira] Resolved: (OFBIZ-2811) Cost Centers: implement new accounting report to show posted amounts split by cost center

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

Brajesh Patel resolved OFBIZ-2811.
----------------------------------

    Resolution: Fixed

Code is checked in for this issue in rev. 802295.

> Cost Centers: implement new accounting report to show posted amounts split by cost center
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2811
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2811
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Brajesh Patel
>            Assignee: Anil K Patel
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2811.patch, OFBIZ-2811.patch
>
>


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


[jira] Closed: (OFBIZ-2811) Cost Centers: implement new accounting report to show posted amounts split by cost center

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

Vikas Mayur closed OFBIZ-2811.
------------------------------


Closing issue based on comments from Brajesh.

> Cost Centers: implement new accounting report to show posted amounts split by cost center
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2811
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2811
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Brajesh Patel
>            Assignee: Anil K Patel
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2811.patch, OFBIZ-2811.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-2811) Cost Centers: implement new accounting report to show posted amounts split by cost center

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

Brajesh Patel updated OFBIZ-2811:
---------------------------------

    Attachment: OFBIZ-2811.patch

> Cost Centers: implement new accounting report to show posted amounts split by cost center
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2811
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2811
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Brajesh Patel
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2811.patch, OFBIZ-2811.patch
>
>


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