Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#CoCoin
# CoCoin
[![WoWoViewPager](https://github.com/Nightonke/WoWoViewPager/blob/master/app/src/main/res/mipmap-hdpi/ic_launcher.png?raw=true)](https://github.com/Nightonke/WoWoViewPager)
[![BoomMenu](https://github.com/Nightonke/BoomMenu/blob/master/app/src/main/res/mipmap-hdpi/ic_launcher.png?raw=true)](https://github.com/Nightonke/BoomMenu)
[![CoCoin](https://github.com/Nightonke/CoCoin/blob/master/app/src/main/res/mipmap-hdpi/ic_launcher.png?raw=true)](https://github.com/Nightonke/CoCoin)
Expand All @@ -11,66 +11,66 @@
![CoCoin](https://github.com/Nightonke/CoCoin/blob/master/PNG/CoCoin_White_Bg.png)
CoCoin, Multi-view Accounting Application

#中文文档
# 中文文档
[README-ZH.md](https://github.com/Nightonke/CoCoin/blob/master/README-ZH.md)

#Download
# Download
[APK from Github](https://github.com/Nightonke/CoCoin/blob/master/APK/CoCoin%20V1.2.0.apk)
QR code:
![CoCoin](https://github.com/Nightonke/CoCoin/blob/master/APK/CoCoin%20V1.2.0.png)

#Note
# Note
1. There are some old gifs in the GIF directory.
2. If you have install V1.1.0, maybe you should uninstall it first and then install the V1.2.0. For V1.1.0 is not beta version.
3. [Why there isn't CoCoin.java in Model package?](https://github.com/Nightonke/CoCoin/issues/7)

#Intro
###Basic
# Intro
### Basic
![Basic](https://github.com/Nightonke/CoCoin/blob/master/PNG/CoCoin_Basic.png)
You can do the accounting job easily and use a password to protect your account book. Your account book's password will be set the first time you use CoCoin. Swipe the numerical part to left to add some remarks for your records. To check your account book, you can swipe down or click the menu icon in the top left corner.

###Today
### Today
![Today](https://github.com/Nightonke/CoCoin/blob/master/PNG/CoCoin_Today.png)
In the account book, you can find out a pie chart for your expenses today, yesterday, this week, last week, this month, last month, this year and last year. Try to click the blocks of the pie chart or the bars of histogram for details. All the charts in CoCoin can be clicked for details and there are some buttons near the charts to select a certain part(that's to small for click) in charts. If you wanna get more views, just open the left drawer menu.

###Custom
### Custom
![Custom](https://github.com/Nightonke/CoCoin/blob/master/PNG/CoCoin_Custom.png)
In custom time view, you can check all the expenses in a special time span. Click the button in the bottom right corner to set the time span.

###Tag
### Tag
![Tag](https://github.com/Nightonke/CoCoin/blob/master/PNG/CoCoin_Tag.png)
In the tag view, you can check all the expenses for different tags. Open the left drawer menu and you can see all the tags in your account book. Click a tag to jump to the expenses analyse for that tag.

###Month
### Month
![Month](https://github.com/Nightonke/CoCoin/blob/master/PNG/CoCoin_Month.png)
In the month view, you can check all the expenses in every month. Let's check how much you spent and how many records you accounted. Open the left drawer menu, there is a simple list for every month's expenses. And just as in the tag view, you can click to jump to a certain month.

###List
### List
![List](https://github.com/Nightonke/CoCoin/blob/master/PNG/CoCoin_List.png)
In the list view, you can do some update and query job here. Swipe a record left to edit and right to delete. Open the left drawer to set some query conditions or click the search button in the top right corner to query according to remarks.

###Report
### Report
![Report](https://github.com/Nightonke/CoCoin/blob/master/PNG/CoCoin_Report.png)
In the report view, you can generate your month or year report here.

###Cloud
### Cloud
![Cloud](https://github.com/Nightonke/CoCoin/blob/master/PNG/CoCoin_Cloud.png)
After signing in, you can sync your records to CoCoin's server.

###Setting
### Setting
![Setting](https://github.com/Nightonke/CoCoin/blob/master/PNG/CoCoin_Setting.png)
You can change some default settings. For instance, the name of your account book, the order of tags, whether remind you the limit of the month expense. If you enable the color remind function, after you account a record which made the expenses of this month is large that warning value, the color of interface will change.

###Help, Feedback & About
### Help, Feedback & About
![Help, Feedback & About](https://github.com/Nightonke/CoCoin/blob/master/PNG/CoCoin_Help.png)
Help, feedback and about CoCoin.

###Language
### Language
CoCoin supports english and chinese. You can check the strings file here.
[values/strings.xml](https://github.com/Nightonke/CoCoin/blob/master/app/src/main/res/values/strings.xml)
[values-zh/strings.xml](https://github.com/Nightonke/CoCoin/blob/master/app/src/main/res/values-zh/strings.xml)

#License
# License

> The MIT License (MIT)
>
Expand Down