[
https://issues.apache.org/jira/browse/OFBIZ-12754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686684#comment-17686684
]
ASF subversion and git services commented on OFBIZ-12754:
---------------------------------------------------------
Commit aefbea76d571c84e62b66ffb2c13354db1431499 in ofbiz-framework's branch
refs/heads/release22.01 from Daniel Watford
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=aefbea76d5 ]
FIXED: Display contra accounts on balance sheet as negative values (OFBIZ-12754)
Convert the ending balances read from GlAccountHistory for contra
accounts from credit to debit values by negating them. This ensure they
correctly reduce the value of the asset accounts they correspond to.
> Accumulated depreciation switches from negative to positive value following
> closure of corresponding time period
> ----------------------------------------------------------------------------------------------------------------
>
> Key: OFBIZ-12754
> URL: https://issues.apache.org/jira/browse/OFBIZ-12754
> Project: OFBiz
> Issue Type: Bug
> Components: accounting
> Affects Versions: 22.01.01
> Reporter: Daniel Watford
> Assignee: Daniel Watford
> Priority: Major
> Fix For: 22.01.01
>
>
> When the corresponding time period is open, the balance sheet will display
> the sum of contra account credit entries for that time period as negative
> when displayed on the balance sheet as these balances are displayed alongside
> and summed with asset balances. This has the (presumably intended) effect of
> reducing the overall value of assets.
> Once the time period for the contra account credit balance is closed, the
> contra account balance will then be treated as a positive value on the
> balance sheet, having the effect of increasing, rather than decreasing, total
> asset value.
> This behaviour can be observed using demo data.
> For the demo company, create the following Fiscal Month custom time periods
> (time values should be 00:00:00):
> * 2009-01-01 to 2009-02-01
> * 2009-02-01 to 2009-03-01
> * 2009-03-01 to 2009-04-01
> * 2009-04-01 to 2009-05-01
> Access the Balance Sheet report and produce a balance sheet for Thru Date
> 2009-04-01. This balance sheet will then include the entry for vehicle
> depreciation with transaction date 2009-03-31 08:00:00.000.
> The balance sheet should show this depreciation in the Assets part of the
> report with a value of -$2500.
> Close the first three time periods one-by-one, regenerating the above balance
> sheet after each closure. You should see that once the March 2009 time period
> is closed the depreciation balance changes from -$2500 to $2500.
> Further, the Total Assets entry at the bottom of the report will have
> increased to $202,500, misrepresenting the true state by $5000.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)