Note: Work in progress pa lang ito, but you can still get the gist. And yes, malaking bahagi ng debugging process ko dito, AI ginamit ko.
It's open-source sa github. Hindi 'to perfect. Hindi pa siya finalize. But if you guys wanna use this as a template, go for it, modify it all you want. Nagpa-practice ka sa paggawa ng ganitong application? Or may project ka na similar? Feel free to check it on github.
Admin Pro | Company Administration System Application
I have made an app, for windows. And it looks like this:It's open-source sa github. Hindi 'to perfect. Hindi pa siya finalize. But if you guys wanna use this as a template, go for it, modify it all you want. Nagpa-practice ka sa paggawa ng ganitong application? Or may project ka na similar? Feel free to check it on github.
URL: You do not have permission to view the full content of this post. Log in or register now.
Features
- Employee Management: centralized database for employee profiles, roles, and status.
- Department Organization: Manage company structure and budgets.
- Attendance System:
- Kiosk Mode: Dedicated interface for employees to clock in/out using a PIN.
- Manual Entry: Admin override for corrections.
- Reporting: Daily, weekly, and monthly attendance summaries.
- Payroll Processing:
- Automated calculation based on attendance.
- Support for allowances, deductions, and tax.
- Payslip generation.
- Offline-First Architecture:
- Uses SQLite (better-sqlite3) for robust local data storage.
- Background synchronization with Supabase for cloud backup and remote access.
- Functions seamlessly without an internet connection.
Technology Stack
- Runtime: You do not have permission to view the full content of this post. Log in or register now.
- Build Tool: You do not have permission to view the full content of this post. Log in or register now. + You do not have permission to view the full content of this post. Log in or register now.
- Frontend: React, Tailwind CSS
- Database:
- Local: SQLite (better-sqlite3)
- Cloud: Supabase (PostgreSQL)
- Language: JavaScript (ES6+)

