• 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"

Stock Manager Advance with Point of Sale Module v3.4.18

macrobert

Well-known member
Trusted Uploader
Nov 2, 2018
245
305
63
14152

Stock Manager Advance with POS (Point of Sale) module is a PHP/jQuery based web application that allows you to manage your sales and inventory on site.

Update your stock information, make purchases and view sales data from anywhere whether in the office, at home, in the warehouse, or on the go. All you need to access this a device with internet connection.

Stock Manager Advance has built-in Invoice and Inventory System. Invoice System has Tax and Discounts. These will be really helpful to apply taxes and discounts automatically and the ability to generate invoice from quotation.

Responsive Theme with 3 styles, Calender to add events and daily/month sales and tax amounts. Advance and Improved reports for Overview, Stock Value per warehouse, custom sales and purchase reports.

Now you can manage multiple warehouses with Stock Manager Advance.

Re-designed the POS Module for better Performance, User Interface and Usability.

Download Stock Manager Advance with Point of Sale Module v3.4.18
 
Last edited:
Isn't it possible to provide the download on a normal filehoster?
Full with scam, ads and after all no download
 
Hello, do you have this version ?
Version: 3.4.22
Release Date: August 14, 2019
 
Purchase code is for update. It is nulled.
I've downloaded your script from your link,but its asking for purchase code.
So should I download the 1st one and then i need to update your's one right brother?
 
Wait for reply because I have not a pc now. When I go in home I will test.
 
The problem is that for you to download the database, it connects to your server. without access you cannot download the database and it will not work. Another option is that the one who could buy the system, go to your CPanel and make a copy of the database and share it.
 
Version: 3.4.23

Release Date: August 28, 2019

please update and POS Module Nulled
 
V3.4.
The problem is that for you to download the database, it connects to your server. without access you cannot download the database and it will not work. Another option is that the one who could buy the system, go to your Cpanel and make a copy of the database and share it.

V3.4.20 the Database is the same as V3.4.6 and all you meed to correct some errors

/***/
bug #1 POS does not show up
bug #2 Profit and/ or loss report not displaying. Only shows internal server error.
bug #3 Close Register Freezes
bug #4 Todays Profit Freezes
/***/

#1: --- This will resolve #1 in the bugs list.
--------------------------------------------
Add hide_pos column in sma_products table. Use tinyint data type and value of 1.

#2: --- This will resolve bug #2 in the list.
--------------------------------------------
Open Reports_model.php in app/models/admin/ folder using text editor.
Go to line 639 or find function getTotalReturnSales($start, $end, $warehouse_id = null)
and change if ($q->num_rows() > 0) { to if ($q !== false && $q->num_rows() > 0) {.

#3: --- This will resolve #3 bug in the list.
--------------------------------------------
Same procedure as #2, open Pos_model.php in the same folder as Reports_model.php.
Go to line 876 or find function getRegisterReturns($date, $user_id = null) and change the same changes as #2.
Find the condition and just add $q !== false inside it as an additional conditional statement.

#4: --- This will resolve #4 bug in the list.
--------------------------------------------
Same procedure as #2, open Pos_model.php in the same folder as Reports_model.php. Go to line 1096 or find function
getTodayReturns() and change the same changes as #2. Find the condition and just add $q !== false inside it as an
additional conditional statement.
 
  • Like
Reactions: arkobd
V3.4.


V3.4.20 the Database is the same as V3.4.6 and all you meed to correct some errors

/***/
bug #1 POS does not show up
bug #2 Profit and/ or loss report not displaying. Only shows internal server error.
bug #3 Close Register Freezes
bug #4 Todays Profit Freezes
/***/

#1: --- This will resolve #1 in the bugs list.
--------------------------------------------
Add hide_pos column in sma_products table. Use tinyint data type and value of 1.

#2: --- This will resolve bug #2 in the list.
--------------------------------------------
Open Reports_model.php in app/models/admin/ folder using text editor.
Go to line 639 or find function getTotalReturnSales($start, $end, $warehouse_id = null)
and change if ($q->num_rows() > 0) { to if ($q !== false && $q->num_rows() > 0) {.

#3: --- This will resolve #3 bug in the list.
--------------------------------------------
Same procedure as #2, open Pos_model.php in the same folder as Reports_model.php.
Go to line 876 or find function getRegisterReturns($date, $user_id = null) and change the same changes as #2.
Find the condition and just add $q !== false inside it as an additional conditional statement.

#4: --- This will resolve #4 bug in the list.
--------------------------------------------
Same procedure as #2, open Pos_model.php in the same folder as Reports_model.php. Go to line 1096 or find function
getTodayReturns() and change the same changes as #2. Find the condition and just add $q !== false inside it as an
additional conditional statement.

Don't know how to do this thing : #1: --- This will resolve #1 in the bugs list.
Can you make a video tutofor those guys who don't know about it?Or any screen shot how to do it?
plz brother?Or can you give me the database file :) ?

Regards
 
V3.4.


V3.4.20 the Database is the same as V3.4.6 and all you meed to correct some errors

/***/
bug #1 POS does not show up
bug #2 Profit and/ or loss report not displaying. Only shows internal server error.
bug #3 Close Register Freezes
bug #4 Todays Profit Freezes
/***/

#1: --- This will resolve #1 in the bugs list.
--------------------------------------------
Add hide_pos column in sma_products table. Use tinyint data type and value of 1.

#2: --- This will resolve bug #2 in the list.
--------------------------------------------
Open Reports_model.php in app/models/admin/ folder using text editor.
Go to line 639 or find function getTotalReturnSales($start, $end, $warehouse_id = null)
and change if ($q->num_rows() > 0) { to if ($q !== false && $q->num_rows() > 0) {.

#3: --- This will resolve #3 bug in the list.
--------------------------------------------
Same procedure as #2, open Pos_model.php in the same folder as Reports_model.php.
Go to line 876 or find function getRegisterReturns($date, $user_id = null) and change the same changes as #2.
Find the condition and just add $q !== false inside it as an additional conditional statement.

#4: --- This will resolve #4 bug in the list.
--------------------------------------------
Same procedure as #2, open Pos_model.php in the same folder as Reports_model.php. Go to line 1096 or find function
getTodayReturns() and change the same changes as #2. Find the condition and just add $q !== false inside it as an
additional conditional statement.


hi .. this is how to change the code yes, i keep erroring .. i use V3.4.24
 
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