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
- MSAnswered
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 namereference_no
.Thank you
- TPAnswered
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
= form_input('reference_note', (!empty($reference_note) ? $reference_note : ''), 'class="form-control kb-text" id="reference_note" placeholder="' . lang('reference_note') . '"'); ?> - Login to Reply