This is an automated email from the ASF dual-hosted git repository.
awasum pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-accounting.git.
from 27fac6c Merge pull request #7 from Izakey/develop
add 6d250ce Documenting accounting reports viz trial balance, chart of
accounts, income statement and financial condition
new cd38008 Merge pull request #8 from Izakey/develop
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../ChartOfAccountsApiDocumentation.java | 206 +++++++++++++++++++
.../FinancialConditionApiDocumentation.java | 217 +++++++++++++++++++++
.../IncomeStatementApiDocumentation.java | 212 ++++++++++++++++++++
.../cn/accounting/LedgerApiDocumentation.java | 4 +-
.../accounting/TrialBalanceApiDocumentation.java | 212 ++++++++++++++++++++
5 files changed, 849 insertions(+), 2 deletions(-)
create mode 100644
component-test/src/main/java/org/apache/fineract/cn/accounting/ChartOfAccountsApiDocumentation.java
create mode 100644
component-test/src/main/java/org/apache/fineract/cn/accounting/FinancialConditionApiDocumentation.java
create mode 100644
component-test/src/main/java/org/apache/fineract/cn/accounting/IncomeStatementApiDocumentation.java
create mode 100644
component-test/src/main/java/org/apache/fineract/cn/accounting/TrialBalanceApiDocumentation.java