Code

Discussion on Stock Manager Advance with Point of Sale Module

Discussion on Stock Manager Advance with Point of Sale Module

Cart 6,224 sales
Recently Updated

Tecdiary supports this item

Supported

This author's response time can be up to 5 business days.

8671 comments found.

Hello, Why auto update is not working? Do I need to update manually for each update?

I found the link to install update was wrong. I have updated it in v3.2.1 Thank you

Thank you for quick update. Do I need to reupload all files again or any there any single file enough? As I just completed upload whole script for 3.2.0.

You can replace themes/default/admin/views/settings/updates.php and app/models/admin/Sales_model.php :)

Hi , How to check whats new in new version.

There is link to change log page at the bottom of the page. Thank you

how to setup print with Rongta RP326US

Please check the add printer page. Thank you

Sr but I don’t found this

Please check the add printer menu under settings. LAN printers are very easy to add but for usb /serial the guide
For Windows: (Local USB, Serial or Parallel Printer): Share the printer and enter the share name for your printer here or for Server Message Block (SMB): enter as a smb:// url format such as smb://computername/Receipt Printer
For Linux: Parallel as /dev/lp0, USB as /dev/usb/lp1, USB-Serial as /dev/ttyUSB0, Serial as /dev/ttyS0

Hello, what are allowed image dimensions for product images? I am getting following error while uploading product image. The image you are attempting to upload doesn’t fit into the allowed dimensions.

You can change dimensions size in system settings. Thank you

Problem adding product. “Slug Field Required”. Please fix it.

Problem login into http://tecdiary.com/download to download update manually. Help me. Error Code “Sorry, your nonce did not verify.4cbd3fe142 /download”

Mail me as soon as possible. Thank you.

I am sorry as the page might be cached. Please try now. Thank you

after updation to 3.13 I’d received the following error [16-Jun-2017 03:02:08 Asia/Kuala_Lumpur] PHP Fatal error: Class ‘MY_Shop_Controller’ not found in /home/binzaheer/pos.binzaheer.com/app/controllers/Main.php on line 4

Please add following code at the end of app/config/config.php
/*
|--------------------------------------------------------------------------
| Autoload Custom Controllers
|--------------------------------------------------------------------------
|
*/
spl_autoload_extensions('.php');
spl_autoload_register(function ($class) {
    if (substr($class, 0, 3) !== 'CI_') {
        if (file_exists($file = APPPATH . 'core/' . $class . '.php')) {
            require($file);
        }
    }
});

Thanks its working now.

Dear Tecdiary team, Our team had bought your Stock Manager Advance product about 6 months ago. In the new updated version I see the API keys part. I want to know what is the purpose of using API keys? I would appreciate it if you could help me with this matter.

The Shop & APIs module is available separately. The current version of APIs are read only and we will update this in future. The purpose could be integration with third-party software & Data for Mobile Apps. This feature will take some time to be matured. Thank you

Hello author I want to purchase this system, i think i can relate so much to it but I have a few questions and I would like to know if I can be able to customize it to my requirement.

Yes, you can customize as per license. Thank you

When will almost be released Version 3.1.5

The v3.1.6 is released. You can visit updates menu under settings to update. Thank you

i’m getting this error while downloading from http://tecdiary.com/download

Sorry, your nonce did not verify.4cbd3fe142 /download

