inventory stock action
This commit is contained in:
parent
c8f4fbffe2
commit
02032fd97b
@ -128,6 +128,7 @@ return [
|
|||||||
'category_type' => 'income',
|
'category_type' => 'income',
|
||||||
'transaction_type' => 'income',
|
'transaction_type' => 'income',
|
||||||
'contact_type' => 'customer', // use contact type
|
'contact_type' => 'customer', // use contact type
|
||||||
|
'inventory_stock_action' => 'decrease', // decrease stock in stock tracking
|
||||||
'transaction' => [
|
'transaction' => [
|
||||||
'email_template' => 'invoice_payment_customer', // use email template
|
'email_template' => 'invoice_payment_customer', // use email template
|
||||||
],
|
],
|
||||||
@ -181,6 +182,7 @@ return [
|
|||||||
'category_type' => 'income',
|
'category_type' => 'income',
|
||||||
'transaction_type' => 'income',
|
'transaction_type' => 'income',
|
||||||
'contact_type' => 'customer', // use contact type
|
'contact_type' => 'customer', // use contact type
|
||||||
|
'inventory_stock_action' => 'decrease', // decrease stock in stock tracking
|
||||||
'hide' => [], // for document items
|
'hide' => [], // for document items
|
||||||
'class' => [],
|
'class' => [],
|
||||||
'notification' => [
|
'notification' => [
|
||||||
@ -224,6 +226,7 @@ return [
|
|||||||
'category_type' => 'expense',
|
'category_type' => 'expense',
|
||||||
'transaction_type' => 'expense',
|
'transaction_type' => 'expense',
|
||||||
'contact_type' => 'vendor',
|
'contact_type' => 'vendor',
|
||||||
|
'inventory_stock_action' => 'increase', // increases stock in stock tracking
|
||||||
'transaction' => [
|
'transaction' => [
|
||||||
'email_template' => 'invoice_payment_customer', // use email template
|
'email_template' => 'invoice_payment_customer', // use email template
|
||||||
],
|
],
|
||||||
@ -275,6 +278,7 @@ return [
|
|||||||
'category_type' => 'expense',
|
'category_type' => 'expense',
|
||||||
'transaction_type' => 'expense',
|
'transaction_type' => 'expense',
|
||||||
'contact_type' => 'vendor',
|
'contact_type' => 'vendor',
|
||||||
|
'inventory_stock_action' => 'increase', // increases stock in stock tracking
|
||||||
'hide' => [],
|
'hide' => [],
|
||||||
'notification' => [
|
'notification' => [
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user