fix: income item report
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
01fbedab77
commit
10049abc55
|
@ -112,6 +112,13 @@ export default <ReportConfigEntity>{
|
|||
type: DATA_TYPE.MEASURE,
|
||||
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__payment_total_dpp',
|
||||
query: 'tr_item.payment_total_dpp',
|
||||
|
@ -127,9 +134,16 @@ export default <ReportConfigEntity>{
|
|||
format: DATA_FORMAT.CURRENCY,
|
||||
},
|
||||
{
|
||||
column: 'tr_item__total_price',
|
||||
query: 'tr_item.total_price',
|
||||
label: 'Total Penjualan',
|
||||
column: 'tr_item__total_profit_share',
|
||||
query: 'tr_item.total_profit_share',
|
||||
label: 'Profit Share',
|
||||
type: DATA_TYPE.MEASURE,
|
||||
format: DATA_FORMAT.CURRENCY,
|
||||
},
|
||||
{
|
||||
column: 'tr_item__total_share_tenant',
|
||||
query: 'tr_item.total_share_tenant',
|
||||
label: 'Tenant Share',
|
||||
type: DATA_TYPE.MEASURE,
|
||||
format: DATA_FORMAT.CURRENCY,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue