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

magisalex

New member
Dec 27, 2020
11
20
3
Good day, how to fix these errors? Thank you.

[2021-06-16 13:43:59] live.ERROR: Uncaught Symfony\Component\Finder\Exception\DirectoryNotFoundException: The "C:\xampp\htdocs\RcT_System_V4.3\custom_views" directory does not exist. in C:\xampp\htdocs\RcT_System_V4.3\vendor\symfony\finder\Finder.php:602
Stack trace:
#0 C:\xampp\htdocs\RcT_System_V4.3\vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem.php(414): Symfony\Component\Finder\Finder->in('C:\\xampp\\htdocs...')
#1 Command line code(1): Illuminate\Filesystem\Filesystem->files('C:\\xampp\\htdocs...')
#2 Command line code(1): getViews('C:\\xampp\\htdocs...', Object(Illuminate\Filesystem\Filesystem))
#3 {main}
thrown {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalErrorException(code: 1): Uncaught Symfony\\Component\\Finder\\Exception\\DirectoryNotFoundException: The \"C:\\xampp\\htdocs\\RcT_System_V4.3\\custom_views\" directory does not exist. in C:\\xampp\\htdocs\\RcT_System_V4.3\\vendor\\symfony\\finder\\Finder.php:602
Stack trace:
#0 C:\\xampp\\htdocs\\RcT_System_V4.3\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php(414): Symfony\\Component\\Finder\\Finder->in('C:\\\\xampp\\\\htdocs...')
#1 Command line code(1): Illuminate\\Filesystem\\Filesystem->files('C:\\\\xampp\\\\htdocs...')
#2 Command line code(1): getViews('C:\\\\xampp\\\\htdocs...', Object(Illuminate\\Filesystem\\Filesystem))
#3 {main}
thrown at C:\\xampp\\htdocs\\RcT_System_V4.3\\vendor\\symfony\\finder\\Finder.php:602)
[stacktrace]
#0 {main}
"}
[2021-06-16 06:28:53] production.ERROR: Uncaught ReflectionException: Class App\Policies\ModelPolicy does not exist in Command line code:1
Stack trace:
#0 Command line code(1): ReflectionClass->__construct('App\\Policies\\Mo...')
#1 [internal function]: {closure}('App\\Policies\\Mo...', 'App\\Model')
#2 Command line code(1): array_map(Object(Closure), Array, Array)
#3 {main}
thrown {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalErrorException(code: 1): Uncaught ReflectionException: Class App\\Policies\\ModelPolicy does not exist in Command line code:1
Stack trace:
#0 Command line code(1): ReflectionClass->__construct('App\\\\Policies\\\\Mo...')
#1 [internal function]: {closure}('App\\\\Policies\\\\Mo...', 'App\\\\Model')
#2 Command line code(1): array_map(Object(Closure), Array, Array)
#3 {main}
thrown at Command line code:1)
[stacktrace]
#0 {main}
"}
the error is in my text editor vs code with intellisense, i just remove the intellisense
 

hodgso2k21

Member
Apr 9, 2021
57
11
8
try this, goto public/function.js then find this

function __is_online() {
return true;
//if localhost always return true
if ($('#__is_localhost').length > 0) {
return true;
}
return window.navigator.onLine;
}
hope that helps your problem hehe XD
Hi Dear
Ive added the code u sent me and all work fine now at localhost
tks bro
btw, Do you know how May I change the sound alert and/or disable?

tks for your support
 

ns02642

New member
Dec 18, 2020
3
-42
1
Hi Dear
Ive added the code u sent me and all work fine now at localhost
tks bro
btw, Do you know how May I change the sound alert and/or disable?

tks for your support
which code helps you to make it offline usable..?
 

johnc

Well-known member
Feb 18, 2021
288
261
63
try this, goto public/function.js then find this

function __is_online() {
return true;
//if localhost always return true
if ($('#__is_localhost').length > 0) {
return true;
}
return window.navigator.onLine;
}
hope that helps your problem hehe XD
I think the path is public/js/function.js

changed code to

function __is_online() {
return true;
//if localhost always return true
//if ($('#__is_localhost').length > 0) {
// return true;
}
return window.navigator.onLine;
}

but still no luck
 

magisalex

New member
Dec 27, 2020
11
20
3
I think the path is public/js/function.js

changed code to

function __is_online() {
return true;
//if localhost always return true
//if ($('#__is_localhost').length > 0) {
// return true;
}
return window.navigator.onLine;
}

but still no luck
try clear your browser cache
 

guzdot

Member
May 26, 2019
166
17
18
Hi Guys,
I need help...
I installed Ultimate POS on localhost (xampp). But Ultimate POS ask for internet connection everytime i tried to login on localhost and without an internet connection I can`t login on localhost.
 

blackghost

New member
Nov 7, 2020
23
19
3
Hi Guys,
I need help...
I installed Ultimate POS on localhost (xampp). But Ultimate POS ask for internet connection everytime i tried to login on localhost and without an internet connection I can`t login on localhost.
read previous post ,answered before
 

guzdot

Member
May 26, 2019
166
17
18
Hi,
I get this error message every time I logged into Ultimate POS on Localhost

"DataTables warning:table id=sales_order_table -Ajax error Formore information about this erro, please see http://datatbleNET/TN/7"

I will appreciate a solution to this.

Thank you
 

guzdot

Member
May 26, 2019
166
17
18
Kindly help. Expiry date input field is not showing on Add new product page even after enabling the Product Expiry field on Business Settings page.

Pls team I need urgent help on this.
 

guzdot

Member
May 26, 2019
166
17
18
Kindly help. Expiry date input field is not showing on Add new product page even after enabling the Product Expiry field on Business Settings page.

Pls team I need urgent help on this.
Resolved. This can be added while inputing stock quantity.
 

louisiana

New member
Dec 15, 2020
1
0
1
hi guys,
can anyone help, when I tried to print/export to pdf in the stock report, there was a difference in the unit price and current stock value by purchase price with the print/export results. this is the result.
I tried on the demo and localhost, the result is the same

thanks.
 

Attachments

  • stock.png
    stock.png
    108.7 KB · Views: 22
  • stock report.png
    stock report.png
    125 KB · Views: 22

planet

Member
May 30, 2021
152
21
18
hi guys,
can anyone help, when I tried to print/export to pdf in the stock report, there was a difference in the unit price and current stock value by purchase price with the print/export results. this is the result.
I tried on the demo and localhost, the result is the same

thanks.
as well as I? any friends can help?
 

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