Hi, i have notice a problem that occurs for sometime now, my logo that appears on quotation and sales invoice keeps on crushing, meaning when i download quotation or invoice on the logo area i keep getting words “image not found or unknown type” but when i print of view the quotation/invoice the logo is seen. can you help me what the issue can be? and i only have one biller with that one specific logo.
- MSAnswered
Hello,
There is no option to change quantity on product directly. Please add adjustment from products menu.
Thank you
- AAnswered
hello, i was asking if there is a way to give permission to the sales group to be able to add payment and the date that the payment has be done because so far the system only considers the date you are recording but to us we get bank statements after 3 days so we need sales person to be able to back date the payments so that the bank statement and the payment report could match. please if there is a specific area i could work on it so as the date field could be added. see the screenshot on what salesperson see when they are recording payment, so we need date field to be added because so far it is only available to admin and owners’ group
Attachments - MSAnswered
Hello,
Only owners and admins have permission to select date while adding payment.
If you want to allow others then you will need to modify the
themes/default/admin/views/sales/add_payment.php
Thank you
- AAnswered
I have done so and the date field has appeared but the problem is that when i view payment the dates seen is not as i have recorded, it shows today’s date even if i have backdated the invoice date, and when i check in the payment report same problem, is as if the system doesnot recognize the date field added to others group, how can i change and the report side?
- MSAnswered
Hello,
You can edit
add_payment
method ofapp/controllers/admin/Sales.php
and check around line 520 -524if ($this->Owner || $this->Admin) { $date = $this->sma->fld(trim($this->input->post('date'))); } else { $date = date('Y-m-d H:i:s'); }
to replace with
$date = $this->sma->fld(trim($this->input->post('date')));
Thank you
- AAnswered
Thank you for the support, i can now get the report as the payment date recorded.
- AAnswered
hi, we have recognized another problem, after being able to give permission salesperson to change dates, the admin and owner group now see two date fields as seen in the screenshot, and if i change one to be reference no, the date field disappears to the salesperson group, how can i fix this please?
Attachments - AAnswered
or rather how can i change this code so as the date field can appear to sales person group and without doubling to owner and admin group?
- MSAnswered
Hello,
You can modify the view file as you need. If you are not sure, please hire any developer to help you modify it as you need.
We only can point to file or general but can’t help with code modifications. You are allowed to modify code at your own risk as per license.
Thank you
- AAnswered
hello, we have been experiencing an error, where we for example purchase 200 items and we sell all 200 items, but when we check the product report, we find that the quantity of purchased items matches the sold items but still there are some remaining stock in the warehouse see the screenshot attached, please what can be the issue here? please help as as this report is not being helpfull to us when making company decisions.
Attachments - Login to Reply