dvkvarma


Участник с: 06/05/07
Введённые советы: 2
Добавленные комментарии: 0
Начато обсуждений: 0
Написанные ответы: 8
Добавлено в Избранное: 3 times
Введённые советы: 2
Добавленные комментарии: 0
Начато обсуждений: 0
Написанные ответы: 8
Добавлено в Избранное: 3 times
Ответы
#76
Thanks Albert, Sure i will post more details in a while.
As i'm standardizing it a bit more to make it public.
Meanwhile to have a feel, take a look at this image
dvkvarma.googlepages.com/mtrackbot.gif
As i'm standardizing it a bit more to make it public.
Meanwhile to have a feel, take a look at this image
dvkvarma.googlepages.com/mtrackbot.gif
#74
Hey i wrote an API to add the transactions by sending Instant messages from Yahoo Messenger.
Lemme know if anyone is interested, so that i can post the details over here.
Albert can i do that ??
THANKS for those REST APIs.
here is my chat session with the _mtrackbot_
Varma: insert -a 100 -d Description -t tag1
mtrackbot: Transaction has beed Added.
Varma: insert -help
mtrackbot:
usage: insert
options
-a <amount> Transaction Amount
-d <description> Description
-dt <date> Transaction Date
-help Print this message
-p <project> Project Name
-t <tags> Tags
eg: insert -a 100 -d Description
Lemme know if anyone is interested, so that i can post the details over here.
Albert can i do that ??
here is my chat session with the _mtrackbot_
Varma: insert -a 100 -d Description -t tag1
mtrackbot: Transaction has beed Added.
Varma: insert -help
mtrackbot:
usage: insert
options
-a <amount> Transaction Amount
-d <description> Description
-dt <date> Transaction Date
-help Print this message
-p <project> Project Name
-t <tags> Tags
eg: insert -a 100 -d Description
#68
And few more suggestions (Nice to have but low priority)
Report Schedule : Ability to schedule reports, so that the expense reports can be delivered to automatically to email on timely basis.
Delete MoneyTrackin Account : Ability to delete moneytrackin account (I mean the complete account).
Report Schedule : Ability to schedule reports, so that the expense reports can be delivered to automatically to email on timely basis.
Delete MoneyTrackin Account : Ability to delete moneytrackin account (I mean the complete account).
#67
#64 All right, i will flip my screen for now
.
I have few more suggestions, would love to see these features in moneytrackin
Smart Tags or Tag Grouping: One tag can be a sub tag for another. For eg i do savings it many ways like mutual funds, shares etc but all these are part of savings. So the tags "mutualfund", "shares" etc can be subtags of savings. That way it will be easy to do the expense analysis. Right now the report shown is not exact, Pie chart shows that i have savings of 10000 Rs, 5000 on shares, 5000Rs on mutual funds)
AutoTagging or Intelligent Tagging : Based on my previous transactions you can autotag the transaction that is being created. As soon as i leave(blur) the transaction description text box automatically tag the transaction.
Current Month Expenses : In DashBoard show the current month's expenses in a pie chart. It is more useful to see where my money is going rather than what my balance is.
More Inbound Data Channels : Ability to add transaction by sending an Instant message from any Instant Messaging client like google talk, msn, yahoo msngr or By sending an SMS.
I have few more suggestions, would love to see these features in moneytrackin
Smart Tags or Tag Grouping: One tag can be a sub tag for another. For eg i do savings it many ways like mutual funds, shares etc but all these are part of savings. So the tags "mutualfund", "shares" etc can be subtags of savings. That way it will be easy to do the expense analysis. Right now the report shown is not exact, Pie chart shows that i have savings of 10000 Rs, 5000 on shares, 5000Rs on mutual funds)
AutoTagging or Intelligent Tagging : Based on my previous transactions you can autotag the transaction that is being created. As soon as i leave(blur) the transaction description text box automatically tag the transaction.
Current Month Expenses : In DashBoard show the current month's expenses in a pie chart. It is more useful to see where my money is going rather than what my balance is.
More Inbound Data Channels : Ability to add transaction by sending an Instant message from any Instant Messaging client like google talk, msn, yahoo msngr or By sending an SMS.
Hey, I'm struck at parsing the rest xml response incase of errors, the root(result) element is not well-formed in the response (only for result which has error). I'm getting the following response.
<?xml version="1.0" encoding="UTF-8"?>
<result code="error"/>
<error>Invalid credentials</error>
but i feel it should be
<?xml version="1.0" encoding="UTF-8"?>
<result code="error">
<error>Invalid credentials</error>
</result>
is it possible to fix this or is there any specific reason behind it?? Let me know
Incase if is going to stay like that, i have to implement a custom parser