• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

autotests/H03-May-2022-1,044744

cmake/modules/H26-Mar-2019-2,0701,902

examples/H03-May-2022-749491

po/H26-Mar-2019-104,62070,762

src/H03-May-2022-36,53223,699

tools/H26-Mar-2019-1,018821

.arcconfigH A D26-Mar-201991 54

.gitignoreH A D26-Mar-2019258 2625

.kateconfigH A D26-Mar-201980 31

AUTHORSH A D26-Mar-2019138 97

COPYING-CMAKE-SCRIPTSH A D26-Mar-20191.5 KiB2724

COPYING.DOCH A D26-Mar-201919.9 KiB398328

COPYING.LIBH A D26-Mar-201925 KiB

Doxyfile-scriptingH A D26-Mar-2019103 KiB2,4251,884

KReport.pc.cmakeH A D26-Mar-2019452 1311

KReportScript.doxH A D26-Mar-20192.6 KiB8379

README.mdH A D26-Mar-20191.4 KiB2820

README.md

1# KReport
2
3A framework for the creation and generation of reports in multiple formats.
4
5## Introduction
6
7The KReport framework implements reporting functionality for creation
8of [reports in MS Access](https://support.office.com/article/e0869f59-7536-4d19-8e05-7158dcd3681c)
9style. They are also similar to [SAP Crystal Reports](http://www.sap.com/solution/sme/software/analytics/crystal-reports/index.html)
10and [FileMaker reports](http://help.filemaker.com/app/answers/detail/a_id/13754).
11
12Reports can be created interactively and programmatically. They can be previewed on screen,
13printed, and saved in a variety of formats such as HTML, PDF and OpenDocument.
14
15Reports of this kind offer a way to view, format, and summarize the information.
16For example a simple report of contact phone numbers can be prepared, or a more complex
17report on sales for different products, regions, and periods of time.
18
19A report is often filled with information from a database. There are many use cases:
20
21* The data can be displayed, summarized, sorted and grouped
22* Totals can be computed and displayed
23* Single or multiple records of data can be placed on a page
24* Details for individual data records can be placed in a layout
25* Labels can be created
26* The various report sections, such as title, header or footer, can be sized to suit
27* Reports can be generated on demand, thus eliminating saving them in files for further use
28