fix: income item breakdown report
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
parent
10049abc55
commit
2ee96a617f
|
@ -127,6 +127,13 @@ export default <ReportConfigEntity>{
|
||||||
type: DATA_TYPE.MEASURE,
|
type: DATA_TYPE.MEASURE,
|
||||||
format: DATA_FORMAT.CURRENCY,
|
format: DATA_FORMAT.CURRENCY,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
column: 'tr_item__total_price',
|
||||||
|
query: 'tr_item.total_price',
|
||||||
|
label: 'Total Penjualan',
|
||||||
|
type: DATA_TYPE.MEASURE,
|
||||||
|
format: DATA_FORMAT.CURRENCY,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
column: 'tr_item_bundling__payment_total_dpp',
|
column: 'tr_item_bundling__payment_total_dpp',
|
||||||
query: 'tr_item_bundling.payment_total_dpp',
|
query: 'tr_item_bundling.payment_total_dpp',
|
||||||
|
@ -142,9 +149,16 @@ export default <ReportConfigEntity>{
|
||||||
format: DATA_FORMAT.CURRENCY,
|
format: DATA_FORMAT.CURRENCY,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
column: 'tr_item__total_price',
|
column: 'tr_item_bundling__total_profit_share',
|
||||||
query: 'tr_item.total_price',
|
query: 'tr_item_bundling.total_profit_share',
|
||||||
label: 'Total Penjualan',
|
label: 'Profit Share',
|
||||||
|
type: DATA_TYPE.MEASURE,
|
||||||
|
format: DATA_FORMAT.CURRENCY,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
column: 'tr_item_bundling__total_share_tenant',
|
||||||
|
query: 'tr_item_bundling.total_share_tenant',
|
||||||
|
label: 'Tenant Share',
|
||||||
type: DATA_TYPE.MEASURE,
|
type: DATA_TYPE.MEASURE,
|
||||||
format: DATA_FORMAT.CURRENCY,
|
format: DATA_FORMAT.CURRENCY,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue