• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

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

Ultimate POS - Best Advanced Stock Management, Point of Sale & Invoicing application V 5.40 –Released on January 29, 2024 - Untouched

No permission to download
Hi there fellows!
i want to add previous due amount before current bill into the invoice how can i add into the invoice i try to write code but i think i do not have its Tag can anyone help with this so i can print previous due before total due balance into the invoice
Like this?
IMG_20230928_161004.jpg

No need for code it's already there. Just explore the system.
 
Hi there fellows!
i want to add previous due amount before current bill into the invoice how can i add into the invoice i try to write code but i think i do not have its Tag can anyone help with this so i can print previous due before total due balance into the invoice
If you mean, as in the picture, the amount previously due to the customer
Go to Settings >> Invoice Settings >>> Invoice Layouts
Choose your own invoice design or Default
Go to >> Show total balance due (All sales)
And write here what you want to display >> Total Due Label (All sales): Screenshot 2023-09-28 161355.png
 

Attachments

  • Screenshot 2023-09-28 161345.png
    Screenshot 2023-09-28 161345.png
    79.5 KB · Views: 56
  • Screenshot 2023-09-28 161234.png
    Screenshot 2023-09-28 161234.png
    144.4 KB · Views: 56
If you mean, as in the picture, the amount previously due to the customer
Go to Settings >> Invoice Settings >>> Invoice Layouts
Choose your own invoice design or Default
Go to >> Show total balance due (All sales)
And write here what you want to display >> Total Due Label (All sales): Screenshot 2023-09-28 161355.png
Just follow this...
 
Screenshot 2023-09-28 172145.png
You want to display previous amounts before the current invoice
That is like what i,ve said, that is the total remaining = Previous total amount.

Or maybe he wanted to show the costumer payment amount on the previous transaction....
 
Last edited:
How can i show the quantity of product in POS screen on each product displayed. Secondly how do i edit price on POS screen.
 
How can i show the quantity of product in POS screen on each product displayed. Secondly how do i edit price on POS screen.
1-
Go to
/resources/views/sale_pos/partials/product_list.blade.php/
Sorry
({{$product->sub_sku}})
Show the following code

PHP:
<!-- Show available quantity -->
                <small class="text-muted">
                    {{ __('Available') }}: {{ number_format($product->qty_available, 0, '.', '') }}

                </small>
2-
Go to Settings >> Business Settings >>> pos >>> Activate
SubtotalEditable
 
Last edited:
my friends
I am facing a problem with the installment model
It does not display invoices
Does anyone know the reason?
Or he has a solution to the problem


Screenshot 2023-09-28 201856.png
 
  • Like
Reactions: hodgso2k21
1-
Go to
/resources/views/sale_pos/partials/product_list.blade.php/
Sorry
({{$product->sub_sku}})
Show the following code

PHP:
<!-- Show available quantity -->
                <small class="text-muted">
                    {{ __('Available') }}: {{ number_format($product->qty_available, 0, '.', '') }}

                </small>
2-
Go to Settings >> Business Settings >>> pos >>> Activate
SubtotalEditable
The first one worked like a charm. The second was editable but not working.
 

Attachments

  • iScreen Shoter - 20230928183701913.jpg
    iScreen Shoter - 20230928183701913.jpg
    384.3 KB · Views: 34
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock