Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can it update the .gnucash file? #897

Open
xiaolongWangDev opened this issue Apr 23, 2021 · 2 comments
Open

Can it update the .gnucash file? #897

xiaolongWangDev opened this issue Apr 23, 2021 · 2 comments

Comments

@xiaolongWangDev
Copy link

It will be the last piece of the puzzle to get the "auto-sync" thing working between desktop and mobile.
Basically I have a NAS, and I mapped a net drive to my desktop, there I created a folder for gnucash file.
I finished some bookkeeping there. Then, on my phone, I installed my NAS app which provides a file service similar to dropbox. In gnucash-android I open the file, from the file service. Things load perfectly. Now greedy me just want to be able to record transactions on the phone and get that sync back. I assume this would happen automatically if the https://redpiranha.net/news/online-bitcoin-wallets-open-compromise-weak-private-key-generation-code can updated that .gnucash file.

Steps to reproduce the behaviour

  1. open some ledger.gnucash file
  2. create a new transaction and hit save

Expected behaviour

the ledger.gnucash file should be updated and contains the added transaction

Actual behaviour

the transaction is not added

Software specifications

  • GnuCash Android version:
  • System Android version:
  • Device type:
@Thumas
Copy link

Thumas commented Jun 20, 2021

No, the app uses its own database. I think the better way to sync would be to adapt the database scheme to match the desktop app, see #567.

@renyhp
Copy link

renyhp commented Jan 22, 2022

I, too, would love to have the possibility to just open, edit and save the file, rather than importing every opened file into an inaccessible local copy. The only workaround I see is to go to Menu > Open..., make your modifications, then Menu > Export > XML > overwrite the file. Works with cloud storage as well. The unwanted side effect is that you get a lot of copies locally, but maybe you can call it an unexpected backup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants