Merge pull request 'Print style 4 line Issue' (#279) from branchloginissueandprint into main
Reviewed-on: Pozomind/pozo-retail-app#279
This commit is contained in:
commit
2d2de3b51d
|
|
@ -634,7 +634,7 @@ const Printstyle4 = ({
|
||||||
`(${table2Data?.SalesMode ? table2Data?.SalesMode : 'R'})`} */}
|
`(${table2Data?.SalesMode ? table2Data?.SalesMode : 'R'})`} */}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<hr className="PrintStyle4-print-dottline" />
|
{/* <hr className="PrintStyle4-print-dottline" /> */}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|
@ -1335,7 +1335,7 @@ const Printstyle4 = ({
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<hr className="PrintStyle4-print-dottline" />
|
{/* <hr className="PrintStyle4-print-dottline" /> */}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{chunkIndex === paginatedChunks.length - 1 &&
|
{chunkIndex === paginatedChunks.length - 1 &&
|
||||||
|
|
@ -1364,7 +1364,7 @@ const Printstyle4 = ({
|
||||||
fontWeight: 400,
|
fontWeight: 400,
|
||||||
fontFamily: 'Poppins',
|
fontFamily: 'Poppins',
|
||||||
borderBottom: '1px dashed #000',
|
borderBottom: '1px dashed #000',
|
||||||
borderTop: '1px dashed #000',
|
// borderTop: '1px dashed #000',
|
||||||
padding: '5px 40px',
|
padding: '5px 40px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
@ -1398,7 +1398,7 @@ const Printstyle4 = ({
|
||||||
fontWeight: 500,
|
fontWeight: 500,
|
||||||
fontFamily: 'Poppins',
|
fontFamily: 'Poppins',
|
||||||
borderBottom: '1px dashed #000',
|
borderBottom: '1px dashed #000',
|
||||||
borderTop: '1px dashed #000',
|
// borderTop: '1px dashed #000',
|
||||||
padding: '5px 0',
|
padding: '5px 0',
|
||||||
...netAmountStyle,
|
...netAmountStyle,
|
||||||
}}
|
}}
|
||||||
|
|
@ -2355,7 +2355,7 @@ const Printstyle4 = ({
|
||||||
fontWeight: 400,
|
fontWeight: 400,
|
||||||
fontFamily: 'Poppins',
|
fontFamily: 'Poppins',
|
||||||
borderBottom: '1px dashed #000',
|
borderBottom: '1px dashed #000',
|
||||||
borderTop: '1px dashed #000',
|
// borderTop: '1px dashed #000',
|
||||||
padding: '5px 40px',
|
padding: '5px 40px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
@ -2942,7 +2942,7 @@ const Printstyle4 = ({
|
||||||
})()}
|
})()}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<hr className="PrintStyle4-print-dottline" />
|
{/* <hr className="PrintStyle4-print-dottline" /> */}
|
||||||
<div className="PrintStyle4-FourthDiv">
|
<div className="PrintStyle4-FourthDiv">
|
||||||
{!estimatePrintHeader && table2Data?.OrderType === 'E' ? (
|
{!estimatePrintHeader && table2Data?.OrderType === 'E' ? (
|
||||||
''
|
''
|
||||||
|
|
@ -3448,7 +3448,7 @@ const Printstyle4 = ({
|
||||||
`(${table2Data?.SalesMode ? table2Data?.SalesMode : 'R'})`} */}
|
`(${table2Data?.SalesMode ? table2Data?.SalesMode : 'R'})`} */}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<hr className="PrintStyle4-print-dottline" />
|
{/* <hr className="PrintStyle4-print-dottline" /> */}
|
||||||
{(TakeawayData?.length > 0 || GlobaldummyData) && (
|
{(TakeawayData?.length > 0 || GlobaldummyData) && (
|
||||||
<>
|
<>
|
||||||
{takeAwayPreference && (
|
{takeAwayPreference && (
|
||||||
|
|
@ -4231,7 +4231,7 @@ const Printstyle4 = ({
|
||||||
fontWeight: 400,
|
fontWeight: 400,
|
||||||
fontFamily: 'Poppins',
|
fontFamily: 'Poppins',
|
||||||
borderBottom: '1px dashed #000',
|
borderBottom: '1px dashed #000',
|
||||||
borderTop: '1px dashed #000',
|
// borderTop: '1px dashed #000',
|
||||||
padding: '5px 40px',
|
padding: '5px 40px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue