Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Data structure changes

_as_MPBM_accountExtension


  • iUDF column is added  to the table
    • Based on the provided mapping from NT the IUDF is looked up in the scoa view : _as_MPBM_V_A1ScheduleMapping
  • Mtsf column is added to the table
    • Based on the provided mapping from NT the Mstsf is looked up in the scoa view : _as_MPBM_V_A1ScheduleMapping

_as_MPBM_accountExtensionAllversions


  • Accounttype colum is added to the table
    • This column will increase the speed of all the reports/extracts and MPBM
  • ucBSACOSAItemCombi column is added to the table
    • This column will increase the speed of all the reports/extracts and MPBM
  • ucOSAFunctionCombi column is added to the table
    • This column will increase the speed of all the reports/extracts and MPBM

_as_MPBM_SegmentModelAllVersions


  • SCOAFile
  • AccountNumber
  • AccountNumberPrefix
  • ShortCode
  • SCOAAccount
  • ShortDesc0
  • ShortDesc1
  • ShortDesc2
  • ShortDesc3 
  • ShortDesc4
  • ShortDescription
    • These columns increases the sql speed of reports and MPBM


_AS_MPBM_ServiceMapping

  • NTDescription
    • Added for contract and retension

Report changes

Sql's

  • _asf_GetBalancesAllaccounts.sql
    • The script is updated for 6.3
    • Performance is improved
  • _ASf_GLBalancesPerAccount.sql
    • The script is updated for 6.3
    • Performance is improved
  • _as_sp_UpdateAccountType.sql
    • The script is updated for 6.3
    • Performance is improved
    • The following types are added:
      • 3100 - Property Rates by Usage [Revenue - Non-exchange Revenue]
      • 3200 - Service Charges [Revenue - Non-exchange Revenue]
  • Reporting - Create static tables.sql
    • The script is updated for 6.3
  • _as_SP_SetSCOAActiveTable.sql
    • The script is updated for 6.3
  • _as_MPBM_AccountExtensionAllVersionExtended.sql
    • The script is updated for 6.3
    • Performance is improved
  • _as_GLAccountsFullMPBM.sql
    • Has become depreciated
  • Sagebudget.SQl
    • Performance is improved
  • _as_MPBM_Virements.SQL
    • Performance is improved
  • DataExtract Commitment.sql
    • Performance is improved
  • mSCOA DataExtract Budget.sql
    • Performance is improved
    • Added Full data sql to get the following:
      • Actuals
      • Actuals running
      • MPBM budgets
      • Sage budgets
      • Calculated next budget type
      • Virements
      • Commitment

To call the sp with full data:

EXEC 
		_AS_SP_DataExtract
			 @StartYear = 2018	
			,@PrintStartYear = 2019	
			,@DataType ='Original Budget'			---Select 'Draft' Union all Select 'Original' union all Select 'Adjusted' union all Select 'Actuals' union all Select 'Virements'
			,@IncludeVirements =0
			,@Actuals =0
			,@IncludeCommitments =0								
			,@ReportType = 'Full system' 			--Select 'Full data' Union all select 'Duplicate check' union all Select 'DataExtract'
			,@ScoaVersion = 'mSCOA_V6.2'
			,@IncludeData ='AA-AR-BB-BN-V-C-SB'


  • mSCOA BS .sql
    • Performance is improved
  • mSCOA OSB.sql
    • Performance is improved
  • Data extract - Actuals Movement only.sql
    • Performance is improved
  • mSCOA BSAC.sql
    • Performance is improved
  • mSCOA OSA.sql
    • Performance is improved
  • Data extract - Actuals .sql
    • Performance is improved
  • IDP extract.sql
    • Performance is improved
  • _AS_MPBM_RME.sql
    • Performance is improved
  • _asf_GetAgeingTransactions.sql
    • Performance is improved
  • mSCOA Ageing SP.sql
    • Performance is improved
  • Debit credit GUID listing is updated for 6.3


Reports

Trial balance pack

    • Trial balance pack is updated for 6.3
    • Trial balance pack used budgets from  the MPBM database
    • Trial balance pack shows Budgets vs Actuals

Report pack


  • Report pack is updated for 6.4
  • BVA - per account type V2 is added.
    • Based on the full budget extract
    • virement + commitments
    • Budget versus actuals
    • Difference MBPM versus Sage budgets



MPBM changes

  • Account mapping tool is upgraded with new features to make it easier and quicker to map between types
    • Auto map tool that only maps accounts with 100% match between 6.2 and 6.3 (average auto map percentage is 80-90% of the accounts)
    • Speed is significantly improved
    • Solved a bug in the mapper where segments were not broken down.
    • Solved bug where previous mapping was not picked up.
  • Budget year end procedure:
    • procedure is updated for 6.3 and checked for budget types 2
    • Added more safety changes in the script.
  • SCOA version switch
    • procedure is updated for 6.3 
    • Switching between all version 6.1,6.2 and 6.3 is possible.
    • improved performance.
  • Rewrote the budget to sage push
    • Improved speed significantly
    • Uses the same logic as the data extract
      • with it the correct debit/credit logic
    • Uses the virements from MPBM to push these in correctly

Arrears changes

Contract and retention changes

Performance and management changes

SCOA changes


  • SCOA 6.3 database is added to the system
    • Views, SP and functions are updated with 6.3 data
    • New Account types are added
    • Mapping between 6.2 and 6.3 is created
    • MPBM 6.3 selection options are added.
  • Updated the new (missing) 6.3 BSAC/OSAC and function mapping (see attachement Excel for overview)
  • Added NT A 6.2 schedule mapping to the database. Mapping can be found in the view : SCOA.DBO._as_MPBM_V_A1ScheduleMapping

No files shared here yet.


  • No labels