Added chunkdata set 5 item set

This commit is contained in:
Srinath 2026-02-04 17:41:12 +05:30
parent 7610531b8e
commit 2568ff3308
1 changed files with 5 additions and 5 deletions

View File

@ -244,13 +244,13 @@ const TaxInvoice = ({
? isMobile ? isMobile
? 7 ? 7
: PageSize == 'A5' : PageSize == 'A5'
? 9 ? 6
: 7 : 5
: isMobile : isMobile
? 10 ? 10
: PageSize == 'A5' : PageSize == 'A5'
? 12 ? 9
: 11; : 8;
let dataSource = []; let dataSource = [];
// Simplified data source logic - always use all product details // Simplified data source logic - always use all product details
@ -2251,7 +2251,7 @@ const TaxInvoice = ({
</> </>
)} )}
{/* Bank Details and Signature */} {/* Bank Details and Signature */}
<div style={{ display: 'flex', minHeight: '100px', width: '100%', marginTop: '-20px' }}> <div style={{ display: 'flex', minHeight: '100px', width: '100%' }}>
{/* Declaration */} {/* Declaration */}
<div <div
style={{ style={{