Overstay2 module: Difference between revisions
Ttenbergen (talk | contribs) Created page with "The Overstay2 module is the VBA module that encodes the Overstay2 Score and Colour generation in CCMDB and CFE process in CCMDB.accdb and Centralized data front end.accdb. 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 shoul..." |
Ttenbergen (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
The Overstay2 module is the VBA module that encodes the [[Overstay2 | The Overstay2 module is the VBA module that encodes the [[Overstay2 scoring model]]: | ||
* [[Overstay2 data processing and reporting in CFE]] in [[Centralized data front end.accdb]] | |||
* [[Overstay2 Score and Colour generation in CCMDB]] in [[CCMDB.accdb]] | |||
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: | 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: | ||