M
Requested
We will upload expense but doesn't download created by column.
because i need created by list i issue more id's so.
because i need created by list i issue more id's so.
- MSAnsweredHello,
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 - MAnsweredok thank you
- MAnsweredhi please guide how change total expense report list separate by user wise total amount or category wise list
- MSAnsweredHello,
You can filter the `Expenses Report` for created by and warehouse. There is no option for amount.
Thank you - Login to Reply