This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Read Carefully: | |
The Office of the Data Protection Commissioner(ODPCC) requires that personally identifiable information MUST be masked. | |
For example | |
John Mutua should be presented as Jo** Mu***. | |
Dates should be masked as follows | |
2000-01-25 | |
20**-0*-2* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"url": "https://github.com/frappe/erpnext", | |
"branch": "version-15" | |
}, | |
{ | |
"url": "https://github.com/frappe/payments", | |
"branch": "version-15" | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// custom menu function, this adds another option to the ui of google, not sure if i want to keep this later but for now it is okay. | |
function onOpen() { | |
var ui = SpreadsheetApp.getUi(); | |
ui.createMenu('Custom Menu') | |
.addItem('Calmail_28ofMonth_lastTrigger','Calmail_28ofMonth_lastTrigger') | |
.addItem('do not touch', 'CreateJobCard') | |
.addItem('Send Charts', 'emailCharts') | |
.addItem('pastedate' , 'PasteDate') | |
.addToUi(); |