feat: move tipe item
continuous-integration/drone/push Build is passing Details

pull/99/head
Firman Ramdhani 2024-09-20 19:01:18 +07:00
parent 109898b076
commit 0b8bb72392
1 changed files with 7 additions and 7 deletions

View File

@ -46,13 +46,6 @@ export default <ReportConfigEntity>{
type: DATA_TYPE.DIMENSION,
format: DATA_FORMAT.TEXT,
},
{
column: 'tr_item__item_type',
query: 'tr_item.item_type',
label: 'Tipe Item',
type: DATA_TYPE.DIMENSION,
format: DATA_FORMAT.TEXT,
},
{
column: 'main__status',
query: 'main.status',
@ -95,6 +88,13 @@ export default <ReportConfigEntity>{
type: DATA_TYPE.DIMENSION,
format: DATA_FORMAT.TEXT,
},
{
column: 'tr_item__item_type',
query: 'tr_item.item_type',
label: 'Tipe Item',
type: DATA_TYPE.DIMENSION,
format: DATA_FORMAT.TEXT,
},
{
column: 'tr_item__item_name',
query: 'tr_item.item_name',