after entering username and purchase code from codecanyon i already mentioned one post above but not answered :( still having trouble

I am sorry as that was due to cache plugin. I have update the page, please try now. Thank you

Hello,

In the left menu, the link to add a user is not working on Stock Manager Advance. could you fix it please.

I want to buy POS, could you explain how to integrate to Stock Manager Advance?

Thanks

That was fixed in v3.1.2 and now v3.1.6 is the latest release. You can visit updates menu under settings to update. Thank you

Is it possible to apply replication mysql on the sma pos system to localhost? At the end of the day, data is migrated to a central database In order to share the database in case of working without the Internet

I am sorry as there is o option for offline/online synchronization. For single machine, it will be ok but for multiple there is no option. Thank you

How to change: domain and hosting ?

Please check the documentation.pdf in your download. Thank you

If you allow I want to know the advantageous slug field What we will benefit from

waiting for your reply

It will be the url for product in shop module. Thank you

hi, I just bought the Licence I am getting Error.

https://247pos.tinytake.com/sf/MTY5NjUwM181NjQ4MzU1

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

I have Base URL for sub-domain will be http://subdomain.yourdomain.com/

All Installation goes fine. at the end when open admin page error starts coming.

The 500 is internal server error and your error log should have details about this. Please share the details to check with your host. We only an suggestion after you share the error details with us. Thank you

Hello, I have a problem with sma_pos. I insert 1900 but system format to 1,900 with comma. However when i updated it just insert only number 1 to database! I insert: http://prntscr.com/fjyanr System format: http://prntscr.com/fjyafm After submit: http://prntscr.com/fjy9zy Tell me how to do?

Please visit the updates menu under setting for update. Thank you

i updated sma pos 3.1.6 but in the same error! :(

That’s strange :( Please test it on live demo and let me know the result with step to replicate the issue. Thank you

Hello. Help please with an error after updating to version 3.1.3 the web server has responded to answer http 500. And I have almost finished translating your program into my language Russian, I can give you the source of the translation so that you can include my language in the next build.

Please check the error log for more details of the error and let me know so that I can suggest you solution. For the language files, please email to support@tecdiary.com Thank you

Hello, we have PURCHASED the system but from the anoter account (i can provide you with parches code) we update to the latest ver (v3.1.3) today and have the following problems 1- we can’t open the pos or pos setting just blank page with error Call to a member function num_rows() on boolean in app/models/admin/Pos_model.php on line 1331

after investigating the problem we found the error come from app/models/admin/Pos_model.php getPrinterByID, getAllPrinters to solve that we add the following code after $q = $this->db->get(‘printers’);

if(!$q) return FALSE; Note: we don’t have any printer

2- when we try to add new printer also we got blank page with error in the log file PHP Fatal error: Call to a member function num_rows() on boolean in /system/libraries/Form_validation.php on line 1122

3- we can’t add or edit any product it’s always ask Slug field and there is no slug field in the page so to solve this inside the file app/controllers/admin/Products.php we comment the validation for the slug field in edit and update function in add function and on line 352 $this->form_validation->set_rules(‘slug’, lang(“slug”), ‘required|is_unique[products.slug]|alpha_dash’); on update function and on line 754 to line 757 $this->form_validation->set_rules(‘slug’, lang(“slug”), ‘required|alpha_dash’); if ($this->input->post(‘slug’) !== $product->slug) { $this->form_validation->set_rules(‘slug’, lang(“slug”), ‘required|is_unique[products.slug]|alpha_dash’); }

this what we found until now can you plz solve this problems as soon as possible

this what i have in that file ALTER TABLE `sma_sales` ADD `suspend_note` VARCHAR NULL; ALTER TABLE `sma_sale_items` ADD `comment` VARCHAR NULL;

UPDATE `sma_settings` SET `version` = ‘3.0.2.23’ WHERE `setting_id` = 1;

and as mention before we already import all file one by one

sorry i found the sql statement to create that table and problem solved but i try to update the system using the update link inside the admin area and it didn’t work just refresh the page so i update it to the latest ver manually and i can confirm that all problem has been solved thank you for your support

I am glad to know and thank you for updating.

I found a problem in 3.1.3

“The Slug field is required.”

But there’s no slug field, can we use it for real store? I’m affraid it will have a problem while we use it.

We waiting time to time for your best develop, I’m sure it will be the best system if there’s no bug.

Of course I will promote this system to many friends or customer, but now? nothing I can do…

So please make it better…

cheers… _

The slug issue is being fixed and update will be available soon. Thank you

Thx, we’ll waiting the update.

You can visit updates menu under settings to update. Thank you

I found a problem in 3.1.3

“The Slug field is required.”

But there’s no slug field, can we use it for real store? I’m affraid it will have a problem while we use it.

We waiting time to time for your best develop, I’m sure it will be the best system if there’s no bug.

Of course I will promote this system to many friends or customer, but now? nothing I can do…

So please make it better…

cheers… _

The slug issue is being fixed and update will be available soon. Thank you

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey