Giter VIP home page Giter VIP logo

daily-money's People

Watchers

James Cloos avatar

daily-money's Issues

Is it possible to display chart on flash

Is it possible to display chart by flash?
when browser to some web site that contains flash chart, the chart works 
perfectly. maybe we can do this magic on android too. 

Original issue reported on code.google.com by [email protected] on 13 Jan 2011 at 2:58

Auto completion

Maybe add some kind of auto-completion in the note field.

Imagine if every day you buy a sandwich, just taping the letter S and 
daily-money ask if it's for sandwich (I know I'm lazy ^^).

Or maybe add some kind of expense template, with given price, photo, note etc 
... to just have to select and configure it once.

Original issue reported on code.google.com by [email protected] on 10 Feb 2011 at 11:18

allow transformation between expense

1.the expense should be the last group in From list
2.when select a expense, the To list should only contains expense.
3. side effect, when counting report, the expense type account should care To 
also.

Original issue reported on code.google.com by [email protected] on 22 Mar 2011 at 1:04

Supports recurring bills

Would be nice if you can add support for:
- recurring bills
- notifications of upcoming and overdue bills as well as recurring bills

Original issue reported on code.google.com by [email protected] on 8 Feb 2011 at 2:12

able to export balance sheet

hi Dennis i have just started using your app and love it .Is it possible to 
export and share balance sheets?????? as this would be very usful to me for 
printing a hard copy for my records

Original issue reported on code.google.com by [email protected] on 22 Apr 2011 at 12:53

provide desktop widget

The widget should display.current balance, todays expenses etc ... and also 
shortcut buttons to add new expense and income.

Original issue reported on code.google.com by [email protected] on 2 Mar 2011 at 1:09

SQL encoding error

java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.bottleworks.dailymoney/com.bottleworks.dailymoney.ui.DesktopAc
tivity}: android.database.sqlite.SQLiteException: near "s": syntax error: , 
while compiling: SELECT SUM(mn_) FROM dm_det WHERE fr_ = 'C-alex's-cash' AND 
dt_<=1297238399999
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
at android.app.ActivityThread.access$2300(ActivityThread.java:125)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.database.sqlite.SQLiteException: near "s": syntax error: , 
while compiling: SELECT SUM(mn_) FROM dm_det WHERE fr_ = 'C-alex's-cash' AND 
dt_<=1297238399999
at android.database.sqlite.SQLiteCompiledSql.native_compile(Native Method)
at android.database.sqlite.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at android.database.sqlite.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:80)
at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:46)
at 
android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.
java:42)
at 
android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1
345)
at android.database.sqlite.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1315)
at 
com.bottleworks.dailymoney.data.SQLiteDataProvider.sumFrom(SQLiteDataProvider.ja
va:618)
at 
com.bottleworks.dailymoney.data.BalanceHelper.calculateBalance(BalanceHelper.jav
a:102)
at 
com.bottleworks.dailymoney.ui.DesktopActivity.loadInfo(DesktopActivity.java:203)
at 
com.bottleworks.dailymoney.ui.DesktopActivity.onCreate(DesktopActivity.java:76)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
... 11 more

Original issue reported on code.google.com by [email protected] on 9 Feb 2011 at 3:01

Automatic backup to SD card (or email)

The addition of an automatic backup would help ease worries of data lose.  
Perhaps the option could be chosen from daily, weekly, or monthly backups.  I 
believe the existing export and share features could be used as the basis for 
this feature.

Original issue reported on code.google.com by [email protected] on 8 Mar 2011 at 5:16

exception from market report

java.lang.IllegalStateException: no available dataProvider, di you get data 
provider out of life cycle
at 
com.bottleworks.dailymoney.context.Contexts.getDataProvider(Contexts.java:466)
at 
com.bottleworks.dailymoney.data.BalanceHelper.calculateBalance(BalanceHelper.jav
a:64)
at 
com.bottleworks.dailymoney.ui.report.BalanceActivity.doYearlyRunChart(BalanceAct
ivity.java:630)
at 
com.bottleworks.dailymoney.ui.report.BalanceActivity.onOptionsItemSelected(Balan
ceActivity.java:441)
at android.app.Activity.onMenuItemSelected(Activity.java:2202)
at 
com.android.internal.policy.impl.PhoneWindow.onMenuItemSelected(PhoneWindow.java
:739)
at com.android.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:158)
at 
com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:85
5)
at com.android.internal.view.menu.IconMenuView.invokeItem(IconMenuView.java:545)
at 
com.android.internal.view.menu.IconMenuItemView.performClick(IconMenuItemView.ja
va:122)
at android.view.View$PerformClick.run(View.java:8817)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:144)
at android.app.ActivityThread.main(ActivityThread.java:4937)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by [email protected] on 8 Feb 2011 at 10:36

Daily List

Can you please add a "Daily List"? I travel a lot and need to track expenses 
daily.

