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

Ultimate POS - Best Advanced Stock Management, Point of Sale & Invoicing application v6.7 Nulled

No permission to download
May 5, 2022
37
27
18
barrydevelopers.ml
hello guys, i want my business infos to be fixed in the invoice footer, any help please!!
1. Simple Way:
Go to Seetings -> Invoice Settings
"Invoice Layouts" Tab
Scroll down almost in the end you can find "Footer text:"
Write any thing that you want.....

2. Edit the File
..\resources\views\sale_pos\receipts\classic.blade.php

write below code in the end of file and just replace "Your Business Info Goes Here"

<div>
<p style="font-size: 10px" class="pull-right padding-10">
Your Business Info Goes Here
</div>
 

Attachments

  • Inv-Footer.jpg
    Inv-Footer.jpg
    181 KB · Views: 77
Last edited:
  • Like
Reactions: L VYK

hellboy9211

Well-known member
Null Master
Trusted Uploader
Apr 11, 2021
304
425
63
Hell
can you send it to me plz .
Bro read it again.. It has not been released yet.. And once it gets releases I would be posting n updating it for the community. Hope they release it soon. It's already been poseponed 2 times..
 
  • Like
Reactions: planet

vyn

Member
May 7, 2022
48
24
8
It happened to me once time, but before apply the patch (12-Jul) in 4.7.8. After that it doesn't happen... I am no sure is related to this...

Maybe is a loop when the connection to internet fails...

I detect this error when i saw the size of the database.
so, 4.7.8+patch still the best? how about 4.8 ? Do you know what caused that? thanks
 

Nabeel

Active member
Jul 1, 2019
759
155
43
Malakwal
www.sellbuy.pk
I am trying to install at localhost using laragon but it is showing message
PHP >= 7.2
and red cross even I am using laragon latest version which include php 8 , how to fix this issue please
 

PHPar

Member
Apr 27, 2021
27
25
13
I am trying to install at localhost using laragon but it is showing message
PHP >= 7.2
and red cross even I am using laragon latest version which include php 8 , how to fix this issue please
try this
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;
 
  • Like
Reactions: Nabeel

Nabeel

Active member
Jul 1, 2019
759
155
43
Malakwal
www.sellbuy.pk
try this
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;
thank you but after this it shows too much error you can see please

Deprecated: Return type of Illuminate\Container\Container::eek:ffsetExists($key) should either be compatible with ArrayAccess::eek:ffsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 1214

Deprecated
: Return type of Illuminate\Container\Container::eek:ffsetGet($key) should either be compatible with ArrayAccess::eek:ffsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 1225

Deprecated
: Return type of Illuminate\Container\Container::eek:ffsetSet($key, $value) should either be compatible with ArrayAccess::eek:ffsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 1237

Deprecated
: Return type of Illuminate\Container\Container::eek:ffsetUnset($key) should either be compatible with ArrayAccess::eek:ffsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 1250

Deprecated
: Method ReflectionParameter::getClass() is deprecated in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 853

Deprecated
: Method ReflectionParameter::getClass() is deprecated in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 927

Deprecated
: Method ReflectionParameter::getClass() is deprecated in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 853

Deprecated
: Method ReflectionParameter::getClass() is deprecated in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 927

Deprecated
: Return type of Illuminate\Routing\RouteCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Routing\RouteCollection.php on line 355

Deprecated
: Return type of Illuminate\Routing\RouteCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Routing\RouteCollection.php on line 345

Deprecated
: Return type of Illuminate\Http\Request::eek:ffsetExists($offset) should either be compatible with ArrayAccess::eek:ffsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Http\Request.php on line 636

Deprecated
: Return type of Illuminate\Http\Request::eek:ffsetGet($offset) should either be compatible with ArrayAccess::eek:ffsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Http\Request.php on line 650

Deprecated
: Return type of Illuminate\Http\Request::eek:ffsetSet($offset, $value) should either be compatible with ArrayAccess::eek:ffsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Http\Request.php on line 662

Deprecated
: Return type of Illuminate\Http\Request::eek:ffsetUnset($offset) should either be compatible with ArrayAccess::eek:ffsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Http\Request.php on line 673

Deprecated
: mb_strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Support\Str.php on line 107

Deprecated
: mb_strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Support\Str.php on line 107

