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

Hasso

New member
Aug 26, 2022
8
2
3
Sure, go to the database, user table. In the table, create a new register with the username you want, for example, admin. Then if you know another user password, you can copy and paste the password(encrypted password) of that user and paste it in the new register. That's all
@tang_mag i tried doing that, its loging in but the app is empty...am a newbie at this kindly assit. I have attached screenshots
 

Attachments

  • Screenshot_2023-01-10-12-54-26-83_40deb401b9ffe8e1df2f1cc5ba480b12.jpg
    Screenshot_2023-01-10-12-54-26-83_40deb401b9ffe8e1df2f1cc5ba480b12.jpg
    176.4 KB · Views: 43
  • Screenshot_2023-01-10-12-54-23-65_40deb401b9ffe8e1df2f1cc5ba480b12.jpg
    Screenshot_2023-01-10-12-54-23-65_40deb401b9ffe8e1df2f1cc5ba480b12.jpg
    142.1 KB · Views: 43

Hasso

New member
Aug 26, 2022
8
2
3
you can register new account with any name for example Master
after that open .env file and edit the line

ADMINISTRATOR_USERNAMES=

to

ADMINISTRATOR_USERNAMES=Master
How about the previous data that was in previous account? Can it be recovered?
 

aki11

Member
May 19, 2022
62
21
8
________
|Urgent|
--------
is there any way to delete or edit the production in manufacturing Module?
 
  • Like
Reactions: ziate

planet

Member
May 30, 2021
152
21
18
Why when I edit additional emails (Super Admin Settings-Application Settings- Registration Terms & Conditions:-Update ) the website becomes blank n error?
 
May 16, 2022
98
52
18
Para que me funcione en PHP8, lo que hice fue modificar la línea #46 de este archivo:
.\ultimate\public\install\index.php

Y cambia esta línea:
$verificaciones['php'] = (PHP_MAJOR_VERSION >= 7 && PHP_MINOR_VERSION >=2) ? verdadero Falso;

Para esto:
$verificaciones['php'] = (PHP_MAJOR_VERSION >= 8 && PHP_MINOR_VERSION >=0) ? verdadero Falso;
T was my solution... Please Everyone, READ BEFORE POSTING
 

TechBrain

Active member
Nov 18, 2019
146
55
28
Pakistan
Hi, when UltimatePOS will release new version i’m wating for update. There have many issues which i described before discussion.

Need to update somethings as soon as possible without fixing we can’t sustain in market.

1. Purchase & sales return issue ( when i created any return from sale or purchase return it’s not show all unit, also in item report show’s all are return if i reurn 1 from 10 is’s shows 10 return 10 sale)

2. Customer & supllier opening balance not show in Balance sheet, Trial Balance

