Descriptions
This commit is contained in:
@ -5,7 +5,8 @@ use Symfony\Component\Console;
|
||||
use Incoviba\Common\Alias\Command;
|
||||
|
||||
#[Console\Attribute\AsCommand(
|
||||
name: 'ventas:cierres:vigentes'
|
||||
name: 'ventas:cierres:vigentes',
|
||||
description: 'Obtiene los cierres de ventas vigentes'
|
||||
)]
|
||||
class Vigentes extends Command
|
||||
{
|
||||
|
@ -5,7 +5,8 @@ use Symfony\Component\Console;
|
||||
use Incoviba\Common\Alias\Command;
|
||||
|
||||
#[Console\Attribute\AsCommand(
|
||||
name: 'ventas:cuotas:hoy'
|
||||
name: 'ventas:cuotas:hoy',
|
||||
description: 'Obtiene las cuotas de ventas que vencen hoy'
|
||||
)]
|
||||
class Hoy extends Command
|
||||
{
|
||||
|
@ -5,7 +5,8 @@ use Symfony\Component\Console;
|
||||
use Incoviba\Common\Alias\Command;
|
||||
|
||||
#[Console\Attribute\AsCommand(
|
||||
name: 'ventas:cuotas:pendientes'
|
||||
name: 'ventas:cuotas:pendientes',
|
||||
description: 'Obtiene las cuotas pendientes de pago'
|
||||
)]
|
||||
class Pendientes extends Command
|
||||
{
|
||||
|
@ -5,7 +5,8 @@ use Symfony\Component\Console;
|
||||
use Incoviba\Common\Alias\Command;
|
||||
|
||||
#[Console\Attribute\AsCommand(
|
||||
name: 'ventas:cuotas:vencer'
|
||||
name: 'ventas:cuotas:vencer',
|
||||
description: 'Obtiene las cuotas por vencer'
|
||||
)]
|
||||
class PorVencer extends Command
|
||||
{
|
||||
|
Reference in New Issue
Block a user