Mobile app for ERPNext attendance, leave requests, and payroll.
flutter pub get
flutter build apk --debug
# APK at: build/app/outputs/flutter-apk/app-debug.apk- Generate a new token with
repoANDworkflowscopes - Push to trigger auto-build
- Download APK from Actions tab
- ✅ Login with ERPNext credentials
- ✅ View employee profile
- ✅ Clock In with GPS
- ✅ Leave request management
- ✅ Payroll view
- ✅ Attendance history
Edit lib/main.dart → AppConfig:
baseUrl- Your ERPNext URLapiKey- Your API KeyapiSecret- Your API Secret
POST /api/method/login
GET /api/resource/Employee
POST /api/resource/Attendance
GET /api/resource/Attendance
GET /api/resource/Leave Type
POST /api/resource/Leave Application
GET /api/resource/Salary Slip