refactor(commands): Update command descriptions to English for improved clarity and consistency.
This commit is contained in:
parent
2a1b9bbd49
commit
6a16a306e9
@ -11,7 +11,7 @@ class ClosePayrolls extends Command
|
||||
{
|
||||
protected $signature = 'payroll:close {--current} {--month= : Target month in Y-m format}';
|
||||
|
||||
protected $description = 'Tandai payroll sebagai sudah dibayar untuk bulan saat ini atau bulan yang ditentukan. Default: bulan saat ini.';
|
||||
protected $description = 'Mark payrolls as paid for the current month or the specified month. Default: current month.';
|
||||
|
||||
public function handle(): void
|
||||
{
|
||||
|
||||
@ -12,7 +12,7 @@ class GeneratePayrolls extends Command
|
||||
{
|
||||
protected $signature = 'payroll:generate {--current} {--next}';
|
||||
|
||||
protected $description = 'Generate data payroll untuk bulan saat ini atau bulan berikutnya. Default: bulan berikutnya.';
|
||||
protected $description = 'Generate payroll data for the current month or the next month. Default: next month.';
|
||||
|
||||
public function handle(): void
|
||||
{
|
||||
|
||||
@ -13,7 +13,7 @@ class GenerateStockOpname extends Command
|
||||
{
|
||||
protected $signature = 'stock-opname:generate';
|
||||
|
||||
protected $description = 'Otomatis generate dokumen stock opname';
|
||||
protected $description = 'Automatically generate stock opname documents';
|
||||
|
||||
public function handle()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user