Code

Discussion on CodeIgniter Purchasing System

Discussion on CodeIgniter Purchasing System

Cart 167 sales

jaystream supports this item

Supported

126 comments found.

Good night friend, could you help me with customization, would it be the change in the approval flow, some user groups my company does not use, basically the flow would be Requestor> Board approval> Submission to the budgets and purchase approval section> from the board, can you help me? I’m lost.

Good afternoon friend, I would like to know how to change the font of the letters, can you help me please?

Hi Delfin,

Yes, that is possible but it is not easy. It is still requires a customization from CodeIgniter dev.

Regards,

Jack

Thanks friend, could you just show me where I change the color of the blue button on the login screen? I couldn’t find the .less with the colors.

Find friend, no need, thanks

can I modify the design after I bought the program?

sir?

Hi rivasmark,

I am trying to debug the possibility why it cause that error. I can’t find it on my end because it is working properly. Can you give me the FTP access so that I can debug it directly from your site? just send it to jack.tyler2318(at)gmail.com

Thanks,

Jack

Also, please try to turn off the csrf_protection temporarily from the config file if that works.

Friend, I am not able to install the script, in reality I was able to install it, but I get a 404 error on the login screen, even placing the .htacess file, when I placed the error screen it was with interface, but informing 404.

Yes, you can send me the email to for me to see but please try to use this another .htaccess code.
Options +FollowSymLinks

RewriteEngine On
# Please do-not forget to change RewriteBase /YOUR-SUBFOLDER HERE
RewriteBase /YOUR-SUBFOLDER

RewriteRule ^$ index.php [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $1 !^(index\.php|robots\.txt|favicon\.ico)

RewriteRule ^(.*)$ index.php?/$1 [L]

My email is jack.tyler2318(at)gmail.com

It worked friend, the url had to start uppercase, like this: http: // localhost / CIPurchasing/user/auth/login tks!

Good to hear that.

Friend, I am not able to install the script, in reality I was able to install it, but I get a 404 error on the login screen, even placing the .htacess file, when I placed the error screen it was with interface, but informing 404.

Hi, since PHP 5 has been EOL. May I know if you will have an updated version for purchase?

Hi David,

Thank you for contacting support. Yes, php 5 is too old. You can use php 7.3 instead. It is already supported.

Kindly regards,

Jack

Which User does approval, I cant find the approval button

Hi,

There are several approval. It depends where the request or process where it sent to. You can see it in the manual( http://54.158.174.155/docs/purchasing/process_manual.html ). You can see the step by step process there.

If you can’t find it still, just let me know what is the specific process and user you have made so that I can guide you through.

Regards,

Jack

hi, i am interested to buy this system. unfortunately canvassers and other credentials not working

Hi,

I just tried all the credentials and it is working. Please try not to copy and paste the credentials, because there are some instances that you copy it with space the reason why it doesn’t work.

Best,

Jack

hello,

after successful installation, I keep getting 403 Forbidden Request forbidden by administrative rules. (https://162.0.215.31/user/auth/login).

Kindly guide me

Hi.

Thank you for contacting us. Kindly put the .htaccess file on your root directory and that issue should be fixed. Copy this code below and put it into your .htaccess file.

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

If you still having an issue, please give me your server details for me to check. Send it to my email: jack.tyler2318(at)gmail.com

Let me know how it goes.

Best,

Jack

Thanks, I have sent you mail

Hello , is there any video presentation or manual how to use ?

Hi Wael,

Thank you for contacting us. The documentation is located here: http://54.158.174.155/docs/purchasing/

You see the manual of all the users role in the installation section here: http://54.158.174.155/docs/purchasing/#installation

Thanks,

Jack

Hello,

Pre-Purchase

I’m unable to login into the demo account

Hi,

Please use this link( http://54.158.174.155/cipurchasing/ ) for the demo.

Thanks,

Jack

Hello Jack, I am planning to install this for a client, would you be able to support in the customization? Also does it have Arabic-RTL support?

Hi Zaabi,

Thank you for contacting us. Unfortunately, the system is not yet fully supported for the language with RTL direction.

Best , Jack

Hi It’s possible to integrate Inventory Management module?

Hi febreroalbert,

Thank you for reaching us. This is only a purchasing system. If you have an existing or plan to integrate Inventory system, you may need to customize it to make it compatible.

Best,

Jack

Hi After purchasing, if i need to customize then could i able to customize this application as our need?

Hi tanveerqureshee,

Yes you can customize it. All core MVC functions can be overridden in the module.

Regards,

Jack

Hi,

When I try and print a request, I get the error below:

A PHP Error was encountered Severity: 8192

Message: Array and string offset access syntax with curly braces is deprecated

Filename: src/Mpdf.php

Line Number: 2209

Backtrace:

Anyway, can you try to change your php version and check? The mpdf plugin I used on this app might not support the current php version you are using on your server.

Let me know how it goes,

Regards,

Jack

I am using PHP 7.4. I had to replace., e.g., {0} with [0] and it worked just fine on other browsers except that if using Chrome, one will have to install PDFViewer extension.

Downgrading the PHP version also works.

Hello Jaystream,

I have a technical question,

when I am not connected to the internet, the system keeps pop some error says ‘Undefined’. I there anything I can do since I am using the system locally.

Hi lightmantz2018,

Thank you for contacting us. Please go to assets\js\xwb.scripts.js and comment out the line 134.Look at this screenshot: https://drive.google.com/file/d/1b9TEz2G71MMOJtBXT4-GeMe7-sdcuhH7/view?usp=drivesdk

Regards,

Jack

Hello am having a problem with my item, when my item finish to install it redirect me to : http://communitypromo.org/user/auth/login and it says

Not Found

The requested URL was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Please help

Yes I did it after going through comments and saw the solution, but one more thing how can I delete default users

I Don’t want users to show on login page like it seems on the demo

Hi lightmantz2018,

You can enable the ‘allow admin to delete the users’ from the config file located at \application\third_party\xwb\config\xwb_purchasing.php

Please disable the ‘Show default users in login’ in the general settings too.

Best,

Jack

have installed the Purchasing System and I am now about to use it in production. I am having the same issues that I had when I was trying to get it to work on my testing environment.

After installation, I get the “ The requested URL /user/auth/login was not found on this server.”

Hi Saifrana,

Thank you for contacting us. Kindly put the .htaccess file on your root directory and that issue should be fixed. Copy this code below and put it into your .htaccess file.

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

If you still having an issue, please give me your URL for me to check. Send it to my email: jack.tyler2318(at)gmail.com

Let me know how it goes.

Best,

Jack

have installed the Purchasing System and I am now about to use it in production. I am having the same issues that I had when I was trying to get it to work on my testing environment.

After installation, I get the “ The requested URL /user/auth/login was not found on this server.”

Hello

I just want to ask how to add supplier and products to the system?

and also how to approved the request

Hi ramfsip,

Thank you for contacting support and sorry for late response. You can add a products by logging in as a purchasing/admin on the system then navigate to Settings->Product page.

Supplier can be add too on Settings->Supplier page.

Request approval has many types and process. You need to read the documentation for the instruction of it specifically the general process which you can see here: http://35.153.94.185/docs/purchasing/process_manual.html

Kindly Regards,

Jack

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