You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by aw...@apache.org on 2018/09/06 09:11:00 UTC

[fineract-cn-accounting] branch develop updated (9259b57 -> 27fac6c)

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


[fineract-cn-accounting] 01/01: Merge pull request #7 from Izakey/develop

Posted by aw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

awasum pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-accounting.git

commit 27fac6cf4ba1757a2d362e22608a7037aa45fe97
Merge: 9259b57 b79433c
Author: Awasum Yannick <ya...@gmail.com>
AuthorDate: Thu Sep 6 10:10:58 2018 +0100

    Merge pull request #7 from Izakey/develop
    
    Document APIs for transaction types, journal entries, accounts and le…

 .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(-)