2012/06/16

Android App:Daily Money To Do List by Myself


Budget
1. button
    (1) top button panel: [prev][this][next][monthly/yearly view]
    (2) menu: [add][import]
    (3) long press: [edit][copy][delete]
2. add/edit
    (1) budget item: Set a name for budget item.
    (2) amount: Set amount for budget item.
    (3) month or year: Set budget month or year.
    (4) warning: show warning or not when add/edit details.
    (5) tip: show percentage or not when add/edit details.
3. delete: delete a budget item.
4. copy: copy a budget item.
5. (last priority)import: import existing account as budget item
    (1) from expenses
    (2) from debet
    (3) from tag
7. list view
8. impact on add/edit detail
    (1) show warning
    (2) show tip
8. (last priority)budget report

Recurring
1. button
    (1) menu: [add]
    (2) long press: [edit][copy][delete]
2. add/edit
    (1) from account
    (2) to account
    (3) frequency: daily/weekly/monthly/yearly
    (4) date information: (according to frequency)
        a. daily: none
        b. weekly: set week day
        c. monthly: set day of a month/last day
        d. yearly: set month and day of a month
3. delete: delete a recurring item.
4. copy: copy a recurring item.
5. daily background scheduled job creates recurring item automatically.

Tag
1. button
    (1) menu: [add]
    (2) long press: [edit][copy][delete]
2. add/edit
    (1) tag name
3. delete: delete a tag.
4. copy: copy a tag.
5. impact on add/edit detail: add tag selection item.

2012/06/12

Android App:Daily Money Change Log 2012/06/12


This project is a fork of original Daily Money project hosted on github by Dennis Chen
https://github.com/dennischen/daily-money

Modified: Because the native class DatePickerDialog in Android 4.0 shows "Set Date" in title rather than date information as before, create a new customize DatePickerDialog to display date in the title.

修改:因為 Android 4.0 原生的 DatePickerDialog 只會在標題顯示「設定日期」,而不會顯示日期資訊,所以增加一個自訂的 DatePickerDialog 在標題顯示日期資訊。