Posts

Showing posts from November, 2025

Leave Approval

 You want to automate the process of employee leave requests using Google Sheets and Google Apps Script, where: An employee submits a leave request in a Google Sheet with details like name, start and end dates, and reason. The system automatically sends an email to the manager requesting approval. The manager can approve or deny the request (via email reply). The leave status in the sheet should automatically update to “Approved” or “Denied” based on the manager’s response. The script must be error-free , handling: Missing sheet Empty rows Duplicate variable declarations Null references Essentially, you want a robust, automated leave request workflow that removes manual tracking and updates the approval status automatically. I can also propose an enhanced version where the manager just clicks a link to approve or deny, making it even more seamless.

Philgeps Automation

  Problem Statement You want a fully automated system to monitor government bidding opportunities (PhilGEPS) in the Philippines with the following requirements: Automatic Login Every morning at 5:00 AM , automatically open and log in to notices.philgeps.gov.ph using AutoHotkey with your credentials. Automated Search After logging in, automatically search for bidding opportunities that match specific keywords, for example: "laboratory equipment" "BS in Criminology" "Philippines" Filtering and Extraction From the search results, extract relevant information, including: Title of the bid Publishing date Closing date Category Procuring agency Approved Budget for Contract (ABC) Direct link to the notice Top 10 Results Select the top 10 matching opportunities . Notifications Send the results via email . Optionally, send via Telegram or Viber . Ensure only new bids are sent to avo...