Ultimate POS - Best Advanced Stock Management, Point of Sale & Invoicing application

Ultimate POS - Best Advanced Stock Management, Point of Sale & Invoicing application v6.6 – Untouched

No permission to download

amqmp

Member
Feb 25, 2020
48
12
8
I 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?
Try changing ownership of the directory (user/group ) to that of the web server
 

amqmp

Member
Feb 25, 2020
48
12
8
There 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.
 

hellboy9211

Well-known member
Null Master
Trusted Uploader
Apr 11, 2021
300
425
63
Hell
There 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.
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
 

Baku_online

New member
May 5, 2022
9
0
1
Hi, everybody. Is somebody could make modification in pos page ? i need make add money to function.
Please response if somebody knows
 

trickzing7

New member
Mar 3, 2021
11
0
1
Available indian GSTR1 & GSTR2 reports for Ultimate POS - Best ERP, Stock Management, Point of Sale & Invoicing application.

Anyone required DM me.
 

hellboy9211

Well-known member
Null Master
Trusted Uploader
Apr 11, 2021
300
425
63
Hell
Available indian GSTR1 & GSTR2 reports for Ultimate POS - Best ERP, Stock Management, Point of Sale & Invoicing application.

Anyone required DM me.
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
 

trickzing7

New member
Mar 3, 2021
11
0
1
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
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.
 

hellboy9211

Well-known member
Null Master
Trusted Uploader
Apr 11, 2021
300
425
63
Hell
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.
That can be added using custom fields I guess and taxable value is in inword n outword tax .. Na
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu