Question: payment working great but not shown on today sell

payment working great but not shown on today sell

} $opts .= ' <option value="نقدي"' . ($paid_by && $paid_by == 'نقدي' ? ' selected="selected"' : '') . '>' . lang('نقدي') . '</option> <option value="gift_card"' . ($p

}
$opts .= '
<option value="نقدي"' . ($paid_by && $paid_by == 'نقدي' ? ' selected="selected"' : '') . '>' . lang('نقدي') . '</option>
<option value="gift_card"' . ($paid_by && $paid_by == 'gift_card' ? ' selected="selected"' : '') . '>' . lang('gift_card') . '</option>
<option value="بطاقة مصرفية"' . ($paid_by && $paid_by == 'بطاقة مصرفية' ? ' selected="selected"' : '') . '>' . lang('بطاقة مصرفية') . '</option>
<option value="تداول"' . ($paid_by && $paid_by == 'تداول' ? ' selected="selected"' : '') . '>' . lang('تداول') . '</option>
<option value="سداد"' . ($paid_by && $paid_by == 'سداد' ? ' selected="selected"' : '') . '>' . lang('سداد') . '</option>
<option value="إدفع لي"' . ($paid_by && $paid_by == 'إدفع لي' ? ' selected="selected"' : '') . '>' . lang('إدفع لي') . '</option>
<option value="موبي كاش"' . ($paid_by && $paid_by == 'موبي كاش' ? ' selected="selected"' : '') . '>' . lang('موبي كاش') . '</option>
<option value="other"' . ($paid_by && $paid_by == 'other' ? ' selected="selected"' : '') . '>' . lang('other') . '</option>';
if (!$purchase) {
  • payment method working on reports every thing going Great But When I Close Cashier Or See Today sell , Dont Find Any This Payment
  • MS

    Mian Saleem

    Answered
    Hello,

    If you have added your own option. You will need to modify the Pos controller, model & close_register and register_details views in the themes/default/admin/views/pos/

    Thank you
  • Let Me Know How
  • Wich First File , Where Is The Code , What I Put , Iam Not Expert On PHP
  • MS

    Mian Saleem

    Answered
    Hello,

    > Please be informed that we don't offer support for modifications or modified versions. You are allowed to modify the item code at your own risk as per license.

    If you are not developer, I suggest you to hire any developer to help you modify the item as you need. I have already told you that you will need to modify the controller, model and view files. I have already told you the method names and the view files path. We can't provide snippets or any further help as this require many file changes.

    Thank you
  • AS

    Acoparte S.R.L.

    Answered
    I have the same issue, please help it's a major inconvenience. All sales show due when we close register or when we check the sales list. Thank you very much
  • MS

    Mian Saleem

    Answered
    **[Acoparte S.R.L.](/u/acopartepy)** Hello,

    Please ask new question with details of the issue and screenshots. If it's new install or you have updated and any other details, if it was update, was it working before?

    Thank you
  • Login to Reply