Bug 412750 - No xml export for reports
Summary: No xml export for reports
Status: REPORTED
Alias: None
Product: kmymoney
Classification: Applications
Component: exporter (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR wishlist
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-09 07:17 UTC by Ralf Habacker
Modified: 2019-10-09 08:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
related patch based on 4.8 branch (12.58 KB, patch)
2019-10-09 08:33 UTC, Ralf Habacker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2019-10-09 07:17:35 UTC
The kmymoney report engine allows the export of reports in csv and html format, what is currently missing is an export in XML format.

STEPS TO REPRODUCE
1. start kmymoney
2. open a file
3. open a report
4. click on 'export'
5. Inspect the list of extensions

OBSERVED RESULT
There are entries for csv and html, but not xml.

EXPECTED RESULT
There should be an entry for xml too

ADDITIONAL INFORMATION
XML is used as an exchange format in many applications and supports more complex exports than csv allows.
Comment 1 Ralf Habacker 2019-10-09 08:33:50 UTC
Created attachment 123098 [details]
related patch based on 4.8 branch

The appended patch implements this feature (based on 4.8 branch), but does not match implementation on 5.0/master branch