refactor: subscriptions to nestjs

This commit is contained in:
Ahmed Bouhuolia
2025-03-24 23:38:43 +02:00
parent 4c42515613
commit ef22b9ddaf
87 changed files with 3949 additions and 92 deletions

View File

@@ -39,7 +39,7 @@ export class GeneralLedgerApplication {
/**
* Retrieves the G/L sheet in xlsx format.
* @param {IGeneralLedgerSheetQuery} query
* @returns {}
* @returns {Promise<Buffer>}
*/
public xlsx(
query: IGeneralLedgerSheetQuery,
@@ -50,6 +50,7 @@ export class GeneralLedgerApplication {
/**
* Retrieves the G/L sheet in csv format.
* @param {IGeneralLedgerSheetQuery} query -
* @returns {Promise<string>}
*/
public csv(
query: IGeneralLedgerSheetQuery,