KReport: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
 
(2 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. 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 »]
[[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://invent.kde.org/libraries/kreport/-/blob/master/README.md more info »]




'''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>'''
'''Current stable version: <div style="font-size:100%;background:#bbffbb;padding:0.2em;display:inline-block;">{{KReport/Stable}}</div>; dev. version ([https://invent.kde.org/libraries/kreport/-/tree/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
Line 14: Line 14:
*[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://cgit.kde.org/kreport.git cgit]
*Browse code repository: [https://phabricator.kde.org/diffusion/KREPORT Phabricator], [https://invent.kde.org/libraries/kreport KDE Invent]
*[https://phabricator.kde.org/differential/query/ga63Z2YkDNNg/ Code reviews] (Phabricator)
*[https://phabricator.kde.org/differential/query/ga63Z2YkDNNg/ Code reviews] (Phabricator)


*See also [[Kexi/Plugins/Reports]].
*See also [[Kexi/Plugins/Reports]].
*[https://cgit.kde.org/kreport.git/plain/README.md README]
*[https://invent.kde.org/libraries/kreport/-/blob/master/README.md README]
*[[/API Changes/]]
*[[/API Changes/]]
*[[/Autotests/]]
*[[/Autotests/]]


==Links==
==Links==
*[https://api.kde.org/extragear-api/libs-apidocs/kreport/src/html/index.html Public API docs]
*[https://api.kde.org/kexiframeworks/kreport/html/index.html Public API docs]
*[http://ebn.kde.org/krazy/reports/playground/libs/kreport/index.html Code checking results] at English Breakfast Network
*[http://ebn.kde.org/krazy/reports/playground/libs/kreport/index.html Code checking results] at English Breakfast Network


[[Category:Kexi]]
[[Category:Kexi]]
[[Category:Frameworks]]
[[Category:Frameworks]]

Latest revision as of 09:54, 1 September 2023

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