transaction show page file updated..
This commit is contained in:
@ -89,19 +89,35 @@ return [
|
||||
// Transactions
|
||||
'income' => [
|
||||
'group' => 'sales',
|
||||
'route' => [
|
||||
'prefix' => 'revenues', // core use with group + prefix, module ex. estimates
|
||||
'parameter' => 'revenue', // sales/invoices/{parameter}/edit
|
||||
//'create' => 'invoices.create', // if you change route, you can write full path
|
||||
],
|
||||
'permission' => [
|
||||
'prefix' => 'revenues',
|
||||
//'create' => 'create-sales-revenues',
|
||||
],
|
||||
'translation' => [
|
||||
'prefix' => 'revenues', // this translation file name.
|
||||
],
|
||||
'contact_type' => 'customer',
|
||||
],
|
||||
|
||||
'expense' => [
|
||||
'group' => 'purchases',
|
||||
'route' => [
|
||||
'prefix' => 'payments', // core use with group + prefix, module ex. estimates
|
||||
'parameter' => 'payment', // sales/invoices/{parameter}/edit
|
||||
//'create' => 'invoices.create', // if you change route, you can write full path
|
||||
],
|
||||
'permission' => [
|
||||
'prefix' => 'payments',
|
||||
//'create' => 'create-purchases-payments',
|
||||
],
|
||||
'translation' => [
|
||||
'prefix' => 'payments', // this translation file name.
|
||||
],
|
||||
'contact_type' => 'vendor',
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user