Question: Reference Note Table Number Option

Reference Note Table Number Option

Can I add the Reference Note/Table Number Option on POS interface. Actually Simple POS system also available this feature. I want to add before suspend the order add the Reference Note/Table Number an...

TP

Thizzi POS

Asked
Can I add the Reference Note/Table Number Option on POS interface. Actually Simple POS system also available this feature.
I want to add before suspend the order add the Reference Note/Table Number and sent the order Bill.

Can you guide me how to add the Reference Note on POS interface Left side top.

Give me are code and file path guide for this.

Simple POS have - Reference Note option
Image here: https://postimg.cc/sQd6NjTb


I want to add feature Stock Manager Advance also. Can you send me guide and extra code section for this with file path and all.
Image here: https://postimg.cc/CdwJB6XC


Thank you. Regards
  • MS

    Mian Saleem

    Answered
    Hello,

    SMA don't uses the reference as Simple POS. SMA pos only use reference for hold/suspend orders.

    If you want to modify then the view file for pos screens sale is `themes/default/admin/views/pos/add.php` to add the input name `reference_no`.

    Thank you
  • TP

    Thizzi POS

    Answered
    I added the bellow code POS interface. Can you guide me the or sent me code for the reference_no automatically get the current order and update it to the order bill R number. Please provide the code for update


    <div class="form-group">
    <?= form_input('reference_note', (!empty($reference_note) ? $reference_note : ''), 'class="form-control kb-text" id="reference_note" placeholder="' . lang('reference_note') . '"'); ?>
    </div>
  • Login to Reply