Purchase Bills Data Export made functional.

This commit is contained in:
Sidharth Prabhu
2026-04-20 10:24:47 +05:30
parent 631e1a85d0
commit 592abf03a1
2 changed files with 87 additions and 2 deletions

View File

@@ -111,3 +111,65 @@
font-weight: 800 !important;
font-size: 0.85rem !important;
}
@media print {
.no-print,
header,
aside,
nav,
button,
.w-64,
.ml-64,
.fixed,
input,
select,
.recharts-responsive-container {
display: none !important;
}
main,
.flex-1,
.ml-64 {
margin-left: 0 !important;
padding: 0 !important;
width: 100% !important;
display: block !important;
}
body {
background: white !important;
margin: 0 !important;
padding: 20px !important;
}
.bg-white,
.bg-slate-50\/50,
.premium-card {
background: transparent !important;
border: none !important;
box-shadow: none !important;
padding: 0 !important;
}
h1 {
font-size: 24pt !important;
margin-bottom: 20px !important;
}
table {
width: 100% !important;
border-collapse: collapse !important;
}
th {
background-color: #f8fafc !important;
-webkit-print-color-adjust: exact;
color: black !important;
}
td, th {
border: 1px solid #e2e8f0 !important;
padding: 10px !important;
font-size: 10pt !important;
}
}