8672 comments found.
Hello,
How can we display the price with product in the pos without click on the produt to adding in the purchase?
Br
There is no such option. You will need to go to list products page to check the details. Thank you
Hello,
Where can I custom the bill and pos ticket. I neee more Field in the bill and pos invoice.
Thanks
Hello, /themes/default/admin/views/pos/view.php for receipt and /themes/default/admin/assets/pos/js/pos.ajax.js for order/bill. Thank you
Could you send me a quote if you the job ?
I am sorry as not accepting modification jobs yet. Thank you
Hello,
Question: How can i use use the SMA installed on local server (xampp) and the SHOP module on a real web server? and both of them to sync? Thank you,
I am sorry as there is no such option. Thank you
hello i installed your product all is ok but when i want use POS the selection of product don’t move to bill system. thank you for your support
Hello, Please make sure that the product have quantity for the warehouse. You can try to save system settings and pos settings then before trying again. Let me know the result. Thank you
Pdf no DOWNLOADS HELLP ME
May I know if there is any error or what happen when you click the download? If blank page, did you check the error log for details?
Barcode is too small and the scanner never detect it, I thought the issue is with the scanner itself and when i tested it on all barcodes it worked fine except the barcodes printed from the system. I have read the comments here and tried several solutions here but no one of them worked. Barcode is too small and not aligned. checked the printer settings everything is fine.
You can try to print the just 1 barcode to test first. You even can change the Barcode Renderer option in system setting to image and svg. Please make sure that your browser is printing with 100% scale. Thank you
Scale is %100.. Changing to SVG will lead to barcode not shown even when i tried changing from code128 to EAN8
The barcode should read
as I have tested it with my barcode. Can you try to read the code in a text file and see what your barcode scanner reads it as. Let me know the product code and the barcode input. I will check with that. Thank you
Hi, When category or subcategory or brand have more than 25, Slider on POS couldn’t display the rest. I created 40 test brands on Demo and it only show 25 on slider at POS screen. How can I make it scrollable or paging to show all? Thanks.
Thank you for pointing this. I will add scroll to the brands listing as it’s for categories. If you need it urgent, you can modify the /themes/default/admin/views/pos/add.php line no 1616 and replace with
$('#product-list, #category-list, #subcategory-list, #brands-list').perfectScrollbar({suppressScrollX: true}); Thank you
Brand listing is now scrollable with code replacement as suggested. Thanks!
please I wonder, is there any permission for users, for example I do not want my users adding customer or not see some report ….
Please check the group permissions under settings. You can add groups and set permissions as you need and then assign group to the users. Thank you
hello sir, im still on Version v3.0.2.26 . how to upodate step by step to newest version?
You can follow the update guide from documentation.pdf Thank you
would love to see Indian GST implemented
Was not aware of it and the invoice format will be added by this month. Thank you
Is it possible to connect weighing machine
No, there is no such option available. Thank you
Please fix: Default status for a Purchase order is Received. This should not be the case and should be pending. By default being received, allows for minimal error so the products are not accidentally received.
Most of the purchases are adding the purchase after receiving, so it was changed on request. If you need it pending, you can edit the view file /themes/default/admin/views/purchases/add.php’s line no 282 or search for (isset($_POST['status']) ? $_POST['status'] : '') and replace with (isset($_POST['status']) ? $_POST['status'] : 'pending') Thank you
Not sure why most people would request that, as a purchase order is sent before received. Thank you for the code.
Contains a major bug.
When Editing a Sale, if you Submit, this removes 1 quantity, even after it already has initially. Eg. If you place a sale to sell 1 item, it sells 1 item. If you edit the item 3 times after, although it says 1 on the quantity, this will now have sold 4 items.
Thank you for reporting. Did you test it on live demo? If no, may I know what version are you using?
I am unable to reproduce on the live demo, however we have a new fresh installation of Stock Manager Advance and the issue occurs. The version is v3.2.3
We believe this issue has been in for a while, and are not sure what is causing it.
I am updating the item with improvements for such email issues. Thank you
Hi there, I can reproduce the issue by the following: 0. Ensure Over Selling is enabled. (Confirmed this issue is not caused by the setting itself) 1. Create a new product and leave the quantity blank. 2. Create a new sale for the item, which now gives you -1 stock, which is correct. 3. Check the item’s quantity, it should now be -1, which is correct. 4. Edit the sale and hit submit, this now gives you -2. 5. Check the items quantity, it now displays -2, which is incorrect.
Editing sales with no stock results in it adding one to the sale, however this works fine when the item is in stock. If you edit a sale, and the item has a quantity greater than 0, it edits it, and adjusts stock accordingly. This should be the same for quantities of an item less than 0.
Thank you for details, I am checking this and will fixed soon.
This is still an issue after 6 months. Has it been resolved yet?
I am sorry as I might have forgot about this. I have just fixed and you can test this again in next update. Thank you
I uploaded my pictures to /assets/uploads but when I click on actions on the right side of product list and view image it looks in /admin/assets/uploads/ and can’t find it because it wasn’t uploaded to the admin subdirectory – which does not exist. Thanks..
I will fix the link soon. Thank you
Hi.. I upload products.csv, I always this message: Please check category code (). Category Code does not exist! Line No. 2. All Categories are ok.
The item is not properly formatted. Please make sure that the file is proper csv with utf-8 encoding and saved without BOM. Thank you
Hı, I must change the code for export excel on sales report page.
but when ı get the excel some rows are not loaded into the cell please look it on
https://prnt.sc/fspw0xwhat do you suggest to me?
Note: The code is in controllers/Reports.php and function getSalesReport (line 1164)
thank you
That could be due to group_concat length. Please try to set to hight number. SET @@group_concat_max_len = 5000; Thank you
unfortunately not fixed. it’s not load all data into the cell
I have no clue then, I guessed it was the limit but you are saying no 
ok ı do it with this code I write this code up of the db selection code :
$this->db->simple_query(‘SET SESSION group_concat_max_len = 1000000’);
i can’t install from localhost, i have tried it a lot of times… but failed to pass the evato username and puchase code.
However, i tried installing it online, it worked. My main intention is to use this offline since we can’t really rely on the internet for all the sales.
Can you please help??
I have tried downloading the installed files with the database and pasting it offline, it worked but i have problem on “http://localhost/sma/admin/products” none of the product showed, all i see is a transparent black screen that keep spinning, so i go to action->edit product and get error “localhost is currently unable to handle this request. HTTP ERROR 500”
I need help!!! how do i fix this?
I am using wamp
The local and live server config might be different. You can check your local server error logs for more info about the 500 error. Let me know the error details so that I can suggest solution. Thank you
Need help 1. error when I make Sell gift card in POS – when I fill amount / value more than 1000 Can not record price in POS (display “0” in POS) 2. when I check in view_bill screen “Total Payable” contains only zero “0” does not add up according to purchase
Thanks 
Let me check and I shall fix this soon. Thank you
Total in the MonthlySales’ report doesn’t match the Products’ Revenue, the Products’ Cost is also quite different with the actual cost. Please make corrections ASAP.
Yes the total in monthly sales is the sum of grand_total (with order level calculation (tax/discount)) while the product revenue is the sum of item sold price. The cost calculation depends on your costing method in settings. Please check docs for more info. Thank you
I updated to the new 3.2.3 and images look better but i am now having a problem for one of my products i uploaded an image 150×150 and looked like this below but the problem now is since it doesnt look right i’ve tried downsizing to 80×80 and it still looks the same i’ve tried deleting the thumb and reuploading but still same problem :[
Please try to edit the first item only (green). You can set any size foe thumbnails now as the css class rule will restrict max height. Thank you
I did and this is what im getting what is the max height? what size images need to be here?
Im sorry i still dont understand what i need to do can you please help
Can you please email your site link with login details to support@tecdiary.com with reference to this comment. Thank you