1674 comments found.
Do you have include ERP?
hello, can I use this app as a SAAS?
Can you tell me the technology stack and versions that are currently in use, and whether there is a refund feature for a receipt order on the POS?
The current version is using CodeIgniter v3 and the next update will be Laravel & Vuejs. No refund in the current version. Thank you
how do I check stock with this pos, and it does not report when the item is not purchased
Please view the list products page for current quantity of products. Thank you
I was able to sale a product that was not even purchased meanwhile it was supposed to trigger not available notification so that was a very big challenge
is it an error from the settings please, at least let me correct it
Hello,
Please disable Overselling in settings.
Thank you
halo sir,
do i get the full source code ?
Hello,
Yes, you will get the source code and can modify as per license.
Thank you
Error while validating your purchase code!
please download the file again and try. If still same email your purchase code to support@tecdairy.com Thank you
ok
i want to buy this script and i need customizations and new feathers too
You can customise the it. Pleaes refer to license for more information. Thank you
i cant understand the point what you said sir
You can edit both licenses but the license use is limited as license terms. Thank you
i think instead of the color change in the quantity left, we need to see the actual stock left while we sell. please consider this in your next update
I am working on the next major update and will keep this in mind. Thank you
i can have 2 outlets, but can’t have seperate receipt numbering?
Yes, that’s correct. Thank you
today_sale(Today’s Sale) in pos shows sales of all stores. Is it possible to show only the selected store?
No, I will add the option in next update. Thank you
I have been trying to run this script using wamp or xampp none is working please I urgently need solution
Please provide the details. Can you access the installer? Where is the problem, please share the page. Thank you
this is bad, I can’t use the script.. every effort is proven abortive please help me out. I am using wamp server. trying to install, it will not display anything, severally tried yet nothing, is the fault from the script or what?
May I know what is your php and mysql version? Simple POS require php7.4 or php8.0
You just need to move the download file to the wamp www and access them in browser. If the browser shows blank page please check the wamp server error logs to know the cause.
If you install on live server and have issue we can check but we can’t check the local setups. You can try installing it on live server.
Thank you
I have done that, created database, trying to initialize the installations nothing happens
php is 7.4.9
please what is happening ?
Yes, please let me know what is happening. Are you able to install it? If you need help, please ask at the support portal https://tecdiary.net/support and we will need access to your server to check and suggest the solution. Thank you
Hi Admin, i can not install it. please to help.
how to print receipt auto?, use Windows, Xprinter
Hello, I hope you have already installed the item. For auto print, you can enable in settings and it will open browser print dialog or send print command depending your printing settings. For better response time, please ask at support portal https://tecdiary.net/support Thank you
do you have saas version ? let owner register limit feature for sale per month per feature
No, we don’t have SaaS version for this item yet. Thank you
how to setup customer screen dual android tablet ?
This item is for computers only. Thank you
I was going to buy the WINDOWS INSTALLER VERSION but i need something that will update entries on web database either automatically when internet connection is on or whenever the user pushes collected data online through some inbuilt backup means. Please does your Simple POS application in any way does this? Let me know so i can proceed to decide on purchase. Client waiting urgently
No, there is no such option to sync with live server. Thank you
Hi, we just sent an email on your website. We renewed our support but we aren’t able to send a ticket on your portal. We are having an issue with the Stripe API. When we enter the code it cuts off the last 7 characters. Can you tell us how to correct this (we understand php, css, html, etc.) or can you fix this so we can test the stripe functionality? Thank you
Hello,
Please validate your purchase code and ask questions for your support items.
I suspect that might be due to settings table column length, you can check `stripe_secret_key` and `stripe_publishable_key`
Thank you
Thank you, can you tell us where to locate this file? We looked through the style.css pages but do not see where to modify the table length.
Look forward to hearing from you soon.
We have tried to validate the code and it’s not working please help us we are just trying to get the Stripe api code to save correctly. Where can we find this table in the code so we can make the adjustment? Thank you
Hello,
I was talking about database not css. You can run the following query on your databaseALTER TABLE `tec_settings` CHANGE `stripe_secret_key` `stripe_secret_key` varchar(191) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL, CHANGE `stripe_publishable_key` `stripe_publishable_key` varchar(191) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL;
Thank you
Thanks for the info that’s awesome, however I’m not familiar with how to run a query on my database. I looked at videos online but I do not want to make any mistakes. Do I copy and paste the code above? If you can send me an email (reymionbizhub@gmail.com) or reply here with the process info that would be great.
Thanks
Can you please send me the details on how to make this adjustment please. Thank you
Hello,
Please open your database in any application tablesplus or phpMyAdmin then select the database and SQL tab. Paste the above query and run. Then you can check again.
Thank you
Hi, for Online Deployment, is there a way to allow specific devices to access only? or maybe set working hours only since I am worried maybe may Staff/Cashier will access the system at home outside working hours. thank you
Hello,
No, there is no such option but you can modify the code to restrict login as you need.
You can allow your site from your shop ip only by using any security service like cloudflare.
Thank you
Please solve this. During installation i get this message ” Could not connect to MYSQL!”
Please check with your server admin for correct database details and type them correctly. Thank you
Hi You don’t have the saas version of it.
No, we don’t have saas version yet. Thanks
How does the customer get their gift card? It’s not printed on the receipt. It only shows “Gift Card”. What about the number?
Hello??
Hello,
If you add the payment for pos order using gift card the payment method should be gift card and it should mention the card number too. Please test on live demo.
Comment’s response time is 5 days, it could be more for non-supported members. While official support response time is 1 – 2 days. Please post your support queries/questions, bugs, and feature requests with details at Tecdiary Official Portal – https://tecdiary.net/support After registration, you need to validate your purchase code to add item to your supported list. Once items are green in the support portal, you would be able to ask questions.
Thank you
You didn’t get me. If a customer buys a gift card with cash, how does he get the code? On the receipt, it’s written “Gift Card” only. No code.
ah, yes the card number is not printed as on receipt. I will check about this in next update. This item is next in the update list. For now you can print ther card along the receipt. Thank you
Please let me know when the app is updated or just send me the modified code separately. Thank you.
Hello,
You can edit the `themes/default/views/pos/view.php` and replace `echo $row->product_name;` with
echo $row->product_name . ' '.($row->product_name == lang('Gift Card') ? $row->product_code : '');
Thank you