refactor(commands): Update command descriptions to English for improved clarity and consistency.

This commit is contained in:
Yoga Pangestu 2025-12-14 14:38:56 +07:00
parent 2a1b9bbd49
commit 6a16a306e9
3 changed files with 3 additions and 3 deletions

View File

@ -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
{

View File

@ -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
{

View File

@ -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()
{