Sfoglia il codice sorgente

fix: report master

parent
commit
5807907758

+ 1
- 0
resources/js/pages/Sales/config.js Vedi File

@@ -28,5 +28,6 @@ export const cartTable = [
28 28
 export const reportTable = [
29 29
   { field: 'createdAt', header: 'Tanggal' },
30 30
   { field: 'totalPrice', header: 'Total Harga' },
31
+  { field: 'qty', header: 'Kuantitas' },
31 32
   { field: 'status', header: 'Status' },
32 33
 ]

+ 1
- 1
resources/views/Excel/Sales/Export.blade.php Vedi File

@@ -29,7 +29,7 @@
29 29
             </tr>
30 30
         @endforeach
31 31
         <tr>
32
-            <td colspan="4">Total</td>
32
+            <td colspan="4">{{ __('words.total') }}</td>
33 33
         </tr>
34 34
     </tbody>
35 35
 </table>