Brother,
I am installing this in my server through c-panel, I want to use this. Not have knowedge to use in localhost. How to make this work in server?this error occurs when we upload this file to server, try this at localhost using laragon
<div class="nav-item nav-grid f-view"> <a href="<?= site_url().'/erp/create-new-invoice';?>" class="btn waves-effect waves-light btn-primary btn-sm m-0"> <i data-feather="plus"></i>
<div class="nav-item nav-grid f-view"> <a href="<?= site_url().'/erp/create-new-estimate';?>" class="btn waves-effect waves-light btn-primary btn-sm m-0"> <i data-feather="plus"></i>
just replace it with the one I give themif someone has problem creating a new invoice : app/Views/erp/invoices/invoice_project_list.php
PUT THIS CODE ON LINE 166
Code:<div class="nav-item nav-grid f-view"> <a href="<?= site_url().'/erp/create-new-invoice';?>" class="btn waves-effect waves-light btn-primary btn-sm m-0"> <i data-feather="plus"></i>
just replace it with the one I give themIf anyone has trouble adding "Estimates" : app/Views/erp/estimates/estimate_project_list.php
PUT THIS CODE ON LINE 72
Code:<div class="nav-item nav-grid f-view"> <a href="<?= site_url().'/erp/create-new-estimate';?>" class="btn waves-effect waves-light btn-primary btn-sm m-0"> <i data-feather="plus"></i>
Try opening php.ini from the control panel: Apache row -> Config -> php.iniafter login..... page redirect to this link http://localhost/hrsale/admin/auth/login .. not working.. please help me
some lines of code are missing "/"Cant add company, error 500.
Someone can help please
this is just one case ... you have to fix the other errors on your ownsome lines of code are missing "/"
You have to add the "/"
app/Views/erp/inventory/salesorder/order_status_delivered.php
Before :
<div class="nav-item nav-grid f-view"> <a href="<?= site_url().'erp/create-order';?>" class="btn waves-effect waves-light btn-primary btn-sm m-0"> <i data-feather="plus"></i>
Now:
<div class="nav-item nav-grid f-view"> <a href="<?= site_url().'/erp/create-order';?>" class="btn waves-effect waves-light btn-primary btn-sm m-0"> <i data-feather="plus"></i>
what I'm saying is that the code has errors in some modulesi dont understand bro, i say , when you create company ( not create invoice or create order), it doesnt work