Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Repair Jira Macros

...

Executing a Period Roll Over aged used to age out all completely allocated transactions regardless of the Period Rollover Date entered.

Image RemovedImage Added

Solution

Warning
titleSQL skills required

A working knowledge of SQL Management Studio is required to complete this task

The attached SQL script changes the Period Roll Over process so that only transactions with an Allocation Date on or before the date entered will be aged out.  Period balances are updated according to the system date, not the Period Rollover Date.


Example

  • system date =
  • Period Roll Over Date = 31 Oct
  • roll over process will only age out transactions with an Allocation date of 31 October or earlierperiod balances are updated based on system date not Period Roll Over date

Download and apply the attached script to the database - 7.00.175 and 7.02.01 databases

View file
nameusp_JIWA_Debtor_PeriodRollover.sql
height250
View file
nameDEV-7608_usp_JIWA_Creditor_Recalc_Balances.sql
height250

In addition, if this solution causes rollover to become noticeably slower, the following script will speed up the process.

View file
nameDebtorPeriodRolloverAdditionalIndexes.sql
height250

Note: Period numbers on the Transaction tab in debtor maintenance are dynamic and always reflect the login date not the Period Rollover Date.

Filter by label (Content by label)
showLabelsfalse
max5
spacesJ7UG
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "allocation" , "allocations" , "period_roll-over" , "aging" , "period_rollover" , "debtors" ) and type = "page" and space = "J7UG"
labelsperiod_roll-over period_rollover debtors aging allocation allocations

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId91fbcd9b-5d0b-3b97-a585-1a06ec62a231
keyDEV-8551

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId91fbcd9b-5d0b-3b97-a585-1a06ec62a231
keyDEV-7884

Page Properties
hiddentrue


Related issues


...