CT
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?
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?
- MSAnsweredHello,
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