Merge branch 'dev-bagus' of https://github.com/defuj/eis into dev-defuj
This commit is contained in:
commit
871a34d576
@ -266,10 +266,7 @@ const formatData = (rawData: any, reportMeta: any) => {
|
|||||||
]
|
]
|
||||||
|
|
||||||
formattedData.push([summaryName, ...result])
|
formattedData.push([summaryName, ...result])
|
||||||
formattedData.push([
|
formattedData.push([{ content: 'RATA-RATA', styles: { fontStyle: 'bold' } }, ...result])
|
||||||
{ content: 'RATA-RATA', colSpan: 2, styles: { fontStyle: 'bold' } },
|
|
||||||
...result
|
|
||||||
])
|
|
||||||
|
|
||||||
return formattedData
|
return formattedData
|
||||||
}
|
}
|
||||||
|
@ -180,7 +180,7 @@ const formatData = (rawData: any, reportMeta: any) => {
|
|||||||
]
|
]
|
||||||
|
|
||||||
formattedData.push([summaryName, ...result])
|
formattedData.push([summaryName, ...result])
|
||||||
formattedData.push([{ content: 'TOTAL', colSpan: 2, styles: { fontStyle: 'bold' } }, ...result])
|
formattedData.push([{ content: 'TOTAL', styles: { fontStyle: 'bold' } }, ...result])
|
||||||
|
|
||||||
return formattedData
|
return formattedData
|
||||||
}
|
}
|
||||||
|
@ -208,7 +208,7 @@ const formatData = (rawData: any, reportMeta: any) => {
|
|||||||
]
|
]
|
||||||
|
|
||||||
formattedData.push([summaryName, ...result])
|
formattedData.push([summaryName, ...result])
|
||||||
formattedData.push([{ content: 'TOTAL', colSpan: 2, styles: { fontStyle: 'bold' } }, ...result])
|
formattedData.push([{ content: 'TOTAL', styles: { fontStyle: 'bold' } }, ...result])
|
||||||
|
|
||||||
return formattedData
|
return formattedData
|
||||||
}
|
}
|
||||||
|
@ -362,7 +362,7 @@ const formatData = (rawData: any, reportMeta: any) => {
|
|||||||
]
|
]
|
||||||
|
|
||||||
formattedData.push([summaryName, ...result])
|
formattedData.push([summaryName, ...result])
|
||||||
formattedData.push([{ content: 'TOTAL', colSpan: 2, styles: { fontStyle: 'bold' } }, ...result])
|
formattedData.push([{ content: 'TOTAL', styles: { fontStyle: 'bold' } }, ...result])
|
||||||
|
|
||||||
return formattedData
|
return formattedData
|
||||||
}
|
}
|
||||||
|
@ -265,10 +265,7 @@ const formatData = (rawData: any, reportMeta: any) => {
|
|||||||
]
|
]
|
||||||
|
|
||||||
formattedData.push([summaryName, ...result])
|
formattedData.push([summaryName, ...result])
|
||||||
formattedData.push([
|
formattedData.push([{ content: 'RATA-RATA', styles: { fontStyle: 'bold' } }, ...result])
|
||||||
{ content: 'RATA-RATA', colSpan: 2, styles: { fontStyle: 'bold' } },
|
|
||||||
...result
|
|
||||||
])
|
|
||||||
|
|
||||||
return formattedData
|
return formattedData
|
||||||
}
|
}
|
||||||
|
@ -174,7 +174,7 @@ const formatData = (rawData: any, reportMeta: any) => {
|
|||||||
]
|
]
|
||||||
|
|
||||||
formattedData.push([summaryName, ...result])
|
formattedData.push([summaryName, ...result])
|
||||||
formattedData.push([{ content: 'TOTAL', colSpan: 2, styles: { fontStyle: 'bold' } }, ...result])
|
formattedData.push([{ content: 'TOTAL', styles: { fontStyle: 'bold' } }, ...result])
|
||||||
|
|
||||||
return formattedData
|
return formattedData
|
||||||
}
|
}
|
||||||
|
@ -208,7 +208,7 @@ const formatData = (rawData: any, reportMeta: any) => {
|
|||||||
]
|
]
|
||||||
|
|
||||||
formattedData.push([summaryName, ...result])
|
formattedData.push([summaryName, ...result])
|
||||||
formattedData.push([{ content: 'TOTAL', colSpan: 2, styles: { fontStyle: 'bold' } }, ...result])
|
formattedData.push([{ content: 'TOTAL', styles: { fontStyle: 'bold' } }, ...result])
|
||||||
|
|
||||||
return formattedData
|
return formattedData
|
||||||
}
|
}
|
||||||
|
@ -361,7 +361,7 @@ const formatData = (rawData: any, reportMeta: any) => {
|
|||||||
]
|
]
|
||||||
|
|
||||||
formattedData.push([summaryName, ...result])
|
formattedData.push([summaryName, ...result])
|
||||||
formattedData.push([{ content: 'TOTAL', colSpan: 2, styles: { fontStyle: 'bold' } }, ...result])
|
formattedData.push([{ content: 'TOTAL', styles: { fontStyle: 'bold' } }, ...result])
|
||||||
|
|
||||||
return formattedData
|
return formattedData
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user