Printing vendor-transporter memo is mess #3
Labels
bug
Something isn't working
enhancement
New feature or request
frontend
hactoberfest-accepted
level2
Describe the bug
Current implementation of printing transporter-vendor receipt from /memo
(
/print/Rajesh Vinayak Pawar/2024-10-19
) does the work but uses react component and exports using rect2pdf for saving andfor printing new window with html and tailwind-css is created using js, see printPdf fucntion in
src/print
. This can be avoided using some other library or creating a universal printing component as it is required in all most all pages.Additional context
jsPDF can be used but i need support for marathi or hindi language (devanagri) for that there are some workarounds but those should work with vercel.
The text was updated successfully, but these errors were encountered: