1 # This file has been auto-generated only because it didn't exist.
2 # Feel free to modify it at will; it will not be overwritten automatically.
4 package SL::DB::Manager::BankTransaction;
8 use parent qw(SL::DB::Helper::Manager);
10 use SL::DB::Helper::Paginated;
11 use SL::DB::Helper::Sorted;
12 use SL::DB::Helper::Filtered;
14 sub object_class { 'SL::DB::BankTransaction' }
16 __PACKAGE__->make_manager_methods;
19 return ( default => [ 'transdate', 1 ],
20 columns => { SIMPLE => 'ALL',
21 local_account_number => 'local_bank_account.account_number',
22 local_bank_code => 'local_bank_account.bank_code' }, );
25 sub default_objects_per_page {