Posts

Showing posts with the label Power Apps

Field Mobile App: Simplifying On-Site Project Updates

Image
Built with Microsoft Power Apps Managing construction and engineering projects efficiently requires timely updates and seamless collaboration. To address this need, the Field Mobile App was developed using Microsoft Power Apps. This app empowers site engineers to update project statuses on the go while ensuring accuracy and accountability. Why the Field Mobile App? The app streamlines the process of tracking project progress and managing site activity photos, which are automatically stored in SharePoint folders. It is designed to keep information up-to-date in real time while minimizing manual errors. 1. Login Screen The app automatically recognizes users logged into their company account on Power Apps, eliminating the need for a separate login process. 2. View Active Sites The second screen displays a list of today’s active sites, with data sourced from Excel files on OneDrive. On-Site Updates Only: Engineers can only edit sites within a 5 km radius of their curren...

IT Asset Management System

Image
Managing IT assets efficiently is a critical task for any organization, ensuring accountability, transparency, and streamlined operations. To address this need, I developed an IT Asset Management System using Power Apps. This system is designed to simplify IT asset tracking and create a seamless experience for both administrators and users.   Key Features of the IT Asset Management System   1. Role-Based Access Control Login Page : The system begins with a login page where users are assigned one of two roles: Admin : Full access to manage and track all IT assets and accessories. Normal User : Limited access to view only the assets issued to them by the IT department. This role-based access ensures security and provides tailored functionalities based on the user’s role. 2. Comprehensive Dashboard Admin Dashboard : Displays an overview of all IT assets, including issued items and current stock levels. Admins can monitor real-time updates and maintain inventory efficiently. User...

Helpdesk Ticket System with Power Apps

Image
In today’s fast-paced workplace, a reliable and efficient Helpdesk system is essential for resolving issues quickly and maintaining smooth operations. To address this need, I built a Helpdesk Ticket System using Power Apps, designed to provide an intuitive experience for both users and administrators. This application includes three primary pages: Login, Dashboard, and Create Ticket. 1. Login Page The system begins with a login page offering two roles: • Login as User • Login as Admin By selecting their role, users are directed to the corresponding dashboard with features tailored to their needs. 2. Dashboard The second page is the Dashboard, which offers different functionalities based on the user’s role: For Admins: Admins have access to a comprehensive overview of all tickets submitted by users. The dashboard categorizes tickets into three statuses: • Not Started • In Progress • Complete Admins can view the total count of tickets for each status, mak...

Attendance System: Streamlining Employee Check-Ins with Power Apps

Image
The Attendance System I built using Power Apps is designed to simplify and enhance the tracking of employee attendance for both office staff and site engineers. This app features three distinct pages, each serving a critical function in the workflow: 1. Login Screen The system automatically logs in users through their Microsoft Office account , eliminating the need for manual credential input. This seamless integration ensures ease of access and links attendance records directly to the respective user, maintaining accuracy and accountability. 2. Adding Records The second page is the core of the app, where employees can log their attendance. Users can select from three status options: Arrive Exit On the Way Work from Home Additionally, they can specify their location by choosing Office or Site . For those selecting "Site," a Site ID field is required for precise tracking. ...

Find The Distance Between Two Locations

Image
* Latitude and Longitude are measured with degrees ACOS( SIN(lat1*PI()/180)* SIN(lat2*PI()/180) +  COS(lat1*PI()/180)* COS(lat2*PI()/180)* COS(lon2*PI()/180-lon1*PI()/180) ) * 6371000 [I used this formula to check the distance between two locations when I created a Field Mobile PowerApps] Photos credited to their respective owners