dragotin / kraft

Kraft helps to handle your daily quotes and invoices in your small business.
http://volle-kraft-voraus.de
GNU General Public License v2.0
58 stars 18 forks source link

XML and PDF Archive go to same Path #80

Closed rzlbrmft closed 3 years ago

rzlbrmft commented 4 years ago

The folder for the kraft.db can be changed, but the xml/pdf are still stored in ~/.local/share/kraft/

dragotin commented 4 years ago

You can also change the output folder for xml and pdf by putting a setting into the Kraft config file in $HOME/.config/kraftrc:

[reporting]
PdfOutputDir=/home/kf/tmp/kraftdocs

But I realize that there is another problem: The idea was to store the XML and PDF separate from each other. For that, two setting values (PdfOutputDir and XmlArchivePath) are defined. However, both are stored in the pdf output dir (because of archiveman.cpp, line 271).

rzlbrmft commented 4 years ago

Many thanks - it works!

Are there other interesting settings?