in details reports of sales or receipts it shows fine but in in print the product column shrinks so its unreadable
I'm trying to fix this but i couldn't find where to adjust the size of columns, could you point me out which file to edit?
I finally repair this bug, it was a CSS file, in folder css find ospos_print.css file and edit it like below, actually
body { background-color:#FFFFFF; font-size:55%; }
. . .
.long_name { display:inline-block; }
{ white-space:normal; }
Hi Felipe,
The solution seems to be cropped by the formatting tool. You can avoid it by writing 4 spaces at the line start.
Can you repeat the solution.
Thank you in advance...
I'm trying to fix this but i couldn't find where to adjust the size of columns, could you point me out which file to edit?
Last edit: Felipe Piña 2013-12-26
I finally repair this bug, it was a CSS file, in folder css find ospos_print.css file and edit it like below, actually
body
{
background-color:#FFFFFF;
font-size:55%;
}
.
.
.
.long_name
{
display:inline-block;
}
receipt_items td
{
white-space:normal;
}
Last edit: Felipe Piña 2013-12-27
Hi Felipe,
The solution seems to be cropped by the formatting tool. You can avoid it by writing 4 spaces at the line start.
Can you repeat the solution.
Thank you in advance...