From 8ed1b574e8b5e9fc806aedc87af7aabcf73da6e6 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Wed, 17 Aug 2022 13:54:48 +0200 Subject: b0.2 --- lib/pages/logbook_page.dart | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'lib/pages/logbook_page.dart') diff --git a/lib/pages/logbook_page.dart b/lib/pages/logbook_page.dart index 0849cda..a9ef211 100644 --- a/lib/pages/logbook_page.dart +++ b/lib/pages/logbook_page.dart @@ -106,14 +106,9 @@ class _LogbookPageState extends State { Text('Gewerkt: ' + month.totalWorkedTime.inHours.toString() + ' uur'), - Text('Verdiend: ' + + Text('Verdiend: €' + month.expectedSalary.toStringAsFixed(2) + - (month.shifts.isNotEmpty - ? ' (' + - (month.shifts[0].getMinutePayRate() * 60) - .toStringAsFixed(2) + - '/uur)' - : '')), + ' (schatting)'), Padding(padding: EdgeInsets.only(left: 5, bottom: 5, right: 5)), ], ), -- cgit v1.2.3-70-g09d2