Menu

#24 Sales or Receives Print mismatch producto column size

v1.0_(example)
open
nobody
Reports (2)
4
2014-02-16
2013-12-26
No

in details reports of sales or receipts it shows fine but in in print the product column shrinks so its unreadable

1 Attachments

Discussion

  • Felipe Piña

    Felipe Piña - 2013-12-26

    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
  • Felipe Piña

    Felipe Piña - 2013-12-27

    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
  • Parq

    Parq - 2014-02-16

    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...