0
1: how to add previous due sales and pos sales?
2: there is any option to see due customer list?
0
Hello,
You can add sale with any date selected on the form.
You can check the customers report and can filter the sales report for any customer.
Thank you
0
how to add Total Due Amount sales and post bill print?
0
Hello,
There is no such option. SMA track payments per sale.
Thank you
0
hello sir
i added this code in pdf.php
but not working
<tr>
<td colspan="<?= $col; ?>"
style="text-align:right; font-weight:bold;"><?= lang('Previous Due'); ?>
(<?= $default_currency->code; ?>)
</td>
<td style="text-align:right; font-weight:bold;"><?= (isset($sales->total_amount) || isset($sales->paid)) ? $this->sma->formatMoney($sales->total_amount - $sales->paid) : '0.00' ?></td>
</tr>
0
Hello,
Did you get and pass the $sales
to view? You can dd($sales) in controller to view the values.
Thank you
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