- Source:
Methods
(static) getDataFile(yearFolderopt, yearMonthStr, dateObj) → {CodeMoveSpreadsheets}
Gets a CodeMoveCounts data entry spreadsheet File object for the given year.
An undefined value for the yearFolder is allowed.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
yearFolder |
Object |
<optional> |
instance of class Folder |
yearMonthStr |
string | used for naming the spreadsheet and sheets | |
dateObj |
Object | JavaScript date object for current month |
- Source:
Returns:
- Type
- CodeMoveSpreadsheets
(static) initTemplate() → {undefined}
Initialize the Monthly Totals Template Sheet with staff names and
spreadsheet formulas. Run
CodeMoveCounts.initTemplate()
when there are staffing changes.
- Source:
Returns:
- Type
- undefined