gnucash-android icon indicating copy to clipboard operation
gnucash-android copied to clipboard

Help,How to use create_transaction intent?

Open lxbzmy opened this issue 8 years ago • 2 comments

I want parse text SMS into payment data ,then insert into guncash. after view code ,".receivers.TransactionRecorder" maybe a way.

But How can i know account's UID , in code use"args.getString(Transaction.EXTRA_ACCOUNT_UID);"

lxbzmy avatar Mar 09 '16 15:03 lxbzmy

You make a good point. There is currently no way to retrieve an account UID via an external app. I will think about how to improve this in future releases. Such as letting other apps query accounts/transactions.

On Wed, Mar 9, 2016 at 4:41 PM, Alex Lei 雷 [email protected] wrote:

I want parse text SMS into payment data ,then insert into guncash. after view code ,".receivers.TransactionRecorder" maybe a way.

But How can i know account's UID , in code use"args.getString(Transaction.EXTRA_ACCOUNT_UID);"

— Reply to this email directly or view it on GitHub https://github.com/codinguser/gnucash-android/issues/483.

codinguser avatar Mar 14 '16 08:03 codinguser

Thanks a lot!

lxbzmy avatar Mar 15 '16 02:03 lxbzmy