added cetak laporan
This commit is contained in:
@ -15,11 +15,12 @@ class UserIndexTrackingViewModel extends IndexTrackingViewModel {
|
||||
|
||||
final _bottomNavBarList = [
|
||||
{
|
||||
'name': 'Siswa',
|
||||
'name': 'List',
|
||||
'icon': Icons.people_alt_outlined,
|
||||
'header': 'List Siswa'
|
||||
'header': 'List Anak Panti'
|
||||
},
|
||||
{'name': 'Dana', 'icon': Icons.money, 'header': 'Dana Sosial'},
|
||||
// {'name': 'Dana', 'icon': Icons.money, 'header': 'Dana Sosial Khusus'},
|
||||
{
|
||||
'name': 'Profil',
|
||||
'icon': Icons.person_4_outlined,
|
||||
@ -39,6 +40,7 @@ class UserIndexTrackingViewModel extends IndexTrackingViewModel {
|
||||
final List<String> _views = [
|
||||
UserIndexTrackingViewRoutes.dataSiswaView,
|
||||
UserIndexTrackingViewRoutes.danaSosialAdminView,
|
||||
// UserIndexTrackingViewRoutes.danaSosialKhususView,
|
||||
UserIndexTrackingViewRoutes.profilView,
|
||||
UserIndexTrackingViewRoutes.visiMisiView,
|
||||
UserIndexTrackingViewRoutes.sejarahView,
|
||||
|
||||
Reference in New Issue
Block a user