Skip to main content
November 16, 2024

Bug - Schedule 07 Tax Account Reconciliation Translation Rule

  • November 16, 2024
  • 0 replies
  • 1 view

This relates to release PV7.3.0  SV100. You will need to apply this fix to the OpenPlace solution.

This fix was discovered by Julien Coudrette from Finit Solutions. Thank you Julien for bringing this to our attention.

CSRC case # CSRC0109262 

Issue:

An extra line of code to help calculate the translated opening balance account was applied incorrectly. 

Fix:

Go to the Finance rule "TXP_BusinessRules".


RobDessureault_0-1731764399257.png

Go to the section "Schedule07TaxAccountReconciliationTranslation".


RobDessureault_1-1731764459132.png

The issue is with the first BR only.

Remove the highlighted row.


RobDessureault_4-1731764221429.png

Your BR should look something similar to this:


RobDessureault_3-1731764182990.png

You can leave the old rule in place, but comment out the lines with a single quote (').

Note: Beware of the syntax - the 2nd line needs the "&" to be replaced with an "_".

Here is the actual code that you can copy into your BR's:

api.Data.Calculate("V#YTD:A#TXP_TxROpeningBal:I#None:O#Import:U5#None:U6#None:U8#None = " & _
" RemoveNoData(S#" & calcSession.OpenBalScenario & ":T#PovPriorYearM12:V#YTD:A#TXP_TxREndingBalance:O#BeforeAdj:U5#None:U6#None:U8#None)" _
,,,,,"U1#TXP_TotalJD.Base","U2#TXP_TxRecBalanceSheet.Base","U3#TXP_SourceTotal.Base","U4#TXP_TotalNatLoc.Base",,,"U7#TXP_GFEntities.Base",,)