0
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
0
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
0
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>
We use Cookies
We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.
Please visit https://tecdiary.com for purchase, support and all other tasks. If you find any bug/error there, please do inform us. Thank you