let me know when you'll develop API for WhatsApp to automate it.And that's why it's like a free whatsapp messanger services.. We have api module in ultimate pos, so we can intigrete any api easily.
@ultranoob thanks a lot again bro.![]()
let me know when you'll develop API for WhatsApp to automate it.And that's why it's like a free whatsapp messanger services.. We have api module in ultimate pos, so we can intigrete any api easily.
@ultranoob thanks a lot again bro.![]()
Yep sure bro.. As of now we are devloping api for integrating it with tally n biometric deviceslet me know when you'll develop API for WhatsApp to automate it.
Try changing ownership of the directory (user/group ) to that of the web serverI want to install v4.7.8 but here is showing storage folder is not writable. But all permission gives from file manager.
Where is the issues?
Anyone help me?
great work bro thanks a lot. lemme try the same n update you. can you also work uplon a entry where final bill is unable to round offThere is a problem with the ledger records for suppliers where advance payments are erroneously classified as credit ledger entries under app/Utils/TransactionUtil.php line 5064
ie
'credit' => in_array($transaction->type, ['purchase', 'sell_return']) || ($transaction->sub_type == 'sell_discount') ? $transaction->final_total : '',
I solved this by simply changing the ledger entry under, payments to:
$ledger[] = [
'date' => $payment->paid_on,
'ref_no' => $payment->payment_ref_no,
'type' => $transaction_types['payment'],
'location' => $payment->location_name,
'payment_status' => '',
'total' => '',
'payment_method' => !empty($paymentTypes[$payment->method]) ? $paymentTypes[$payment->method] : '',
'payment_method_key' => $payment->method,
'debit' => $payment->amount,
'credit' => '',
'others' => $note
];
On the premise that all payments are inevitably debit records and the attempt to classify ADVANCE payments as such at app/Utils/TransactionUtil.php line 5064, fails:
'debit' => in_array($payment->transaction_type, ['purchase', 'sell_return', 'opening_balance']) || $payment->is_return == 1 ? $payment->amount : '',
because $payment->transaction_type is Null and $payment->is_return == 1 is false.
would you like to share it with others?Ultimate POS Flutter Mobile Applications.
That's great.. Gd work.. Could u share it with the community .Ultimate POS Flutter Mobile Applications.
Let me check it out...great work bro thanks a lot. lemme try the same n update you. can you also work uplon a entry where final bill is unable to round off
Creating a package is only for modules? I'm still getting the popup "no active subscription"Create package and add subscription to your business https://ultimatefosters.com/docs/ul...le-for-ultimatepos-advance/#Creating-Packages
You're free to share it with the community. If you want to sell it, simply post it as a seller.Available indian GSTR1 & GSTR2 reports for Ultimate POS - Best ERP, Stock Management, Point of Sale & Invoicing application.
Anyone required DM me.
DM Details
OkayYou're free to share it with the community. If you want to sell it, simply post it as a seller.
The reporting modules is already their in ultimate pos.. Reports.. Taxes.. Inword tax, outword tax and invoices.. So it solves the issue.. Gstr1 and gstr2 report isn't the issue.. But if ur able to file gstr1 and gstr2 directly from the system then that's an huge advantageAvailable indian GSTR1 & GSTR2 reports for Ultimate POS - Best ERP, Stock Management, Point of Sale & Invoicing application.
Anyone required DM me.
Inword tax and outword tax have missing some field which must required in GST filling. There is no HSN code & taxable value also not capture in report.The reporting modules is already their in ultimate pos.. Reports.. Taxes.. Inword tax, outword tax and invoices.. So it solves the issue.. Gstr1 and gstr2 report isn't the issue.. But if ur able to file gstr1 and gstr2 directly from the system then that's an huge advantage
That can be added using custom fields I guess and taxable value is in inword n outword tax .. NaInword tax and outword tax have missing some field which must required in GST filling. There is no HSN code & taxable value also not capture in report.
yes sure. currently I have few functions to update. after finish my development i will share. i think i can finish it within 2 weeks.would you like to share it with others?