feat: adjustment column dpp and total pajak at income item master
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
52c82a9a41
commit
88b4c66139
|
@ -128,15 +128,15 @@ export default <ReportConfigEntity>{
|
||||||
format: DATA_FORMAT.CURRENCY,
|
format: DATA_FORMAT.CURRENCY,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
column: 'tr_item__payment_total_dpp',
|
column: 'tr_item_bundling__payment_total_dpp',
|
||||||
query: 'tr_item.payment_total_dpp',
|
query: 'tr_item_bundling.payment_total_dpp',
|
||||||
label: 'DPP',
|
label: 'DPP',
|
||||||
type: DATA_TYPE.MEASURE,
|
type: DATA_TYPE.MEASURE,
|
||||||
format: DATA_FORMAT.CURRENCY,
|
format: DATA_FORMAT.CURRENCY,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
column: 'tr_item__payment_total_tax',
|
column: 'tr_item_bundling__payment_total_tax',
|
||||||
query: 'tr_item.payment_total_tax',
|
query: 'tr_item_bundling.payment_total_tax',
|
||||||
label: 'Total Pajak',
|
label: 'Total Pajak',
|
||||||
type: DATA_TYPE.MEASURE,
|
type: DATA_TYPE.MEASURE,
|
||||||
format: DATA_FORMAT.CURRENCY,
|
format: DATA_FORMAT.CURRENCY,
|
||||||
|
|
Loading…
Reference in New Issue