Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
add app-specific start-up banner, update readme with dockerhub shield…
Browse files Browse the repository at this point in the history
… and link to wiki
  • Loading branch information
aasaru committed Oct 4, 2019
1 parent 350ca48 commit 6500af9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Apache Fineract CN Accounting [![Build Status](https://api.travis-ci.com/apache/fineract-cn-accounting.svg?branch=develop)](https://travis-ci.com/apache/fineract-cn-accounting)
# Apache Fineract CN Accounting [![Build Status](https://api.travis-ci.com/apache/fineract-cn-accounting.svg?branch=develop)](https://travis-ci.com/apache/fineract-cn-accounting) [![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/apache/fineract-cn-accounting)](https://hub.docker.com/r/apache/fineract-cn-accounting/builds)

The accounting service tracks journal entries in accounts, and accounts in ledgers.
[Read more](https://cwiki.apache.org/confluence/display/FINERACT/Fineract+CN+Project+Structure#FineractCNProjectStructure-accounting).


## Abstract
Apache Fineract CN is an application framework for digital financial services, a system to support nationwide and cross-national financial transactions and help to level and speed the creation of an inclusive, interconnected digital economy for every nation in the world.
Expand Down
11 changes: 11 additions & 0 deletions service/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
_____ _ _ ____ _ _
| ___(_)_ __ ___ _ __ __ _ ___| |_ / ___| \ | |
| |_ | | '_ \ / _ \ '__/ _` |/ __| __|____| | | \| |
| _| | | | | | __/ | | (_| | (__| ||_____| |___| |\ |
|_| |_|_| |_|\___|_| \__,_|\___|\__| \____|_| \_|
_ _ _
/ \ ___ ___ ___ _ _ _ __ | |_(_)_ __ __ _
/ _ \ / __/ __/ _ \| | | | '_ \| __| | '_ \ / _` |
/ ___ \ (_| (_| (_) | |_| | | | | |_| | | | | (_| |
/_/ \_\___\___\___/ \__,_|_| |_|\__|_|_| |_|\__, |
|___/

0 comments on commit 6500af9

Please sign in to comment.