This commit is contained in:
efrilm
2025-09-19 13:31:17 +07:00
parent fabb77d2b9
commit e1e702bd76
3 changed files with 770 additions and 1018 deletions
@@ -19,7 +19,7 @@ class SettingsLocalDatasource {
return TaxModel(
name: 'Tax',
type: TaxType.pajak,
value: 11,
value: 0,
);
}
}
@@ -44,7 +44,7 @@ class ReportBloc extends Bloc<ReportEvent, ReportState> {
category
.getOrElse(
() => CategoryAnalyticResponseModel(success: false, data: null))
.data!,
.data,
profitLoss
.getOrElse(
() => ProfitLossResponseModel(success: false, data: null))
File diff suppressed because it is too large Load Diff