• 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
Please, where can I customize the label printing style? I have done it before, but I forgot the file I modified!
 
please!
where can I customize the label printing style? I have done it before, but I forgot the file I modified!
 

V 5.40 –Released on January 29, 2024​

  1. IMPROVEMENT: In Add/Edit contact contact type (Indivisual/Business) is now getting saved.
  2. IMPROVEMENT: Delivery note translation added
  3. IMPROVEMENT: CRON command improved. (if the existing command is working fine then no need to change it)
  4. FIX: Email sending issue when enabling “Allow businesses to use Superadmin email configuration” from superadmin.
  5. FIX: Products in sell showing “out of stock” if “customer group” has Price calculation type as “selling price group”.
  6. FIX: Credit limit taking not final into consideration issue.
  7. FIX: Decimal issue in purchase requisition fixed.

there is update?

btw there is someone have module for hrm?
 

API or Connector module for UltimatePOS​

V2.2, – Released January 30, 2024​

  1. NEW: Option for service_staff in add/edit sales sell line
  2. FIX: Permission issue fixes for various APIs
any one have?
 
  • Like
Reactions: thiendunga7
Here is the V5.40 nulled
Password same as in update tab
Testing... the same problem in the POS when you are going to sell a product with stock, using the role "cashier" !!!

If you use the role "admin" it works.

File: \app\Utils\ProductUtil.php
Fix:

public function getVariationGroupPrice($variation_id, $price_group_id, $tax_id)
{
$price_group = VariationGroupPrice::where('variation_id', $variation_id)
->where('price_group_id', $price_group_id)
->select(['price_inc_tax', 'price_type'])
->first();
if(isset($price_group->price_type) && $price_group->price_type == 'percentage'){
//calculate the price
$variation = Variation::find($variation_id);
$price_inc_tax = $this->calc_percentage($variation->sell_price_inc_tax, $price_group->price_inc_tax);
} else {
//$price_inc_tax = $price_group->price_inc_tax;
//Add #JCN if there isnt a record (isset) in $price_group so... price_inc_tax = null
$price_inc_tax = $price_group->price_inc_tax ?? null;
}
$price_exc_tax = $price_inc_tax;
if (! empty($price_inc_tax) && ! empty($tax_id)) {
$tax_amount = TaxRate::where('id', $tax_id)->value('amount');
$price_exc_tax = $this->calc_percentage_base($price_inc_tax, $tax_amount);
}
return [
'price_inc_tax' => $price_inc_tax,
'price_exc_tax' => $price_exc_tax,
];
}
 
Hi, i share this UI (Version 5 & 5.0.2) for the POS (Works with Create & Edit sell), with visible stock and some optimizations
Working for variations too
MAKE BACKUPS of yor root directory o application before install this!!!
To install:
1. Make a copy of your root directory ( the root of your application ...)
2. Unzip and copy the folders lang, public, app, custom_views in your root directory ( the root of your application ...)
3. Run the app -- I recommend test enviroment (localhost)
4. Change the theme form CFG-SYSTEM and test the default colors of the app
5. Clear cache or use CTRL + F5 to refresh the page, clear cache if its neccesary

Update: Images for categories
Each image is the id of the category,example id=1, name=fruits ... The image will be "1.jpg"
Put each image (1.jg, 2,jpg, 3jpg...) in public/img

The zip contains (If you want to make a copy of this files before replace.)

:: Language
\lang\en\lang_v1.php
\lang\es\lang_v1.php

:: JS & CSS
\public\css\app.css"
\public\css\pos.js"

:: Controllers { SellPosController change line 1930 paginate(36) to MAX 40 } to replace scroll and use pagination
\app\Http\Controllers\SellPosController.php

:: Forms using customer_views to preserve the original views
\custom_views\sale_pos\create.blade.php"
\custom_views\sale_pos\edit.blade.php"
\custom_views\sale_pos\product_row.blade.php"
\custom_views\sale_pos\partials\pos_form_totals.blade.php"
\custom_views\sale_pos\pos_form.blade.php"
\custom_views\sale_pos\pos_form_actions.blade.php"
\custom_views\sale_pos\partials\pos_sidebar.blade.php"
\custom_views\sale_pos\partials\product_list_box.blade.php"
\custom_views\sale_pos\partials\product_list.blade.php"
\custom_views\sale_pos\partials\featured_products.blade.php"
\custom_views\sale_pos\partials\pos_category_product.blade.php"

:: Headers
\custom_views\layouts\partials\header-pos.blade.php"

Clear cache or use CTRL + F5 to refresh the page, clear cache if its neccesary.

Let me to know if it works!

1678369708707.png
hi, there is an update?
 
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