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

View File

@ -19,7 +19,7 @@ class SettingsLocalDatasource {
return TaxModel( return TaxModel(
name: 'Tax', name: 'Tax',
type: TaxType.pajak, type: TaxType.pajak,
value: 11, value: 0,
); );
} }
} }

View File

@ -44,7 +44,7 @@ class ReportBloc extends Bloc<ReportEvent, ReportState> {
category category
.getOrElse( .getOrElse(
() => CategoryAnalyticResponseModel(success: false, data: null)) () => CategoryAnalyticResponseModel(success: false, data: null))
.data!, .data,
profitLoss profitLoss
.getOrElse( .getOrElse(
() => ProfitLossResponseModel(success: false, data: null)) () => ProfitLossResponseModel(success: false, data: null))

File diff suppressed because it is too large Load Diff