mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
WIP Advanced filter.
This commit is contained in:
@@ -8,6 +8,7 @@ exports.seed = (knex) => {
|
||||
id: 1,
|
||||
resource_id: 1,
|
||||
label_name: 'Account Name',
|
||||
key: 'name',
|
||||
data_type: 'textbox',
|
||||
predefined: 1,
|
||||
columnable: true,
|
||||
@@ -16,6 +17,7 @@ exports.seed = (knex) => {
|
||||
id: 2,
|
||||
resource_id: 1,
|
||||
label_name: 'Code',
|
||||
key: 'code',
|
||||
data_type: 'textbox',
|
||||
predefined: 1,
|
||||
columnable: true,
|
||||
@@ -24,23 +26,17 @@ exports.seed = (knex) => {
|
||||
id: 3,
|
||||
resource_id: 1,
|
||||
label_name: 'Type',
|
||||
key: 'type',
|
||||
data_type: 'options',
|
||||
predefined: 1,
|
||||
columnable: true,
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
resource_id: 1,
|
||||
label_name: 'Type',
|
||||
data_type: 'normal',
|
||||
predefined: 1,
|
||||
columnable: true,
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
resource_id: 1,
|
||||
label_name: 'Description',
|
||||
data_type: 'textarea',
|
||||
key: 'description',
|
||||
predefined: 1,
|
||||
columnable: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user