Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Good GPL Qt Report Engine?

Good GPL Qt Report Engine?

Scheduled Pinned Locked Moved General and Desktop
23 Posts 11 Posters 24.8k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    ivan.todorovich
    wrote on last edited by
    #8

    I've been messing around with KDReports..
    Sadly it doesn't seem to support grouping (or at least couldn't find how to use it - it's very bad documented)

    o_o Sorry for my rusted english.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #9

      Is this question actually solved now? It is marked as such in the topic title, but the last post by Ivan seems to suggest otherwise...

      1 Reply Last reply
      0
      • I Offline
        I Offline
        ivan.todorovich
        wrote on last edited by
        #10

        it isn't..

        but I don't think there is any qt-based report engine that matches my criteria.. at least not now.
        so i've settled with kdreports.

        o_o Sorry for my rusted english.

        1 Reply Last reply
        0
        • T Offline
          T Offline
          toroman
          wrote on last edited by
          #11

          You can also try OpenRPT http://www.xtuple.com/openrpt
          It is LGPL
          The documentation is a bit incomplete maybe, but the development is constant.
          It is not Crystal Reports, but it can handle reports quite well :)
          Formatting of data is a bit tricky, because the "right way" to accomplish formats a bit more complicated then default is to use SQL functions in your query.
          Worth considering, I'm using it in a couple of my projects with success.

          1 Reply Last reply
          0
          • L Offline
            L Offline
            leninbooter
            wrote on last edited by
            #12

            It doesn't support SQLite :(

            [quote author="toroman" date="1295387314"]You can also try OpenRPT http://www.xtuple.com/openrpt
            It is LGPL
            The documentation is a bit incomplete maybe, but the development is constant.
            It is not Crystal Reports, but it can handle reports quite well :)
            Formatting of data is a bit tricky, because the "right way" to accomplish formats a bit more complicated then default is to use SQL functions in your query.
            Worth considering, I'm using it in a couple of my projects with success.[/quote]

            1 Reply Last reply
            0
            • W Offline
              W Offline
              weimar70
              wrote on last edited by
              #13

              hi good day
              I'm new to qt
              I'm working with and not as OpenRPT preview
              a report from my application as I could explain or give me an example

              thanks

              1 Reply Last reply
              0
              • A Offline
                A Offline
                aliks-os
                wrote on last edited by
                #14

                Try QtRPT "Your text to link here...":http://sourceforge.net/projects/qtrpt/

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  aliks-os
                  wrote on last edited by
                  #15

                  QtRPT version 1.1.0 with new futures

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    aliks-os
                    wrote on last edited by
                    #16

                    QtRPT Version 1.3.2 uploaded at "http://sourceforge.net/projects/qtrpt/":http://sourceforge.net/projects/qtrpt/

                    1 Reply Last reply
                    0
                    • A Offline
                      A Offline
                      aliks-os
                      wrote on last edited by
                      #17

                      QtRPT Version 1.4.3
                      "Quick description ":http://qt-project.org/wiki/QtRPT
                      The fresh version you always may download from "http://sourceforge.net/projects/qtrpt/.":http://sourceforge.net/projects/qtrpt/

                      1 Reply Last reply
                      0
                      • V Offline
                        V Offline
                        Vlad.Stepankoff
                        wrote on last edited by Vlad.Stepankoff
                        #18

                        LimeReport
                        limereport.sourceforge.net

                        1 Reply Last reply
                        0
                        • I ivan.todorovich

                          Hi,

                          I've been looking at "NCReport":http://www.nocisoft.com/index.php/ncreport/articles/ncreport.html and it's great! But, to my surprise it isn't GPL and the license is € 299 (cheaper option - support only 1 plataform)
                          I'm looking for something similar.. I need the report engine to support for QAbstractItemModel as datasources. And the Grouping functionality. Anyone knows a good report engine?

                          Thanks..

                          AlexA Offline
                          AlexA Offline
                          Alex
                          wrote on last edited by
                          #19

                          Old topic, but since somebody still might be looking for a modern, scriptable, well documented Qt based reporting solution, want to let you know about CuteReport.
                          CuteReport version 1.1 was released recently.
                          Welcome to the project's website: https://cute-report.com for more information.

                          1 Reply Last reply
                          0
                          • A Offline
                            A Offline
                            aliks-os
                            wrote on last edited by
                            #20

                            QtRPT 1.5.4 version is released.
                            Always fresh version of QtRPT is accessable at http://www.qtrpt.tk

                            1 Reply Last reply
                            0
                            • T Offline
                              T Offline
                              TheCrowKaka
                              wrote on last edited by
                              #21

                              I dont know if this is the right post for this but I am having a problem working with QtRPT.

                              I have used QtRPT 1.5.4 on Linux on Android. Works Great. It is indeed simple to use.

                              However, The same code does not work on Windows 10. I am using Qt5.5 with Mingw.

                              The application hangs when report->printExec(true); is executed.

                              I even try to run the demo examples the exampledlg1.cpp. But at this line report->printExec(true);, the application hangs.

                              Any Idea how to solve this problem?

                              A Qt Enthusiastic...

                              A 1 Reply Last reply
                              0
                              • AlexA Offline
                                AlexA Offline
                                Alex
                                wrote on last edited by
                                #22
                                This post is deleted!
                                1 Reply Last reply
                                0
                                • T TheCrowKaka

                                  I dont know if this is the right post for this but I am having a problem working with QtRPT.

                                  I have used QtRPT 1.5.4 on Linux on Android. Works Great. It is indeed simple to use.

                                  However, The same code does not work on Windows 10. I am using Qt5.5 with Mingw.

                                  The application hangs when report->printExec(true); is executed.

                                  I even try to run the demo examples the exampledlg1.cpp. But at this line report->printExec(true);, the application hangs.

                                  Any Idea how to solve this problem?

                                  A Offline
                                  A Offline
                                  aliks-os
                                  wrote on last edited by
                                  #23

                                  @TheCrowKaka

                                  Official site for discussion of the QtRPT project
                                  https://sourceforge.net/p/qtrpt/discussion/

                                  Meantime, the fresh v3.1.0 is released

                                  1 Reply Last reply
                                  0

                                  • Login

                                  • Login or register to search.
                                  • First post
                                    Last post
                                  0
                                  • Categories
                                  • Recent
                                  • Tags
                                  • Popular
                                  • Users
                                  • Groups
                                  • Search
                                  • Get Qt Extensions
                                  • Unsolved