C4W-BOT
Loading...
Searching...
No Matches
Library.CommercialActivityCommand Class Reference
Inheritance diagram for Library.CommercialActivityCommand:

Public Member Functions

async Task RegisterSaleCommand (string date, string topic, string exchangeType, string amount, string description, string customerId, string sellerId)
 Comando para registrar una cotizacion para un cliente. Uso: !quoteRegister 2025-11-29 "Cotizacion producto X" 1500.50 Sent C001 V001.
async Task SaleRegisterCommand (string sellerId, string customerId, string date, string topic, string type, string amount, string product)
 Comando para registrar un sale entre un cliente y un vendedor. Uso: !saleRegister S1 C1 2025-11-29 Compra Sent 1500.5 Casa.
async Task TotalSalesCommand (string startDate, string endDate)
 Comando para mostrar la cantidad de ventas en un periodo dado.

Member Function Documentation

◆ RegisterSaleCommand()

async Task Library.CommercialActivityCommand.RegisterSaleCommand ( string date,
string topic,
string exchangeType,
string amount,
string description,
string customerId,
string sellerId )

Comando para registrar una cotizacion para un cliente. Uso: !quoteRegister 2025-11-29 "Cotizacion producto X" 1500.50 Sent C001 V001.

◆ SaleRegisterCommand()

async Task Library.CommercialActivityCommand.SaleRegisterCommand ( string sellerId,
string customerId,
string date,
string topic,
string type,
string amount,
string product )

Comando para registrar un sale entre un cliente y un vendedor. Uso: !saleRegister S1 C1 2025-11-29 Compra Sent 1500.5 Casa.

◆ TotalSalesCommand()

async Task Library.CommercialActivityCommand.TotalSalesCommand ( string startDate,
string endDate )

Comando para mostrar la cantidad de ventas en un periodo dado.


The documentation for this class was generated from the following file: