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 9259b57 Merge pull request #6 from apache/revert-5-develop
add 0958648 Document APIs for transaction types, journal entries,
accounts and ledgers
add b79433c Fix unit test to enable passes in single class run
new 27fac6c Merge pull request #7 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:
.gitignore | 4 +
component-test/build.gradle | 14 +-
.../cn/accounting/AccountApiDocumentation.java | 1019 ++++++++++++++++++++
.../accounting/JournalEntryApiDocumentation.java | 305 ++++++
.../cn/accounting/LedgerApiDocumentation.java | 440 +++++++++
.../TransactionTypeApiDocumentation.java | 157 +++
6 files changed, 1938 insertions(+), 1 deletion(-)
create mode 100644
component-test/src/main/java/org/apache/fineract/cn/accounting/AccountApiDocumentation.java
create mode 100644
component-test/src/main/java/org/apache/fineract/cn/accounting/JournalEntryApiDocumentation.java
create mode 100644
component-test/src/main/java/org/apache/fineract/cn/accounting/LedgerApiDocumentation.java
create mode 100644
component-test/src/main/java/org/apache/fineract/cn/accounting/TransactionTypeApiDocumentation.java