Merge pull request 'feat: add column and filter payment reference at report income' (#139) from feat/report-income into production
Reviewed-on: #139production
commit
2201071c68
|
@ -255,7 +255,14 @@ export default <ReportConfigEntity>{
|
||||||
{
|
{
|
||||||
column: 'main__payment_card_information',
|
column: 'main__payment_card_information',
|
||||||
query: '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,
|
type: DATA_TYPE.DIMENSION,
|
||||||
format: DATA_FORMAT.TEXT,
|
format: DATA_FORMAT.TEXT,
|
||||||
},
|
},
|
||||||
|
@ -334,6 +341,18 @@ export default <ReportConfigEntity>{
|
||||||
field_type: FILTER_FIELD_TYPE.input_tag,
|
field_type: FILTER_FIELD_TYPE.input_tag,
|
||||||
filter_type: FILTER_TYPE.TEXT_MULTIPLE_CONTAINS,
|
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',
|
filed_label: 'Tgl. Pengembalian',
|
||||||
filter_column: 'refund__refund_date',
|
filter_column: 'refund__refund_date',
|
||||||
|
|
Loading…
Reference in New Issue