Code

Discussion on CodeIgniter Purchasing System

Discussion on CodeIgniter Purchasing System

Cart 167 sales

jaystream supports this item

Supported

126 comments found.

Good Day Jack,

I purchased this software and the references are presented below:

(1) I have issues with emails. My system is unable to send emails and I don’t know which settings I should change to enable emails to be send automatically to users via the system. Have looked into the email.php file and could see the following lines but I don’t know which settings I should put to get emails out.

$config[‘useragent’] = “CodeIgniter”; $config[‘protocol’] = ‘sendmail’; $config[‘mailpath’] = ’/usr/sbin/sendmail’; $config[‘charset’] = ‘iso-8859-1’; $config[‘wordwrap’] = TRUE;

(2) I have also noticed issues with my system as referred to the link posted by one user in the comment section on themeforest. Could you please assist as I need to roll this system out in the next 2 days? https://drive.google.com/open?id=1IDdeKPvmoFfwfuDaCttfWAyyUmoMRk_P

Thanks very much indeed.

Hi Pero,

I have replied to your email yesterday, but encase you did not received it, below are the copy of my reply.

Sending and receiving email will depends on your hosting provider configuration. If you’re server doesn’t have an issue sending an email, the default codeigniter configuration should work.

Another way to enable the sending of email if you have an issue on your hosting provider is to use SMTP like google mail. Below are the sample SMTP email configuration that works.

$config[‘protocol’] = ‘smtp’; $config[‘smtp_host’] = ‘ssl://smtp.gmail.com’; $config[‘smtp_port’] = ‘465’; $config[‘smtp_timeout’] = ‘7’; $config[‘smtp_user’] = ‘ssj.simpron.test@gmail.com’; $config[‘smtp_pass’] = ‘ioglrghuwjzhlshd’; $config[‘charset’] = ‘utf-8’; $config[‘newline’] = ”\r\n”; $config[‘mailtype’] = ‘html’; // or html $config[‘validation’] = true; // bool whether to validate email or not

You can try these config for testing purpose. You can replace these config to your own email.

For the second issue, this might be the cause of the single(‘) quote you have encoded in both or either user and user group list. Single quote should have a backslash before it like in this image below. To add a backslash, you can directly add to groups table in the database.

This is a known issue and I have added this to my list for fixing.

If you need further help, I can teamviewer to your PC to do this.

Just let me know.

Jack

Good day. I have purchased the script and tried to install it, but css is not loading. I tried to change root folder permissions to 777 then to 775 but nothing seems to work. my link is http://astratech.co/atp

Hi pheko,

I just replied to your email. Please check

Regards,

Jack

Hi, Pre-purchase question: I am interesting in your product. Kindly provide some video tutorial which show proper layout of this program. How to Generate Purchase Order. Regards.

Hi waseem009,

Thank you for your interest. All the layouts can be seen in the live demo on this link: http://35.153.94.185/cipurchasing/. There, you can see all the login details you can use.