3. Very big issue with cash register ( i have seen all of ticket which raise by your many customer it’s not solve last 2 year’s

Cash register related confusion & question

>This a day closing report right?

> I opened cash register cash in hand 12000 & this 12000 is shows as Total Payment why?

> expense- If i have initiate expense from main menu it’s not show in cash register only here is showing which expense intiate in POS screen

> in the casregister show’s Total Refund what is this? there have nothing show’s from my tranjaction

> There have nothing shows my Return – Sales or Purchase value here

But a day end report sholud have show summary of my whole day’s all tranjactions.


Sadly there are a lots of bugs in Ultimate Pos ..
Some bugs are kept as it is by developers so they can earn good side cash by customization, some bu
I accidentally deleted the admin account and now i can't login to the ultimatepos, is there any way i can get back into the system?? Please help

You can recover it by giving a null value to deleted_at in users table using phpmyadmin and it will be active again


1673358962661.png
 
  • Like
Reactions: Hasso and andysam

www.mamf

New member
Banned User
May 20, 2022
12
15
3
Enter any text in the 'purchase code' textbox and follow the installation steps
To make it work for me in PHP8, what I did was modify line #46 of this file:
.\ultimate\public\install\index.php

And change this line:
$checks['php'] = (PHP_MAJOR_VERSION >= 7 && PHP_MINOR_VERSION >=2) ? true: false;

For this:
$checks['php'] = (PHP_MAJOR_VERSION >= 8 && PHP_MINOR_VERSION >=0) ? true: false;
Esto es solo para la instalacion a la larga va a traer problemas de operacion pues UltimatePOS es Laravel 5 y no es recomendado utilizar mas de PHP 7.4.27, como maximo, por eso luego falla en que no respetan los requerimientos del software. Busca una aplicacion multi PHP crea un VHost y asi puedes tener varias Apps con diferentes versiones de PHP, es mas practico.

This is only for the installation, in the long run it will bring operational problems because UltimatePOS is Laravel 5 and it is not recommended to use more than PHP 7.4.27, at most, that is why it later fails because they do not respect the software requirements. Look for a multi PHP application, create a VHost and thus you can have several Apps with different versions of PHP, it is more practical.

Ícono de validado por la comunidad

Only need purchase
 
May 16, 2022
98
52
18
Please read the whole post, Stop asking the same and the same... Read every conversation.

For PHP8, it is necessary to install Laravel, Composer, Apache on Windows and run upgrades, the process is easy if you are an enthusiast or a developer, I myself have published the process of updating to PHP8, I cannot share the updated Script because I have already modified it for a client.

composer update --w and other commands will help to update to PHP8 with Laravel 9. You have to also modify composer.json file and Modify

"require": {
"php": "^7.3|^8.0",

Error not recognizing PHP8
modify line #46 of this file:
.\ultimate\public\install\index.php

Change this line:
$checks['php'] = (PHP_MAJOR_VERSION >= 7 && PHP_MINOR_VERSION >=2) ? true: false;

For this:
$checks['php'] = (PHP_MAJOR_VERSION >= 8 && PHP_MINOR_VERSION >=0) ? true: false;

And other commmands as like...

composer update -W
composer update --ignore-platform-reqs

And...

This fucking script is rubbish, tons of errors on purpose, errors that are modified and resolved as "customizations" to make it look good and they charge for that separately...

This script is not recommended for enthusiasts...

See the images and differences...
 

Attachments

  • 9211.jpg
    9211.jpg
    725.7 KB · Views: 62
  • 9212.jpg
    9212.jpg
    762.6 KB · Views: 63

ultranoob

Well-known member
Trusted Uploader
Feb 1, 2021
304
430
63
babiato
babiato.tech
Please read the whole post, Stop asking the same and the same... Read every conversation.

For PHP8, it is necessary to install Laravel, Composer, Apache on Windows and run upgrades, the process is easy if you are an enthusiast or a developer, I myself have published the process of updating to PHP8, I cannot share the updated Script because I have already modified it for a client.

composer update --w and other commands will help to update to PHP8 with Laravel 9. You have to also modify composer.json file and Modify

"require": {
"php": "^7.3|^8.0",

Error not recognizing PHP8
modify line #46 of this file:
.\ultimate\public\install\index.php

Change this line:
$checks['php'] = (PHP_MAJOR_VERSION >= 7 && PHP_MINOR_VERSION >=2) ? true: false;

For this:
$checks['php'] = (PHP_MAJOR_VERSION >= 8 && PHP_MINOR_VERSION >=0) ? true: false;

And other commmands as like...

composer update -W
composer update --ignore-platform-reqs

And...

This fucking script is rubbish, tons of errors on purpose, errors that are modified and resolved as "customizations" to make it look good and they charge for that separately...

This script is not recommended for enthusiasts...

See the images and differences...
thank you so ,much for sharing it again with beloved babiato community
 
  • Like
Reactions: enigmahernandez

naa

New member
Jun 8, 2022
3
2
3
Are these guys placing the bugs on purpose?

The moment you comment on ****canyon, they would ask you to renew your support.
In the past (before the support was expiring), they didn't even look at the ticket for FOUR WEEKS!

Can you imagine the frustration?


I'm glad babiato community is here. ❤️
 

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