mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
refactor: nestjs
This commit is contained in:
@@ -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 -
|
||||
|
||||
Reference in New Issue
Block a user