step 22 : komen ketidakhadiran & lembur

This commit is contained in:
sindhu
2024-02-05 14:42:15 +07:00
parent 409b8561e7
commit f4df67fe7f

View File

@@ -815,7 +815,7 @@ class HomeScreen extends HookConsumerWidget {
x: 4), x: 4),
), ),
Text( Text(
'Kehadiran', 'Kehadiran bulan ini',
style: style:
Constant.subtitle_500_12( Constant.subtitle_500_12(
context: context) context: context)
@@ -831,111 +831,111 @@ class HomeScreen extends HookConsumerWidget {
), ),
), ),
Image( // Image(
image: AssetImage('images/divider.png'), // image: AssetImage('images/divider.png'),
), // ),
//Tidak Hadir //Tidak Hadir
Container( // Container(
child: Column( // child: Column(
crossAxisAlignment: // crossAxisAlignment:
CrossAxisAlignment.start, // CrossAxisAlignment.start,
children: [ // children: [
Text( // Text(
// '2 hari', // // '2 hari',
varCurrentRekapKehadiranProvider?.tidakHadir ?? "", // varCurrentRekapKehadiranProvider?.tidakHadir ?? "",
style: Constant.subtitle_600_14( // style: Constant.subtitle_600_14(
context: context) // context: context)
.copyWith( // .copyWith(
color: Constant.textOrange, // color: Constant.textOrange,
), // ),
), // ),
SizedBox( // SizedBox(
height: Constant.getActualYPhone( // height: Constant.getActualYPhone(
context: context, y: 4), // context: context, y: 4),
), // ),
SizedBox( // SizedBox(
child: Row( // child: Row(
children: [ // children: [
Image( // Image(
image: AssetImage( // image: AssetImage(
'images/person_delete_grey.png'), // 'images/person_delete_grey.png'),
), // ),
SizedBox( // SizedBox(
width: // width:
Constant.getActualXPhone( // Constant.getActualXPhone(
context: context, // context: context,
x: 4), // x: 4),
), // ),
Text( // Text(
'Tidak Hadir', // 'Tidak Hadir',
style: // style:
Constant.subtitle_500_12( // Constant.subtitle_500_12(
context: context) // context: context)
.copyWith( // .copyWith(
color: // color:
Constant.textDarkGrey, // Constant.textDarkGrey,
), // ),
), // ),
], // ],
), // ),
) // )
], // ],
), // ),
), // ),
Image( // Image(
image: AssetImage('images/divider.png'), // image: AssetImage('images/divider.png'),
), // ),
//Tidak Hadir //Tidak Hadir
Container( // Container(
child: Column( // child: Column(
crossAxisAlignment: // crossAxisAlignment:
CrossAxisAlignment.start, // CrossAxisAlignment.start,
children: [ // children: [
Text( // Text(
// '5 hari', // // '5 hari',
varCurrentRekapKehadiranProvider?.lembur ?? "", // varCurrentRekapKehadiranProvider?.lembur ?? "",
style: Constant.subtitle_600_14( // style: Constant.subtitle_600_14(
context: context) // context: context)
.copyWith( // .copyWith(
color: Constant.textOrange, // color: Constant.textOrange,
), // ),
), // ),
SizedBox( // SizedBox(
height: Constant.getActualYPhone( // height: Constant.getActualYPhone(
context: context, y: 4), // context: context, y: 4),
), // ),
SizedBox( // SizedBox(
child: Row( // child: Row(
children: [ // children: [
Image( // Image(
image: AssetImage( // image: AssetImage(
'images/task_pending_grey.png'), // 'images/task_pending_grey.png'),
), // ),
SizedBox( // SizedBox(
width: // width:
Constant.getActualXPhone( // Constant.getActualXPhone(
context: context, // context: context,
x: 4), // x: 4),
), // ),
Text( // Text(
'Lembur', // 'Lembur',
style: // style:
Constant.subtitle_500_12( // Constant.subtitle_500_12(
context: context) // context: context)
.copyWith( // .copyWith(
color: // color:
Constant.textDarkGrey, // Constant.textDarkGrey,
), // ),
), // ),
], // ],
), // ),
), // ),
], // ],
), // ),
), // ),
], ],
), ),
), ),