name) . '.xls'; // header("Content-Disposition: attachment; filename=\"$filename\""); // header("Content-Type: application/vnd.ms-excel"); ?>
{{-- --}}| {{ __('app.table_no') }} | {{ __('job.name') }} | {{ __('job.price') }} | {{ __('job.progress') }} | {{ __('project.receiveable_earnings') }} |
|---|---|---|---|---|
| {{ 1 + $key }} | {{ $job->name }} | {{ formatRp($job->price) }} | {{ $job->progress }} % | {{ formatRp($job->receiveable_earning) }} |
| {{ __('app.total') }} | {{ formatRp($jobs->sum('price')) }} | {{ formatDecimal($project->getJobOveralProgress()) }} % | {{ formatRp($jobs->sum('receiveable_earning')) }} | |
{{ __('app.remark') }}:
{{ __('project.earnings_calculation') }} :
{{ __('project.receiveable_earnings') }} = {{ __('job.price') }} * {{ __('job.progress') }} (%)