Question: Pos Print Server Not Working

Pos Print Server Not Working

My application running under virtualhost abc.com in my wamp server, I installed POS Print Server trial version and its connected, it works when print test, I changed setting to Print using P

TS

Thimera Silva

Asked

My application running under virtualhost abc.com in my wamp server, I installed POS Print Server trial version and its connected, it works when print test, I changed setting to Print using POS Print Server and when i click on bill / order / receipt nothing getting printed, how can i get fix this ?

  • MS

    Mian Saleem

    Answered

    Hello,

    You can try edit modules/MPS/Resources/views/layouts/app.blade.php and add the following code before </head> line

    <style>
        @media print {
          * {
            color: #000 !important;
          }
        }
    </style>
    

    This should set the color for text for printing to black.

    I am checking the POS Print issue and will update once have resolution.

    Thank you

  • Login to Reply