KReport: Difference between revisions

From KDE Community Wiki
No edit summary
mNo edit summary
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:KReport3.png|right|250px]]'''KReport''' is a framework for the creation and generation of reports in multiple formats.
[[File:KReport3.png|right|250px]]'''KReport''' is a framework for the creation and generation of reports in multiple formats. It can be freely used with any C++ or Qt applications. It is developed since 2008 and used by [[Kexi]] and Calligra Plan. [https://cgit.kde.org/kreport.git/plain/README.md more info »]


It is used by [[Kexi]] and Calligra Plan. It is developed since 2008. See also [[Kexi/Plugins/Reports]].


'''Current stable version: <div style="font-size:100%;background:#bbffbb;padding:0.2em;display:inline-block;">{{KReport/Stable}}</div>; dev. version ([https://cgit.kde.org/kreport.git/log/?h=master master]): <div style="font-size:100%;background:#bbffbb;padding:0.2em;display:inline-block;">{{KReport/Unstable}} {{KReport/Stage}}</div>'''
*Maintainer: Adam Pigg, [mailto:[email protected] [email protected]]
*Maintainer: Adam Pigg, [mailto:[email protected] [email protected]]
*License: LGPL
*License: LGPL


==Development==
==Development==
*[https://phabricator.kde.org/project/view/21/ Project management] (Phabricator)
*{{KexiCIStatus|kreport||master}}
*{{KexiCIStatus|kreport|stable-|stable}}
*{{CoverityStatus|kreport|8428|master - }}
*[[/Releases/]]
*[https://phabricator.kde.org/project/view/21/ Project management (tasks)], shortcut: <tt>bit.ly/kreporttasks</tt> (Phabricator)
*[https://bugs.kde.org/enter_bug.cgi?product=KReport&format=guided Report bugs or wishes] (bugs.kde.org)
*[https://bugs.kde.org/enter_bug.cgi?product=KReport&format=guided Report bugs or wishes] (bugs.kde.org)
*[https://phabricator.kde.org/diffusion/KREPORT Code] (phabricator.kde.org)
*[https://phabricator.kde.org/diffusion/KREPORT Code] (phabricator.kde.org)
*Browse code repository: [https://phabricator.kde.org/diffusion/KREPORT Phabricator], [https://quickgit.kde.org/?p=kreport.git QuickGit]
*Browse code repository: [https://phabricator.kde.org/diffusion/KREPORT Phabricator], [https://cgit.kde.org/kreport.git cgit]
*[https://phabricator.kde.org/differential/query/ga63Z2YkDNNg/ Code reviews] (Phabricator)
*[https://phabricator.kde.org/differential/query/ga63Z2YkDNNg/ Code reviews] (Phabricator)


*[https://quickgit.kde.org/?p=kreport.git&a=blob&f=README.md README]
*See also [[Kexi/Plugins/Reports]].
*[https://cgit.kde.org/kreport.git/plain/README.md README]
*[[/API Changes/]]
*[[/API Changes/]]
*[[/Autotests/]]
*[[/Autotests/]]
==Links==
*[https://api.kde.org/extragear-api/libs-apidocs/kreport/src/html/index.html Public API docs]
*[http://ebn.kde.org/krazy/reports/playground/libs/kreport/index.html Code checking results] at English Breakfast Network
[[Category:Kexi]]
[[Category:Frameworks]]

Revision as of 12:25, 5 March 2018

KReport is a framework for the creation and generation of reports in multiple formats. It can be freely used with any C++ or Qt applications. It is developed since 2008 and used by Kexi and Calligra Plan. more info »


Current stable version:

3.2.0

; dev. version (master):

3.3.0 Alpha

Development

Links