• 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 every one
i have damaged my source code , i redeploeyding againe , proplem with modules part , is not showing after we make admin user right
so can help me to find what is wrong ?
thanks
 
Hi, i share this Module “PosCustom” for POS (Works with Create & Edit sell), with visible stock , working with variatios and some optimizations
If is USEFUL for you, if you want to buy me a beer!
PayPal: [email protected]
Send me a PM.

Installing:
¡Important!
1. Add the line "PosCustom": true to the end of the file modules_statuses.json before install the module
"UserbyCate": true,
"PosCustom": true
}
2. Install the module (follow the steps to install a module).
•Installing the module, it will be setup de enviroment to work with this PosCustom Module
3. Change the theme form CFG-SYSTEM and test the default colors of the app
4. Clear cache or use CTRL + F5 to refresh the page, clear cache if its neccesary
5. Update: Images for categories
•Each image is the id of the category
•id=1, name=fruits . The image must be "1.jpg“
•Put each image (1.jg, 2,jpg, 3jpg...) in public/img

If you don want to use this Module (PosCustom) just uninstall the module.
1710427679769.png
1710427789542.png

Thank you as always!!!!! You are the best (y):coffee::coffee::coffee::coffee:
 
  • Like
Reactions: jocani19
Hello,

if you sell via the Add Sale "url/sells/create" menu, you can't get notifications via WhatsApp?
If you go through the POS menu "url/pos/create", a notification via WhatsApp will automatically open when the transaction is complete.

Or are there special conditions or criteria if you want to succeed through the Add Sale menu ("url/sells/create")??

Thank You
 
Buying and selling has been activated in another currency
Buying and selling in a different foreign currency

Activate buying and selling in another currency, choose the currency, and choose the value of the foreign currency against the base currency

1.png
The ability to set purchases in foreign currency and control the value of the foreign currency or other currency against the exchange rate of your base currency

2.png
Possibility of selling in other currencies and foreign currency

3.png

4.png


5.png

6.png
great brother I'm interested
 
<?php

return [

/*
|--------------------------------------------------------------------------
| App Constants
|--------------------------------------------------------------------------
|List of all constants for the app
*/

'langs' => [
'en' => ['full_name' => 'English', 'short_name' => 'English'],

'ar' => ['full_name' => 'Arabic - العَرَبِيَّة', 'short_name' => 'Arabic'],

],
'langs_rtl' => ['ar'],
'non_utf8_languages' => ['ar'],

'document_size_limit' => '5000000', //in Bytes,
'image_size_limit' => '5000000', //in Bytes

'asset_version' => 511,

'disable_purchase_in_other_currency' => false,

'iraqi_selling_price_adjustment' => false,

//currency_precision & quantity_precision moved to business settings

'product_img_path' => 'img',

'enable_sell_in_diff_currency' => false,
'currency_exchange_rate' => 1,
'orders_refresh_interval' => 600, //Auto refresh interval on Kitchen and Orders page in seconds,

'default_date_format' => 'm/d/Y', //Default date format to be used if session is not set. All valid formats can be found on https://www.php.net/manual/en/function.date.php

'new_notification_count_interval' => 60, //Interval to check for new notifications in seconds;Default is 60sec

'administrator_usernames' => env('ADMINISTRATOR_USERNAMES'),
'allow_registration' => env('ALLOW_REGISTRATION', true),
'app_title' => env('APP_TITLE'),
'mpdf_temp_path' => storage_path('app/pdf'), //Temporary path used by mpdf

'document_upload_mimes_types' => ['application/pdf' => '.pdf',
'text/csv' => '.csv',
'application/zip' => '.zip',
'application/msword' => '.doc',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => '.docx',
'image/jpeg' => '.jpeg',
'image/jpg' => '.jpg',
'image/png' => '.png',

], //List of MIME type: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
'show_report_606' => false,
'show_report_607' => false,
'whatsapp_base_url' => 'https://wa.me/+201205067764',
'enable_crm_call_log' => false,
'enable_product_bulk_edit' => true, //Will be depreciated in future
'enable_convert_draft_to_invoice' => true, //Experimental beta feature.
'enable_download_pdf' => false, //Experimental feature
'invoice_scheme_separator' => '-',
'show_payments_recovered_today' => false, //Displays payment recovered today table on dashboard
'enable_b2b_marketplace' => false,
'enable_contact_assign' => true, //Used in add/edit contacts screen
'show_payment_type_on_contact_pay' => false,
'enable_gst_report_india' => env('ENABLE_GST_REPORT_INDIA', false),
'enable_secondary_unit' => false, //Experimental feature, may depreciate
]; only enable
'enable_sell_in_diff_currency' => false,
'currency_exchange_rate' => 1, if you need sell another currency or purchase
 
