refactor: nestjs

This commit is contained in:
Ahmed Bouhuolia
2025-02-04 13:17:25 +02:00
parent c4692d1716
commit 2017539032
76 changed files with 4294 additions and 2734 deletions

View File

@@ -17,7 +17,7 @@ export class ExpenseGLEntriesService {
/**
* Retrieves the expense G/L of the given id.
* @param {number} expenseId
* @param {Knex.Transaction} trx
* @param {Knex.Transaction} trx - Knex transaction.
* @returns {Promise<ILedger>}
*/
public getExpenseLedgerById = async (