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.
- MSAnswered
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
- MAnswered
ok thank you
- MAnswered
hi please guide how change total expense report list separate by user wise total amount or category wise list
- MSAnswered
Hello,
You can filter the
Expenses Report
for created by and warehouse. There is no option for amount.Thank you
- Login to Reply