CK
Asked
Hi,
I just installed your system. I can login without problem. But I can not see my items, customers, or suppliers. I already added them. But looks empty my table.
Also, when I refresh page or going to another page it alwasy shows "Customer successfully added".
I sent you a screenshot. Please check it.
Thanks
I just installed your system. I can login without problem. But I can not see my items, customers, or suppliers. I already added them. But looks empty my table.
Also, when I refresh page or going to another page it alwasy shows "Customer successfully added".
I sent you a screenshot. Please check it.
Thanks
Attachments
- CKAnsweredHi again,
I just realized this error too. For example, I select code 128 but it shows code39 in the database.Attachments - CKAnsweredHi,
Sorry for so many messages. I fixed some error. But I still have 3 different problems.
1. When I refresh the page or going to another page, green pop-up message always appears
2. I can not see barcodes. I do not get any error. You say ini_set should be enabled. But I can not see where it is. Can you explain more, please? Long time ago I got this system again. You said "try to set ENVIRONMENT to development in index.php and they try to access the page". But right now I can not find it. Help me more details please.
3. I want to change the theme color. For example login bg color, header bg color. I tried to change from css. But still same issue. How can I do it?
4. I select code 128 but it shows code39 in the database. I select another one. But still shows code39.
Thanks
Regards - CKAnsweredThis is my log file result. You can check it out.
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?>
ERROR - 2023-05-16 10:01:11 --> 404 Page Not Found: Cartjson/index
ERROR - 2023-05-16 10:01:14 --> Could not find the language line "barcode_label"
ERROR - 2023-05-16 10:01:15 --> Severity: Compile Error --> Array and string offset access syntax with curly braces is no longer supported /home/forcege3/inventory.forceget.com/app/third_party/Zend/Barcode/Object/ObjectAbstract.php 1201
ERROR - 2023-05-16 10:01:15 --> 404 Page Not Found: Cartjson/index
ERROR - 2023-05-16 10:01:18 --> Severity: Compile Error --> Array and string offset access syntax with curly braces is no longer supported /home/forcege3/inventory.forceget.com/app/third_party/Zend/Barcode/Object/ObjectAbstract.php 1201
ERROR - 2023-05-16 10:01:18 --> 404 Page Not Found: Cartjson/indexAttachments - MSAnsweredHello,
Simple Stock Manage dones't have any customer/supplier logins. This is to use in-house just to track the stock. It doesn't have any sale/purchase features.
You can change the barcode symbology on add/edit product. If it's nto working, please share the url with login details in private reply to that I can check.
1. I think you can using v2, you can edit `app/core/MY_Controller.php` and add the lines below after line no 38 `$meta['warning'] = $data['warning'] ?? $this->session->flashdata('warning');`
```
$this->session->unset_userdata('error');
$this->session->unset_userdata('message');
$this->session->unset_userdata('warning');
```
2. That's php config and server admin can guide further
3. If you see the header file `themes/default/views/header.php` the `/themes/default/assets/css/app.min.css` us used. You can add/link your own stylesheet and make modiifications as you like.
4. Please add the following line to `$data` array of `add` & `edit` methods in the `app/controllers/Items.php`
```
'barcode_symbology' => $this->input->post('barcode_symbology'),
```
This should fix the issue.
Thank you - CKAnsweredHi,
I am using "version v2.1.2". I sent you a screenshot to see what I am using.
Another question. For example; I installed this system to my subdomain. But also, I want to install my localhost in my computer. Because I want to edit something from code. I dont want to do it from website. But I have to write purchase code each time? I think doesnt accept. Why? I only can use it in my website?Attachments - MSAnsweredHello,
I am sorry as we are not accepting custom job for v2.
You can have locall dev/test install and production install per license.
Thank you - Login to Reply