Compare commits
2 Commits
1.5.1-prod
...
production
Author | SHA1 | Date |
---|---|---|
|
2201071c68 | |
|
027025935c |
|
@ -255,7 +255,14 @@ export default <ReportConfigEntity>{
|
|||
{
|
||||
column: 'main__payment_card_information',
|
||||
query: 'main.payment_card_information',
|
||||
label: 'Information',
|
||||
label: 'Card Information',
|
||||
type: DATA_TYPE.DIMENSION,
|
||||
format: DATA_FORMAT.TEXT,
|
||||
},
|
||||
{
|
||||
column: 'main__payment_code_reference',
|
||||
query: 'main.payment_code_reference',
|
||||
label: 'Payment Reference',
|
||||
type: DATA_TYPE.DIMENSION,
|
||||
format: DATA_FORMAT.TEXT,
|
||||
},
|
||||
|
@ -334,6 +341,18 @@ export default <ReportConfigEntity>{
|
|||
field_type: FILTER_FIELD_TYPE.input_tag,
|
||||
filter_type: FILTER_TYPE.TEXT_MULTIPLE_CONTAINS,
|
||||
},
|
||||
{
|
||||
filed_label: 'Card Information',
|
||||
filter_column: 'main__payment_card_information',
|
||||
field_type: FILTER_FIELD_TYPE.input_tag,
|
||||
filter_type: FILTER_TYPE.TEXT_IN_MEMBER,
|
||||
},
|
||||
{
|
||||
filed_label: 'Payment Reference',
|
||||
filter_column: 'main__payment_code_reference',
|
||||
field_type: FILTER_FIELD_TYPE.input_tag,
|
||||
filter_type: FILTER_TYPE.TEXT_IN_MEMBER,
|
||||
},
|
||||
{
|
||||
filed_label: 'Tgl. Pengembalian',
|
||||
filter_column: 'refund__refund_date',
|
||||
|
|
Loading…
Reference in New Issue