Skip to content

Instantly share code, notes, and snippets.

View saleemdev's full-sized avatar
🏠
Open to Work

SALIM MWAURA saleemdev

🏠
Open to Work
View GitHub Profile
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*
@saleemdev
saleemdev / APPS_JSON
Created January 23, 2024 11:12
Tiberbu APPS_JSON
[
{
"url": "https://github.com/frappe/erpnext",
"branch": "version-15"
},
{
"url": "https://github.com/frappe/payments",
"branch": "version-15"
},
{
// 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();