Bug 412750

Summary: No xml export for reports
Product: [Applications] kmymoney Reporter: Ralf Habacker <ralf.habacker>
Component: exporterAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:
Attachments: related patch based on 4.8 branch

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