Question: Register Details And Close Register Info Displayed

Register Details And Close Register Info Displayed

Hi, I have already added my payment type options in app/libraries/Sma.php. Now I want that at the time of closing the record and in the details of the record in the pos, the payments that I

CT

Carlos Torrez

Asked
Hi, I have already added my payment type options in app/libraries/Sma.php.
Now I want that at the time of closing the record and in the details of the record in the pos, the payments that I added are shown in the window, it is only shown as the total. What files should I edit?
  • MS

    Mian Saleem

    Answered
    Hello,

    The payment options are just to record the payment. These are not used anywhere else and have no report. You can edit the POS controller `app/controllers/admin/Pos.php` and the related model `app/models/admin/Pos_model.php` and views `themes/default/admin/view/pos/` to modify the register details.

    Thank you
  • Login to Reply