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

ipantofu

New member
Dec 27, 2020
18
3
3
Screenshot 2021-05-17 214033.jpg

Hi, is there anyone here who has an error like me? I've tried the install several times and followed the guide properly, but it still gets an error.

This error :

Does anyone have a solution regarding this error?
Thanks
Hi, friends
Some time ago I experienced the problem above and I was quite dizzy with the problem. But after I looked for myself in some code and help location ideas of files from @Onsongo about the location of the file, I made changes to a few lines of code so that the program runs smoothly and normally.

Here's a solution, and hopefully it can help all of the members here!
Please change the file index.blade.php which is located at the location: "....\[Your_Project_Name]\resources\views\home\index.blade.php", focus on lines 346 -362.

Please follow the instructions below or you can replace the file I attached (please replace the original file).


From (In below is normaly code/unchange) :
PHP:
 sales_order_table = $('#sales_order_table').DataTable({
          processing: true,
          serverSide: true,
          scrollY: "75vh",
          scrollX:        true,
          scrollCollapse: true,
          aaSorting: [[1, 'desc']],
          "ajax": {
              "url": '/sells?sale_type=sales_order',
              "data": function ( d ) {
                  d.for_dashboard_sales_order = true;
              }
          },
          columnDefs: [ {
              "targets": 7,
              "orderable": false,
              "searchable": false
          } ],

Change To (You can replace code in below to your file):
PHP:
        sales_order_table = $('#sales_order_table').DataTable({
          processing: true,
          serverSide: true,
          scrollY: "75vh",
          scrollX:        true,
          scrollCollapse: true,
          aaSorting: [[1, 'desc']],
          "ajax": {
              "url": 'sells?sale_type=sales_order',
              "data": function (d) {
                  d.from_dashboard = true;
              }
          },
          columnDefs: [ {
              "orderable": true,
              "searchable": true
          } ],


I solved this by removing/commenting on the code for displaying sales orders in the home dashboard since I could easily view the sales orders in the sell section. If this helps replace the code in project_folder/resources/views/home/index.blade.php
I hope the issue has been addressed and fixed in the new update.
Thank you.
I've tried the method you say, but I don't think it's perfect and it disables the popup table in the home menu.
And I tried to do it my own way by changing a few lines of code and it worked without a problem! The program runs and looks perfect. Anyway thanks for your information regarding the location of the error file.

[ICODE][/ICODE]
 

Attachments

  • index.blade.zip
    3.2 KB · Views: 58

nik68

New member
Dec 11, 2019
29
6
3
this may sound stupid but you need to restart your computer...and update again on install/update it will clear the error
 

dnull

Well-known member
Null Master
Trusted Uploader
Oct 3, 2019
216
525
93
hell
localhost
I have v4.2 installed and I'd like to update to v4.3. Should I just extract this over to my existing installation to update? Thanks!
Only update if you facing whiteScreen Error If you facing facing WhiteScreen Error
Just Replace This File From New Version

If you want to fix Whitescreen Error only then only Replace
app>Http>Middleware>IsInstalled.php You are Good to go
 

TheRyD3r

Well-known member
Babiato Lover
Trusted Uploader
Dec 21, 2019
398
288
63
Around The World
paxxer.tv
Friends all good? would anyone have a solution for this? I installed normally on localhost, but I went up to my server and gave the error of the image, if someone can help me thank you !!!
This is a simple error.

Check your database configurations and ensure they are inputted correctly
 

progs_00

Member
Sep 19, 2019
35
35
18
Not completely nulled. License issues with both 4.2 and 4.3.
4.0 posted here works fine

Update: Fixed it by following @dnull instructions from above. I modified the attached file keeping new version changes and everything is working fine. All credits to @dnull
 

Attachments

  • InstallController.zip
    3.1 KB · Views: 79
Last edited:

iamkennethapp

New member
Nov 16, 2020
5
0
1
Screenshot 2021-05-17 214033.jpg

Hi, is there anyone here who has an error like me? I've tried the install several times and followed the guide properly, but it still gets an error.

This error :

Does anyone have a solution regarding this error?
Thanks

This only happens when you install it in a folder instead of using the root domain or virtual host.

You can fix it by editing the resource/views/home/index.blade.php line 354

change the ajax url
"url": '/sells?sale_type=sales_order',

to
"url": 'http://[FULL PATH]/sells?sale_type=sales_order',

Please replace the FULL PATH with your APP URL

After that clear your browser cache
 
  • Like
Reactions: planet and nik68

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