Question: Logo Crushes After Every One Month

Logo Crushes After Every One Month

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

A

Ahmad96

Asked

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.

  • MS

    Mian Saleem

    Answered

    Hello,

    There is no option to change quantity on product directly. Please add adjustment from products menu.

    Thank you

  • A

    Ahmad96

    Answered

    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

  • MS

    Mian Saleem

    Answered

    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

  • A

    Ahmad96

    Answered

    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?

  • MS

    Mian Saleem

    Answered

    Hello,

    You can edit add_payment method of app/controllers/admin/Sales.php and check around line 520 -524

                if ($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

  • A

    Ahmad96

    Answered

    Thank you for the support, i can now get the report as the payment date recorded.

  • A

    Ahmad96

    Answered

    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?

  • A

    Ahmad96

    Answered

    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?

  • MS

    Mian Saleem

    Answered

    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

  • A

    Ahmad96

    Answered

    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.

  • Login to Reply