9 changed files with 238 additions and 121 deletions
-
29resources/lang/de/report.php
-
3resources/lang/de/time.php
-
29resources/lang/en/report.php
-
3resources/lang/en/time.php
-
29resources/lang/id/report.php
-
3resources/lang/id/time.php
-
109resources/views/reports/payments/daily.blade.php
-
97resources/views/reports/payments/monthly.blade.php
-
57resources/views/reports/payments/yearly.blade.php
@ -0,0 +1,29 @@ |
|||
<?php |
|||
|
|||
return [ |
|||
// Labels
|
|||
'report' => 'Report', |
|||
'sales' => 'Earning Report', |
|||
'view_report' => 'View Report', |
|||
'sales_graph' => 'Earning Graph', |
|||
'detail' => 'Report Detail', |
|||
'profit' => 'Profit', |
|||
|
|||
// Daily
|
|||
'daily' => 'Daily Report : :date', |
|||
'today' => 'Today', |
|||
'view_daily' => 'View Daily', |
|||
'view_daily_label' => 'View Daily per', |
|||
|
|||
// Monthly
|
|||
'monthly' => 'Monthly Report :year_month', |
|||
'this_month' => 'This Month', |
|||
'view_monthly' => 'View Monthly', |
|||
'view_monthly_label' => 'View Monthly per', |
|||
|
|||
// Yearly
|
|||
'yearly' => 'Yearly Report :year', |
|||
'this_year' => 'This Year', |
|||
'view_yearly' => 'View Yearly', |
|||
'view_yearly_label' => 'View Report per', |
|||
]; |
|||
@ -0,0 +1,29 @@ |
|||
<?php |
|||
|
|||
return [ |
|||
// Labels
|
|||
'report' => 'Report', |
|||
'sales' => 'Earning Report', |
|||
'view_report' => 'View Report', |
|||
'sales_graph' => 'Earning Graph', |
|||
'detail' => 'Report Detail', |
|||
'profit' => 'Profit', |
|||
|
|||
// Daily
|
|||
'daily' => 'Daily Report : :date', |
|||
'today' => 'Today', |
|||
'view_daily' => 'View Daily', |
|||
'view_daily_label' => 'View Daily per', |
|||
|
|||
// Monthly
|
|||
'monthly' => 'Monthly Report :year_month', |
|||
'this_month' => 'This Month', |
|||
'view_monthly' => 'View Monthly', |
|||
'view_monthly_label' => 'View Monthly per', |
|||
|
|||
// Yearly
|
|||
'yearly' => 'Yearly Report :year', |
|||
'this_year' => 'This Year', |
|||
'view_yearly' => 'View Yearly', |
|||
'view_yearly_label' => 'View Report per', |
|||
]; |
|||
@ -0,0 +1,29 @@ |
|||
<?php |
|||
|
|||
return [ |
|||
// Labels
|
|||
'report' => 'Laporan', |
|||
'sales' => 'Laponan Penjualan', |
|||
'view_report' => 'Lihat Laporan', |
|||
'sales_graph' => 'Grafik Penjualan', |
|||
'detail' => 'Detail Laporan', |
|||
'profit' => 'Profit', |
|||
|
|||
// Daily
|
|||
'daily' => 'Laponan Harian: :date', |
|||
'today' => 'Hari Ini', |
|||
'view_daily' => 'Lihat Harian', |
|||
'view_daily_label' => 'Lihat Harian per', |
|||
|
|||
// Monthly
|
|||
'monthly' => 'Laponan Bulan :year_month', |
|||
'this_month' => 'Bulan Ini', |
|||
'view_monthly' => 'Lihat Bulanan', |
|||
'view_monthly_label' => 'Lihat Bulanan per', |
|||
|
|||
// Yearly
|
|||
'yearly' => 'Laponan Tahun :year', |
|||
'this_year' => 'Tahun Ini', |
|||
'view_yearly' => 'Lihat Tahunan', |
|||
'view_yearly_label' => 'Lihat Tahunan per', |
|||
]; |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue