Utopia-Canteen-System/ViewModels
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
..
AdminLoginViewModel.cs Change in Method to fetch the lcoation side id right after the login from admin credentials 2026-03-30 16:20:41 +05:00
AdminSettingsAuthViewModel.cs Change in Method to fetch the lcoation side id right after the login from admin credentials 2026-03-30 16:20:41 +05:00
MainDashoardViewModel.cs Database cleanup and production sync improvements 2026-02-18 16:50:04 +05:00
MainViewModel.cs Initial commit: admin login + scanner flow + sqlite persistence + sync service 2026-01-31 16:53:32 +05:00
MealSchedulesViewModel.cs Implemented dynamic site filter logic for meal schedules view. Updated the site selection filter to ensure proper normalization of site IDs from the config and database, allowing accurate display of meal schedules based on the selected site. 2026-03-18 13:38:09 +05:00
ScannerDashboardViewModel.cs Add employee designation and grade details to scan exports 2026-05-23 11:03:46 +05:00
ScannerViewModel.cs Initial commit: admin login + scanner flow + sqlite persistence + sync service 2026-01-31 16:53:32 +05:00
SettingsViewModel.cs Persist per-scan meal details and fix order history state across restarts 2026-03-02 15:04:33 +05:00