Reference Note Table Number Option

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

Question Resolved For: Stock Manager Advance with Point of Sale Module 0 Votes 2 Answers 64 Views
Asked by Thizz 1 week ago

0

Answered by Mian Saleem 1 week ago

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

Answered by Thizz 1 week ago

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.