Stock Manager Advance with Point of Sale Module v3.4.18

macrobert

Active member
Trusted Uploader
Nov 2, 2018
205
167
43
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:

ausdemff

New member
May 18, 2019
1
0
1
Isn't it possible to provide the download on a normal filehoster?
Full with scam, ads and after all no download
 

kudaliar331

Active member
Trusted Seller
Feb 1, 2019
157
101
43
Hello, do you have this version ?
Version: 3.4.22
Release Date: August 14, 2019
 

arkobd

Active member
Sep 8, 2018
466
78
28
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?
 

Altrin

Active member
Trusted Uploader
Dec 26, 2018
150
51
28
Wait for reply because I have not a pc now. When I go in home I will test.
 

jousemark

New member
Sep 4, 2019
1
0
1
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.
 

UzMaN

New member
Oct 2, 2018
19
5
3
Version: 3.4.23

Release Date: August 28, 2019

please update and POS Module Nulled
 

ubukuryo

New member
Sep 24, 2019
2
1
3
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

arkobd

Active member
Sep 8, 2018
466
78
28
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
 

beny13

New member
Oct 7, 2019
1
0
1
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
 

Forum statistics

Threads
69,203
Messages
908,327
Members
236,787
Latest member
arapsiken

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