GET|HEAD / ......................................................................................................................................................................... home GET|HEAD accounting/accounts ............................................................................................. accounting.accounts.index › AccountingController@accountsIndex POST accounting/accounts .............................................................................................. accounting.accounts.store › AccountingController@storeAccount GET|HEAD accounting/accounts/create ..................................................................................... accounting.accounts.create › AccountingController@createAccount GET|HEAD accounting/accounts/{account} ...................................................................................... accounting.accounts.show › AccountingController@showAccount PUT accounting/accounts/{account} .................................................................................. accounting.accounts.update › AccountingController@updateAccount DELETE accounting/accounts/{account} ................................................................................ accounting.accounts.destroy › AccountingController@destroyAccount GET|HEAD accounting/accounts/{account}/edit ................................................................................. accounting.accounts.edit › AccountingController@editAccount GET|HEAD accounting/journal .................................................................................................... accounting.journal › AccountingController@journalEntries POST accounting/journal ........................................................................................... accounting.journal.store › AccountingController@storeJournalEntry GET|HEAD accounting/journal/create .................................................................................. accounting.journal.create › AccountingController@createJournalEntry GET|HEAD accounting/journal/{entry} ..................................................................................... accounting.journal.show › AccountingController@showJournalEntry POST accounting/journal/{entry}/void ................................................................................ accounting.journal.void › AccountingController@voidJournalEntry GET|HEAD accounting/reports/balance-sheet .......................................................................... accounting.reports.balance-sheet › AccountingController@balanceSheet GET|HEAD accounting/reports/balance-sheet/export ...................................................... accounting.reports.balance-sheet.export › AccountingController@exportBalanceSheet GET|HEAD accounting/reports/income-statement ................................................................. accounting.reports.income-statement › AccountingController@incomeStatement GET|HEAD accounting/reports/income-statement/export ............................................. accounting.reports.income-statement.export › AccountingController@exportIncomeStatement GET|HEAD accounting/reports/trial-balance .......................................................................... accounting.reports.trial-balance › AccountingController@trialBalance GET|HEAD accounting/reports/trial-balance/export ...................................................... accounting.reports.trial-balance.export › AccountingController@exportTrialBalance GET|HEAD api/regions/districts ................................................................................................... api.regions.districts › Api\RegionController@districts GET|HEAD api/regions/regencies ................................................................................................... api.regions.regencies › Api\RegionController@regencies GET|HEAD api/regions/villages ...................................................................................................... api.regions.villages › Api\RegionController@villages GET|HEAD branches ............................................................................................................................... branches.index › BranchController@index POST branches ............................................................................................................................... branches.store › BranchController@store GET|HEAD branches/create ...................................................................................................................... branches.create › BranchController@create GET|HEAD branches/{branch} ........................................................................................................................ branches.show › BranchController@show PUT branches/{branch} .................................................................................................................... branches.update › BranchController@update DELETE branches/{branch} .................................................................................................................. branches.destroy › BranchController@destroy GET|HEAD branches/{branch}/edit ................................................................................................................... branches.edit › BranchController@edit GET|HEAD cash-counts ...................................................................................................................... cash-counts.index › CashCountController@index POST cash-counts ...................................................................................................................... cash-counts.store › CashCountController@store GET|HEAD cash-counts/create ............................................................................................................. cash-counts.create › CashCountController@create GET|HEAD cash-counts/{cashCount} ............................................................................................................ cash-counts.show › CashCountController@show GET|HEAD daily-collection ...................................................................................................... daily-collection.index › DailyCollectionController@index GET|HEAD daily-collection/collector/{user} .................................................................. daily-collection.collector-tasks › DailyCollectionController@collectorTasks GET|HEAD daily-collection/performance .............................................................................. daily-collection.performance › DailyCollectionController@performance GET|HEAD daily-collection/teller ........................................................................................ daily-collection.teller › DailyCollectionController@tellerInput POST daily-collection/{installment}/quick-payment .................................................... daily-collection.quick-payment › DailyCollectionController@processQuickPayment GET|HEAD dashboard ................................................................................................................................ dashboard › DashboardController@index GET|HEAD data-cleansing ............................................................................................................ data-cleansing.index › DataCleansingController@index DELETE data-cleansing/destroy ................................................................................................ data-cleansing.destroy › DataCleansingController@destroy POST data-cleansing/merge ...................................................................................................... data-cleansing.merge › DataCleansingController@merge GET|HEAD data-cleansing/search-members ............................................................................ data-cleansing.search-members › DataCleansingController@searchMembers GET|HEAD expenses .............................................................................................................................. expenses.index › ExpenseController@index POST expenses .............................................................................................................................. expenses.store › ExpenseController@store GET|HEAD expenses/create ..................................................................................................................... expenses.create › ExpenseController@create GET|HEAD financing .......................................................................................................................... financing.index › FinancingController@index POST financing .......................................................................................................................... financing.store › FinancingController@store GET|HEAD financing/create ................................................................................................................. financing.create › FinancingController@create POST financing/payments ............................................................................................... financing.payments.record › FinancingController@recordPayment GET|HEAD financing/payments/{payment}/receipt ................................................................... financing.payments.receipt › FinancingController@downloadPaymentReceipt GET|HEAD financing/{financing} ................................................................................................................ financing.show › FinancingController@show POST financing/{financing}/approve .................................................................................................. financing.approve › FinancingController@approve POST financing/{financing}/disburse ............................................................................................... financing.disburse › FinancingController@disburse GET|HEAD financing/{financing}/installments ................................................................................... financing.installments › FinancingController@installments GET|HEAD financing/{financing}/payments ....................................................................................... financing.payments.history › FinancingController@payments GET|HEAD financing/{financing}/payments/create ............................................................................ financing.payments.create › FinancingController@createPayment POST financing/{financing}/reassign ............................................................................................... financing.reassign › FinancingController@reassign POST financing/{financing}/reject ..................................................................................................... financing.reject › FinancingController@reject GET|HEAD members ................................................................................................................................. members.index › MemberController@index POST members ................................................................................................................................. members.store › MemberController@store GET|HEAD members/create ........................................................................................................................ members.create › MemberController@create GET|HEAD members/export/csv ......................................................................................................... members.export.csv › MemberController@exportFullCSV GET|HEAD members/search ........................................................................................................................ members.search › MemberController@search GET|HEAD members/{member} .......................................................................................................................... members.show › MemberController@show PUT members/{member} ...................................................................................................................... members.update › MemberController@update DELETE members/{member} .................................................................................................................... members.destroy › MemberController@destroy GET|HEAD members/{member}/edit ..................................................................................................................... members.edit › MemberController@edit POST members/{member}/verify ............................................................................................................... members.verify › MemberController@verify GET|HEAD reports .................................................................................................................................. reports › DashboardController@reports GET|HEAD savings ................................................................................................................................ savings.index › SavingsController@index POST savings/deposit .................................................................................................................... savings.deposit › SavingsController@deposit POST savings/open ...................................................................................................................... savings.open › SavingsController@openAccount GET|HEAD savings/open/{member} .................................................................................................... savings.open.form › SavingsController@openAccountForm GET|HEAD savings/transactions/{transaction}/receipt .................................................................... savings.transactions.receipt › SavingsController@downloadReceipt POST savings/withdraw ................................................................................................................. savings.withdraw › SavingsController@withdraw GET|HEAD savings/{account} ........................................................................................................................ savings.show › SavingsController@show POST savings/{account}/close ......................................................................................................... savings.close › SavingsController@closeAccount GET|HEAD savings/{account}/transactions ........................................................................................... savings.transactions › SavingsController@transactions ANY settings ............................................................................................................................... Illuminate\Routing › RedirectController GET|HEAD settings/appearance ............................................................................................................................................ appearance.edit GET|HEAD settings/password ........................................................................................................ user-password.edit › Settings\PasswordController@edit PUT settings/password .................................................................................................... user-password.update › Settings\PasswordController@update GET|HEAD settings/profile ................................................................................................................ profile.edit › Settings\ProfileController@edit PATCH settings/profile ............................................................................................................ profile.update › Settings\ProfileController@update DELETE settings/profile .......................................................................................................... profile.destroy › Settings\ProfileController@destroy GET|HEAD settings/two-factor .......................................................................................... two-factor.show › Settings\TwoFactorAuthenticationController@show GET|HEAD users ....................................................................................................................................... users.index › UserController@index POST users ....................................................................................................................................... users.store › UserController@store GET|HEAD users/create .............................................................................................................................. users.create › UserController@create GET|HEAD users/search .............................................................................................................................. users.search › UserController@search GET|HEAD users/{user} .................................................................................................................................. users.show › UserController@show PUT users/{user} .............................................................................................................................. users.update › UserController@update DELETE users/{user} ............................................................................................................................ users.destroy › UserController@destroy GET|HEAD users/{user}/edit ............................................................................................................................. users.edit › UserController@edit Showing [95] routes