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

@@ -8,7 +8,7 @@ export const FinancialHorizTotals = <T extends GConstructor<FinancialSheet>>(
) =>
class FinancialHorizTotals extends Base {
/**
*
* Associate percentage to the given node.
*/
public assocNodePercentage = R.curry(
(assocPath, parentTotal: number, node: any) => {
@@ -25,7 +25,7 @@ export const FinancialHorizTotals = <T extends GConstructor<FinancialSheet>>(
);
/**
*
* Associate horizontal percentage total to the given node.
* @param {} parentNode -
* @param {} horTotalNode -
* @param {number} index -