feat: transaction report
This commit is contained in:
@@ -43,6 +43,8 @@ import 'package:apskel_owner_flutter/application/product/product_loader/product_
|
||||
as _i458;
|
||||
import 'package:apskel_owner_flutter/application/report/inventory_report/inventory_report_bloc.dart'
|
||||
as _i346;
|
||||
import 'package:apskel_owner_flutter/application/report/transaction_report/transaction_report_bloc.dart'
|
||||
as _i605;
|
||||
import 'package:apskel_owner_flutter/application/user/change_password_form/change_password_form_bloc.dart'
|
||||
as _i1030;
|
||||
import 'package:apskel_owner_flutter/application/user/user_edit_form/user_edit_form_bloc.dart'
|
||||
@@ -265,6 +267,12 @@ extension GetItInjectableX on _i174.GetIt {
|
||||
gh.factory<_i1030.ChangePasswordFormBloc>(
|
||||
() => _i1030.ChangePasswordFormBloc(gh<_i635.IUserRepository>()),
|
||||
);
|
||||
gh.factory<_i605.TransactionReportBloc>(
|
||||
() => _i605.TransactionReportBloc(
|
||||
gh<_i477.IAnalyticRepository>(),
|
||||
gh<_i197.IOutletRepository>(),
|
||||
),
|
||||
);
|
||||
gh.factory<_i346.InventoryReportBloc>(
|
||||
() => _i346.InventoryReportBloc(
|
||||
gh<_i477.IAnalyticRepository>(),
|
||||
|
||||
Reference in New Issue
Block a user