Utopia-Canteen-System/Models
SYED MUSTUFA AHMED NAQVI 5651f3e6cf Add employee designation and grade details to scan exports
- fetch `position_title` from HRMS employee lookup and carry it through RFID scan persistence

- extend `lunch_order_transactions` migration with `grade_type` and `Designation` columns for existing databases

- store designation on `ScanRecord` and include both grade label and designation in CSV exports

- add a helper to format grade type for export as “Management” / “Non Management”
2026-05-23 11:03:46 +05:00
..
AdminLoginRecord.cs feat: admin login audit in SQLite; Settings Admin Card ID from DB; Scanner dashboard UI 2026-02-04 18:18:17 +05:00
HrmsEmployeeInfo.cs Add employee designation and grade details to scan exports 2026-05-23 11:03:46 +05:00
HrmsMenuItem.cs Sync scans to lunch_order and enforce per-session daily scans 2026-03-09 13:01:08 +05:00
Labour.cs Initial commit: admin login + scanner flow + sqlite persistence + sync service 2026-01-31 16:53:32 +05:00
MealSchedule.cs Sync scans to lunch_order and enforce per-session daily scans 2026-03-09 13:01:08 +05:00
MealSession.cs Persist per-scan meal details and fix order history state across restarts 2026-03-02 15:04:33 +05:00
OrderHistoryItem.cs Show HRMS employee photo in dashboard and order history 2026-03-03 13:47:43 +05:00
ResolvedMealSession.cs Align meal schedules and menus with current site and HRMS data 2026-03-17 10:14:05 +05:00
ScanRecord.cs Add employee designation and grade details to scan exports 2026-05-23 11:03:46 +05:00