<?php

return [

/*
|--------------------------------------------------------------------------
| App Constants
|--------------------------------------------------------------------------
|List of all constants for the app
*/

'langs' => [
'en' => ['full_name' => 'English', 'short_name' => 'English'],

'ar' => ['full_name' => 'Arabic - العَرَبِيَّة', 'short_name' => 'Arabic'],

],
'langs_rtl' => ['ar'],
'non_utf8_languages' => ['ar'],

'document_size_limit' => '5000000', //in Bytes,
'image_size_limit' => '5000000', //in Bytes

'asset_version' => 511,

'disable_purchase_in_other_currency' => false,

'iraqi_selling_price_adjustment' => false,

//currency_precision & quantity_precision moved to business settings

'product_img_path' => 'img',

'enable_sell_in_diff_currency' => false,
'currency_exchange_rate' => 1,
'orders_refresh_interval' => 600, //Auto refresh interval on Kitchen and Orders page in seconds,

'default_date_format' => 'm/d/Y', //Default date format to be used if session is not set. All valid formats can be found on https://www.php.net/manual/en/function.date.php

'new_notification_count_interval' => 60, //Interval to check for new notifications in seconds;Default is 60sec

'administrator_usernames' => env('ADMINISTRATOR_USERNAMES'),
'allow_registration' => env('ALLOW_REGISTRATION', true),
'app_title' => env('APP_TITLE'),
'mpdf_temp_path' => storage_path('app/pdf'), //Temporary path used by mpdf

'document_upload_mimes_types' => ['application/pdf' => '.pdf',
'text/csv' => '.csv',
'application/zip' => '.zip',
'application/msword' => '.doc',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => '.docx',
'image/jpeg' => '.jpeg',
'image/jpg' => '.jpg',
'image/png' => '.png',

], //List of MIME type: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
'show_report_606' => false,
'show_report_607' => false,
'whatsapp_base_url' => 'https://wa.me/+201205067764',
'enable_crm_call_log' => false,
'enable_product_bulk_edit' => true, //Will be depreciated in future
'enable_convert_draft_to_invoice' => true, //Experimental beta feature.
'enable_download_pdf' => false, //Experimental feature
'invoice_scheme_separator' => '-',
'show_payments_recovered_today' => false, //Displays payment recovered today table on dashboard
'enable_b2b_marketplace' => false,
'enable_contact_assign' => true, //Used in add/edit contacts screen
'show_payment_type_on_contact_pay' => false,
'enable_gst_report_india' => env('ENABLE_GST_REPORT_INDIA', false),
'enable_secondary_unit' => false, //Experimental feature, may depreciate
]; only enable
'enable_sell_in_diff_currency' => false,
'currency_exchange_rate' => 1, if you need sell another currency or purchase
Do you need some help or what?
 
HI. Friends. I need a complete medicine product list for UltimatePOS.
Please export for me. I am thankful in advance
 
HI. Friends. I need a complete medicine product list for UltimatePOS.
Please export for me. I am thankful in advance
 
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