mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: code review notes
This commit is contained in:
@@ -31,7 +31,6 @@ export const BalanceSheetNetIncome = (Base: any) =>
|
||||
/**
|
||||
* Retrieves the closing balance of income accounts.
|
||||
* @returns {number}
|
||||
*
|
||||
*/
|
||||
private getIncomeTotal = () => {
|
||||
const closeingBalance = this.repository.incomeLedger.getClosingBalance();
|
||||
|
||||
@@ -41,13 +41,14 @@ export default class BalanceSheetTable extends R.compose(
|
||||
BalanceSheetBase
|
||||
)(FinancialSheet) {
|
||||
/**
|
||||
* @param {}
|
||||
* Balance sheet data.
|
||||
* @param {IBalanceSheetStatementData}
|
||||
*/
|
||||
private reportData: IBalanceSheetStatementData;
|
||||
|
||||
/**
|
||||
* Balance sheet query.
|
||||
* @parma {}
|
||||
* @parma {BalanceSheetQuery}
|
||||
*/
|
||||
private query: BalanceSheetQuery;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user