Question: Problem With Sales Table

Problem With Sales Table

In the sales list, the Actions box does not appear in the table...as in the picture

M

Mohammed

Asked

In the sales list, the Actions box does not appear in the table…as in the picture

Attachments
  • MS

    Mian Saleem

    Answered

    Hello,

    The actions column is hidden on small screen. Please click the any sale to then the modal will have option to edit, download etc.

    Thank you

  • M

    Mohammed

    Answered

    This is true, but on the small screen the screen for displaying payment receipts or purchase returns does not appear. Also, there is another problem when merging to PDF, which does not combine the invoices, but rather shows me only the header of the first invoice, as in the attached image. So I want to show action column in small screen and also activate merge to pdf… Thanks for your cooperation

  • MS

    Mian Saleem

    Answered

    Hello,

    Please edit the themes/default/admin/views/header.php and add the following code before </head>

    <style>
    .table-responsive .table td:last-child, 
    .table-responsive .table th:last-child { 
      display: table-cell !important; 
    }
    @media only screen and (max-width: 479px) {
        .btn-group .btn {
             width: 100%; 
        }
    }
    </style>
    

    Thank you

  • M

    Mohammed

    Answered

    The procedures button has been solved, but there is still a problem with collecting invoices while printing invoices from the sales list using (combine to pdf), as they appear as in the attachment.

  • MS

    Mian Saleem

    Answered

    Hello,

    Have you modified the pdf view file? If yes, please try with default file.

    If no, then please let me know server details in private reply to check.

    Thank you

  • M

    Mohammed

    Answered

    Why was there no response?!

  • MS

    Mian Saleem

    Answered

    Hello,

    What sale report are you talking about? It doesn’t have any pdf to combine to pdf option. Only list sales page has option for combine to pdf that you can test on live demo is working fine that’s I suspect it might be due to modification. You can test with default files to make sure.

    There I son option to export any report to pdf. You only can export to excel file.

    Thank you

  • Login to Reply