Regarding the tutorial, you can see all the manual in the documentation. Look at the installation section, step 7 (http://35.153.94.185/docs/purchasing/#installation).

Hope it helps.

Regards,

Jack

Jay, I like your Purchasing System software.

- Do you provide Inventory system linked with this Purchasing System. Inventory Software will tell us if some item is available or Nil Stock or Not Stock before raising any Purchasing request.

- In many organization Purchase Order request goes through Store keeper. How to make Store central program.

Example: User go to store and request for Printer Paper. Store Keeper checks in record if Printer Paper is NIL stock. Then User raise request for Printer Paper. Another Example is: When Printer paper falls below critical level then Alert generates and request raised for Printer paper through designated channels.

Regards. Waseem

Hi Waseem,

Unfortunately, we did not created yet an inventory system for this, but we have a plan to do that too. As of the moment, this is purely a purchasing system. You can see the system flow on this in the item description.

Best,

Jack

Hello All,

Spotted few bugs with the application. Could you please assist with the items on these links?

http://prntscr.com/o8b2o3

Hi coolyce,

Thank you for contacting support. Can you provide me the link and login info for me to check? Send it to my email jack.tyler2318(at)gmail.com

Best,

Jack

Hi, I just bought your application on codeIgniter,but I don’t see the process how to install it. Cold you please assist? Thanks

Hi ftoure4,

Thank you for purchasing our item. All information about this is located in the documentation included in the package when you download it. You can also view the online documentation here http://35.153.94.185/docs/purchasing. There, you can see the installation process of this system.

Let me know if this helps.

Regards,

Jack

Can you please assist? I’ve already uploaded the folder and I struggle to install.

ok, please provide me your server details on my email: jack.tyler2318(at)gmail.com, I’ll install it for you.

HI, I Use Xampp server, but if I running the picture and theme/css not show

Hi latka_dea,

Thank you for contacting support. Please provide a writable permission for your root folder temporarily and refresh. When the css load successfully, bring back the 775 permission.

Let me know how it goes,

Jack

I have already changes but still same, http://ugm-rms.hafeleindonesia.com

Hi latka_dea,

Please provide me your hosting details so that I can fix the permission issue. Send it to jack.tyler2318@gmail.com

Hello

Just purchased your script. Very nice. Well designed. The only issue is ‘saving’ add, it does take a long time to save and sometimes it does not. I end up using phpMyAdmin to enter the ‘Suppliers’ doing an Insert.There it works perfect. Any comments appreciated.

Thanks

Hi edatamax,

Thank you for your purchase. I have some fixes done already that might address your issue. Please email me on jack.tyler2318@gmail.com with your purchase code so that I can send you the updated source.

Regards, Jack.

do you still offer support for this solution?

Hi vobits,

What solution or issue that you need on this item for me to help?

Let me know,

Jack

Hi Jack,

I’ve just bought the code but having the issue on 2 of my server. Can you please help me on that.

Regards,

Lorenzo

Hi lolomu28,

What is your issue on your server? Please email me at jack.tyler2318@gmail.com so that I can send you the code that has some other fixes.

Regards, Jack

Hi Jack,

Did you get my email?

Regards,

Lorenzo

Yes, I responded to your email.

Thanks

hello bro when we are trying to add new user, this error shows on the user page

DataTables warning: table id=DataTables_Table_0 – Invalid JSON response. For more information about this error, please see http://datatables.net/tn/1

Hi Jpmiranda,

Please check now your email.

another problem occured, i login as admin@admin.com but the problem is i cannot add anything the error is not there anymore but looks like there is no permission on the admin itself please advice

Hi Jpmiranda,

Try to go to application\third_party\xwb\config\xwb_purchasing.php

At the very bottom, set the config value of ‘demo’ into false.

Regards,

Jack

if i want to change the label name in the new request where is should go the path i mean … i have little knowledge php …and if i want to do some customization are u free ?

Hi ibrahimhashim,

Thank you for contacting us. To change the label of the new request fields, you can look at the file in application\third_party\xwb\views\request\new_request.php

The proper way to edit or override the code is to copy that file and paste it into application\modules\request\views folder then do the edits to override the original code.

You can email me @ jack.tyler2318@gmail.com for any customization request.

Regards, Jack

Hi Jay, Any news on latest update for this script? Really looking forward for the updates as mentioned before.

Thanks.

mymymy

Hi mymymy,

Sorry for the late response. As of this time, the update is still on progress.

It might take a while because I revamped it and converted it to vuejs.

I am thinking too to release a quick update only for those important by next month.

Sorry for the delay because of my limited time but just keep in touch

Regards, Jack.

Hi,

Getting page not found error on http://artisticosample.xyz. Can u please help.

Hi artisticoSoftwareSolutions,

I saw that the URL you gave is incorrect. When I visit the http://artisticosample.xyz , I got this ( https://www.screencast.com/t/GglXGbZ7MfMz ). I’m not sure where did you install the cipurchasing..

Please advice. Jack

The reason why it is 404 not found because you did not upload the .htaccess file.

PS: please do not post your FTP details here because it is publicly seen by everyone. Please change your FTP details immediately to avoid the risk of your website.

Regards, Jack

Nice work …if i have less staff i want one staff to handel bught and audit for example … he need to logout and login again with different account ??? There is no way to edit the privalige for users i cant see becouse its deactivate in demo 2- if i need urgent custimaization do u have time and do i have authiority to edit the code if i have lettil knowolge 3- what is eseiest way to change names like canvinessing to be xyz for example ??

Hi ibrahimhashim,

Thank you for contacting us.

1..Currently, there are only one rule in 1 user but I already added this feature on my list to include in the next release.

2. For the customization, I cannot promise if I can finish it immediately because I am busy too with other projects. You can also call a third party developer to do the customization. Yes, you can edit the code but make sure just override it because editing the code directly on my code will revoke the support.

3. All the view, controller and models can be overridden in the module folder. So just override the code into the module folder and change the texts to whatever you wanted.

Thanks, Jack

Hi, Just checking on the following: 1. When is the next update coming? 2. When recommending for approval, the Head of department wont be able to see the items proposed by user from icon “View Items”. It can only be viewed after the Head of department click “Recommending for approval” and assign it. How is the Head of department will recommend without knowing what item the user is requesting. Can help to fix this urgently?

Thank you Jay.

Hi mymymy,

Thank you for contacting us. There is no schedule yet for the next version. I currently updating it little by little because I am still busy with my other projects.

For the “Head Approval”, you can view all the items requested by going to “recommending approval”. That is supposed to be the “Assigned Items” instead of “View Items”. I have noted this to my list of updates and maybe I will add another column where you can click as “All Requested Item”.

Kindly Regards, Jack

Alright, thanks Jay

Hi Jack Tyler…

I have emailed to you, about the desire to buy this program but there are some customizations according to my store. Please read and respond to email from me, thank you.

Regards Septian

Hi Septian,

Thank you for reaching us. I have replied your email. please check

Regards, Jack

Hi, What is the default password of the administrator

Hi any way to modify the roles for specific work groups please?

Hi cifax89,

There is no way to do that currently but planning to include that in the next future version.

Ok Thank u. We really need the upgrade. Can we get it in a near future

Hello, Awesome work on this application.

I would, however, require some customization and I was wondering if you can help me out.

Please let me know if this is possible.

Hi Idris25,

Thank you for contacting us. At the moment, I have so many queue projects nned to be done, but if you can wait, you can give all the details through my email jack@extremewebevolution.com

Regards, Jack

sorry

Hi boasante,

Let me know if you still need help with the item?

Regards, Jack

i’ve sent you an email

ok. Let me check.

Hi, Please help me install. I installed but Not Found in my link: http://purchasing.nutshealth.com.vn/user/auth/login

Please Help me!!!!!!!!!!!

Hi Nhiemth1985,

Please add an .htaccess file with the codes below:

RewriteEngine On
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php/$1

Place that .htaccess file in your root directory

Let me know if it works.

Regards, jack

OK. 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