Przeglądaj źródła

fix: report master

rodzic
commit
5807907758

+ 1
- 0
resources/js/pages/Sales/config.js Wyświetl plik

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

+ 1
- 1
resources/views/Excel/Sales/Export.blade.php Wyświetl plik

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