Config type add hide for Document item columns..

This commit is contained in:
Cüneyt Şentürk
2021-01-09 18:56:11 +03:00
parent 78996c35dd
commit 0a4e5cd0d6
5 changed files with 283 additions and 234 deletions

View File

@ -24,6 +24,7 @@ return [
'due_at' => 'invoices.due_date',
],
'contact_type' => 'customer', // use contact type
'hide' => [], // for document items
],
Document::BILL_TYPE => [
@ -44,6 +45,7 @@ return [
'due_at' => 'bills.due_date',
],
'contact_type' => 'vendor',
'hide' => [],
],
// Contacts