X-Plattform / relative / ... file attachment pathes
Currently, file attachments are stored with their absolute path on the file-system. This makes it impossible to use a GC environment (datafile and attachments) cross-plattform via sync (dropbox, git, etc). Syncing on the same plattform, also is difficult as you need the same pathes as well.
Some ideas:
- Pathes are stored relative to the gnucash file
- Files are kept inside the datafile / -base
- Usage of environment variables
This feature has been implemented in our development branch, which will eventually be released as gnucash 2.8 (currently scheduled for early 2018).
Thank you for your request and feel free to send new ones!