Overstay2 module: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
The Overstay2 module is the VBA module that encodes the [[Overstay2 scoring models]]:  
The Overstay2 module is the VBA module that encodes the [[Overstay2 scoring models]]:  
* [[Overstay2 data processing and reporting in CFE]] in [[Centralized data front end.accdb]]
* [[Overstay2 data processing and reporting in CFE]] in [[Centralized data front end.accdb]]
* [[Overstay2 Score and golour generation in CCMDB]]  in [[CCMDB.accdb]]   
* [[Overstay2 Score and colour generation in CCMDB]]  in [[CCMDB.accdb]]   
See [[Overstay2 Overview]] for more context.  
See [[Overstay2 Overview]] for more context.  



Revision as of 17:43, 8 June 2025

The Overstay2 module is the VBA module that encodes the Overstay2 scoring models:

See Overstay2 Overview for more context.

The same code is used for both CCMDB and CFE, with a single modifier value required to tell which program it is being run from, one of:

  • #Const in_CFE = True
  • #Const in_CCMDB = True

The code base is on github at https://github.com/squirrelslair/CCMDB/blob/main/Overstay2.bas This should provide detailed diffs, but the general change log would be at Log and CFE Log.

Related articles

Related articles: