gnucash-android
gnucash-android copied to clipboard
Fix #851 - Create Sub-accounts screen should have default currency same as parent, not app-default currency
This is more like a feature rather than a fix. When creating a sub-account, It'll be helpful for the users if the default currency was the same as Parent's currency.
Hello Rasheeq, I am new to GitHub. Can you please let me know how to download the app with all latest changes?
Hi kmdasstech, I am new to working on open source projects too. So I am not sure if my way is correct. But I'll tell you what I did.
- Fork the project. It will create a copy of the project in your github account.
- In your forked project, Click on the "code" button. You will see a link of the project in there. Copy that link.
- Open Android Studio. (If you have any existing project already open then close that project)
- Click on "Get from Version Control".
- Paste that link in the "URL" textfield.
- Click "Clone".
That should do it. If you have any problem in any step you can search google about that step. I am sure you will easily find some useful youtube tutorial about that. Or you could also comment here about the problem. I would be happy to help.
Hello Rasheeq, Thank you for your instruction. I will try to do so.