fix: report in ctt, kwh periksa

This commit is contained in:
kur0nek-o
2024-04-15 10:31:35 +07:00
parent 9e654bb2c5
commit 7eef6eb39f
2 changed files with 121 additions and 50 deletions

View File

@@ -1,17 +1,4 @@
import { exportDataGrid as exportToExcel } from 'devextreme/excel_exporter'
import {
Document,
AlignmentType,
Packer,
Paragraph,
Table,
TableCell,
TableRow,
VerticalAlign,
TextRun,
WidthType,
PageOrientation
} from 'docx'
import { saveAs } from 'file-saver'
import { jsPDF } from 'jspdf'
import autoTable from 'jspdf-autotable'