Document transaction email template changes..

This commit is contained in:
Cüneyt Şentürk
2022-07-14 11:22:39 +03:00
parent 42d0a96afb
commit b69cb77153
5 changed files with 41 additions and 8 deletions

View File

@ -126,6 +126,9 @@ return [
'category_type' => 'income',
'transaction_type' => 'income',
'contact_type' => 'customer', // use contact type
'transaction' => [
'email_template' => 'invoice_payment_customer', // use email template
],
'hide' => [], // for document items
'class' => [],
'notification' => [
@ -219,6 +222,9 @@ return [
'category_type' => 'expense',
'transaction_type' => 'expense',
'contact_type' => 'vendor',
'transaction' => [
'email_template' => 'invoice_payment_customer', // use email template
],
'hide' => [],
'notification' => [
'class' => 'App\Notifications\Purchase\Bill',