Feature Requested: Expense Report Error

Expense Report Error

We will upload expense but doesn't download created by column. because i need created by list i issue more id's so.

M

mahalakshmi

Requested
We will upload expense but doesn't download created by column.
because i need created by list i issue more id's so.
  • MS

    Mian Saleem

    Answered
    Hello,

    I will fix this in next update.

    If you need it urgent, you can edit `app/controllers/admin/Reports.php` line no 1187

    ```
    $this->excel->getActiveSheet()->SetCellValue('F' . $row, $data_row->created_by);
    ```

    and replace with

    ```
    $this->excel->getActiveSheet()->SetCellValue('F' . $row, $data_row->user);
    ```

    Thank you
  • M

    mahalakshmi

    Answered
    ok thank you
  • M

    mahalakshmi

    Answered
    hi please guide how change total expense report list separate by user wise total amount or category wise list
  • MS

    Mian Saleem

    Answered
    Hello,

    You can filter the `Expenses Report` for created by and warehouse. There is no option for amount.

    Thank you
  • Login to Reply