A
Asked
1: how to add previous due sales and pos sales? 2: there is any option to see due customer list?
- MSAnswered
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
- AAnswered
how to add Total Due Amount sales and post bill print?
- MSAnswered
Hello,
There is no such option. SMA track payments per sale.
Thank you
- AAnswered
hello sir i added this code in pdf.php but not working
= lang('Previous Due'); ?> (= $default_currency->code; ?>) = (isset($sales->total_amount) || isset($sales->paid)) ? $this->sma->formatMoney($sales->total_amount - $sales->paid) : '0.00' ?> - MSAnswered
Hello,
Did you get and pass the
$sales
to view? You can dd($sales) in controller to view the values.Thank you
- Login to Reply