Added report csv epxort to job model

This commit is contained in:
2024-09-17 15:50:13 +02:00
parent cb1879055c
commit 8bef03c2ce
6 changed files with 20 additions and 4 deletions

View File

@@ -52,7 +52,7 @@
</td>
<td class="w-24 p-2 py-3 text-right">
<span class="badge">
<%= job.cost.round(2) %> €
<%= job.cost %> €
</span>
</td>
<td class="p-2 py-3">

View File

@@ -45,7 +45,7 @@
</td>
<td class="w-24 p-2 py-3 text-right">
<span class="badge">
<%= job.cost.round(2) %> €
<%= job.cost %> €
</span>
</td>
<td class="p-2 py-3">

View File

@@ -63,7 +63,7 @@
</td>
<td class="w-24 p-2 py-3 text-right">
<span class="badge">
<%= job.cost.round(2) %> €
<%= job.cost %> €
</span>
</td>
<td class="p-2 py-3">