Deprecated
: Return type of Illuminate\Config\Repository::eek:ffsetExists($key) should either be compatible with ArrayAccess::eek:ffsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Config\Repository.php on line 141

Deprecated
: Return type of Illuminate\Config\Repository::eek:ffsetGet($key) should either be compatible with ArrayAccess::eek:ffsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Config\Repository.php on line 152

Deprecated
: Return type of Illuminate\Config\Repository::eek:ffsetSet($key, $value) should either be compatible with ArrayAccess::eek:ffsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Config\Repository.php on line 164

Deprecated
: Return type of Illuminate\Config\Repository::eek:ffsetUnset($key) should either be compatible with ArrayAccess::eek:ffsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\laragon\www\sale\vendor\laravel\framework\src\Illuminate\Config\Repository.php on line 175
 

planet

Member
May 30, 2021
152
21
18
Guys, how to reset the program without deleting existing products and settings? because it's already the turn of the year.
 

PHPar

Member
Apr 27, 2021
27
25
13
Exciting news: Accounting module is NOW RELEASED. 🥳🥳

they say that on there telegram channel

any one post it ??
 

L VYK

New member
May 12, 2022
7
0
1
1. Simple Way:
Go to Seetings -> Invoice Settings
"Invoice Layouts" Tab
Scroll down almost in the end you can find "Footer text:"
Write any thing that you want.....

2. Edit the File
..\resources\views\sale_pos\receipts\classic.blade.php

write below code in the end of file and just replace "Your Business Info Goes Here"

<div>
<p style="font-size: 10px" class="pull-right padding-10">
Your Business Info Goes Here
</div>
Thanks for your reply, i tried with both ways, the text shows on the invoice but it's not FIXED in page footer, if i add many products to the invoice the text simply scroll down to the next page without been fixed as footer (please check the attched image)
 

Attachments

  • inv-footer.png
    inv-footer.png
    89.9 KB · Views: 53

aki11

Member
May 19, 2022
62
21
8
to add Loyalty option in notification


//loyalty Earned in sale
if (strpos($value, '{rpearned}') !== false){
$rpearned = $transaction->rp_earned;
$data[$key] = str_replace('{rpearned}', $rpearned, $data[$key]);
}

//Total Loyalty points
if (strpos($value, '{totalrp}') !== false) {
$totalrp = empty($contact) ? $transaction->contact->total_rp : $contact->total_rp;

$data[$key] = str_replace('{totalrp}', $totalrp, $data[$key]);
}
//spend rp
if (strpos($value, '{rpredeemed}') !== false){
$rpredeemed = $transaction->rp_redeemed;
$data[$key] = str_replace('{rpredeemed}', $rpredeemed, $data[$key]);
}

add the lines in app> util> util.php

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Add this line in app > notificationtemplate.php > new sale section

'{totalrp}', '{rpearned}','{rpredeemed}',
 

jocani19

Active member
Jun 4, 2022
117
63
28
so, 4.7.8+patch still the best? how about 4.8 ? Do you know what caused that? thanks
Hi, still working with 4.7.8 ...
About the issue i couldn't replicate again... i don't know the "root cause"...
 

jocani19

Active member
Jun 4, 2022
117
63
28
Guys, how to reset the program without deleting existing products and settings? because it's already the turn of the year.
Good question... Create a new DB instance and impor ...., in my case it wasnt the best solution because if you have combo products you will need to setup again (Only import single or variations)...

The best way, i suppose, is truncate some tables...

Maybe somebody do this before...
 
  • Like
Reactions: planet
May 5, 2022
37
27
18
barrydevelopers.ml
Thanks for your reply, i tried with both ways, the text shows on the invoice but it's not FIXED in page footer, if i add many products to the invoice the text simply scroll down to the next page without been fixed as footer (please check the attched image)
Edit the File
..\resources\views\sale_pos\receipts\classic.blade.php

write below code in the end of file and just replace "Your Business Info Goes Here"


<style>
.footer {
position: fixed;
right: 10px;
bottom: 0;
width: 100%;
text-align: center;
}
</style>
<div class="footer" style= "font-size: 10px">
<br>
Your Text Goes Here......
</br>
</div>
 
  • Wow
  • Love
Reactions: L VYK and ultranoob

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