Original issue reported on code.google.com by [email protected] on 17 Feb 2011 at 11:58

Display hierarchical expense accounts in tree view for easier navigation

Is it possible to display a tree view of hierarchical expense accounts (instead 
of a drop-down list), specially when adding an expense detail.

Expense accounts are very large in number, and they require considerable 
scrolling each time a detail is added in the database.

Original issue reported on code.google.com by manik.singhal on 5 Apr 2011 at 9:12

provide hierarchical Account

consider following example:
accounts with name
food.breakfast , food.lunch, food.dinner

when creating new detail, select account.
a better display should be:

food
  breakfast
  lunch
  dinner

Original issue reported on code.google.com by [email protected] on 8 Feb 2011 at 5:36

Able to set start day of month

in facebook.

#
Arton Wu
請問,可以更改起始日嗎
這個問題困擾我好久

感謝你的程式:-)
好用

#
Daily Money 你是指那個起始日? 
目前是將最早(以日期來看)的一筆資料當起始日.
February 18 at 9:40pm · LikeUnlike
#
Arton Wu 
月的,比如將週期改為本月十五日至次月十四日,這樣的功��
�:-)
謝謝你
這程式超好用!!是我用過的計帳簿最棒的!!


Original issue reported on code.google.com by [email protected] on 30 Mar 2011 at 1:18

Color issues when editing account

#
Cojo Geo
I have a bug on version 0.95 on a HTC Desire HD android Froyo , when i go to 
accounts , and a new one, and i click to change the type it appears a list with 
white font color on white background. If i click ... it will change ... but i 
can not see on what i`m clicking.

#
Cojo Geo
the same happens when i try to update an account, to try and change the type of 
it. Hope the information is useful. Thank for the great program.


Original issue reported on code.google.com by [email protected] on 14 Feb 2011 at 9:35

java.lang.RuntimeException: Unable to pause activity

java.lang.RuntimeException: Unable to pause activity 
{com.bottleworks.dailymoney/com.bottleworks.dailymoney.ui.DetailListActivity}: 
android.database.sqlite.SQLiteException: unable to close due to unfinalised 
statements
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3545)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3502)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:3485)
at android.app.ActivityThread.access$2500(ActivityThread.java:135)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2139)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:143)
at android.app.ActivityThread.main(ActivityThread.java:4914)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.database.sqlite.SQLiteException: unable to close due to 
unfinalised statements
at android.database.sqlite.SQLiteDatabase.dbclose(Native Method)
at 
android.database.sqlite.SQLiteDatabase.onAllReferencesReleased(SQLiteDatabase.ja
va:363)
at android.database.sqlite.SQLiteDatabase.close(SQLiteDatabase.java:953)
at android.database.sqlite.SQLiteOpenHelper.close(SQLiteOpenHelper.java:191)
at 
com.bottleworks.dailymoney.data.SQLiteDataProvider.destroyed(SQLiteDataProvider.
java:38)
at 
com.bottleworks.dailymoney.context.Contexts.cleanDataProvider(Contexts.java:462)
at com.bottleworks.dailymoney.context.Contexts.cleanActivity(Contexts.java:115)
at 
com.bottleworks.dailymoney.context.ContextsActivity.onPause(ContextsActivity.jav
a:79)
at android.app.Activity.performPause(Activity.java:3883)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1308)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3532)
... 12 more

Original issue reported on code.google.com by [email protected] on 12 Apr 2011 at 10:26

Export summary report

Export summary report for custom period in csv format. User can export details 
of transaction as of now. It would be excellent if they can export/ download 
summary too.

Original issue reported on code.google.com by [email protected] on 21 Mar 2011 at 5:47

i18n,简体中文

这个软件非常好,能加入i18n,支持简体中文么?
我也非常愿意加入你们,做一些testing and/or dev 工作。

Original issue reported on code.google.com by guanlisheng on 3 Mar 2011 at 5:30

Backup

What steps will reproduce the problem?
1.Data -
2. Export CSV-
3.

What is the expected output? What do you see instead?
CSV file is the expected output. But I am getting following error:

"Parent directory of file does not exist:sdcard/details.csv

What version of the product are you using? On what operating system?
0.9.5

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 28 Mar 2011 at 1:06

Russian translation

Hello, thx for good program!
Today i'm finish translate your two strings.xml files. I send them to 
cola.orangeATgmail.com. Thank you.

Kirill Zasorin. RUSSIA

Original issue reported on code.google.com by [email protected] on 14 Apr 2011 at 7:23

Attachments:

Fonts sometimes invisiable because of light colors

What steps will reproduce the problem?
1.go to Add Details
2.see the From box - font color is very light
3.

What is the expected output? What do you see instead?
Font colors can be changed by the user

What version of the product are you using? On what operating system?
0.9.5

Please provide any additional information below.
User can change Font color and size as per their convenience.

Original issue reported on code.google.com by [email protected] on 18 Mar 2011 at 3:13

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.