Welcome, Guest. Please login or register.
Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - alonsomm2000

Pages: [1] 2
1
Discussion | Обсуждение / Re: liblimereport and libQtZint.so
« on: January 12, 2021, 03:59:59 PM »
Hi, I had the same problem and I solve it by opening: LimeReport-master/limereport/limereport.pro
and adding:

   QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\':./Lib"

After:

  unix:{
        DESTDIR  = $${DEST_LIBS}
        linux{

Then you must go to $ProjectsFolder/LimeReport-master/build/5.15.2/linux64/release/lib/
Copy libQtZint.so and liblimereport.so.1.0.0 to your deploy folder
Then rename liblimereport.so.1.0.0 to liblimereport.so.1

Regards,
        Luis Murillo


2
Requests | Пожелания / Re: Report text translations
« on: May 11, 2019, 04:14:34 PM »
Thank you Alex for your reply, about Zoom problems, I already reply to you at Github about.

But you did not answer my question about when can you get report text translations in the production version of LimeReport.

Regards,
        Luis Murillo.

3
Dear,
     Alex

   Greetings I hope you are doing great, I was wondering when can we get report text translations in production version of Lime Report, I just download both Develop and Production versions and both of them are 1.4.128 but the production version does not have any translation tab and Develop version does not show  any text in DetailBands when Zoom porcentage is at: 10,20,30,50,90.

Regards,
        Luis Murillo.


4
Requests | Пожелания / Re: Version number stuck
« on: February 18, 2019, 07:13:15 AM »
Thank you Alex for you prompt reply, I downloaded the latest LimeReport from Git Develop branch, compile it (no problems) then copy Lib and Include folder to my project folder but before I rename my old Lib and include folder and every thing works perfectly no crashes, I guess you were right probably I was using old headers with new version.

Thank you very much for your help, great work.  :)

Would be great if soon may add Translations and Charts to the Master branch.  ;)

Regards,
        Luis Murillo.

5
Requests | Пожелания / Multi language reports for production
« on: February 17, 2019, 05:49:10 PM »
Dear, Alex

Greetings, I hope you and all the friends in this forum are doing great.

First of all I like to congratulate you and all the friends for all your good work done to Limereport.

I been using Limereport Git Develop version 1.4.103 with my program with success, translations work perfectly ( why not adding translation feature to master branch? )

Few days ago I try download latest version from Git, but I notice:
Master version still in 1.4.7 and still have no translations  :'(
Develop version 1.4.123 crash my app when try to add second report variable:
 report->dataManager()->setReportVariable("subtotal",varSubTotal);

Where varSubTotal is a double variable, with version 1.4.103 there are no crashes, so there is some thing wrong with last version.

Regards,
       Luis Murillo

6
Requests | Пожелания / Version number stuck
« on: September 10, 2018, 01:47:28 PM »
Greetings every body, congratulations for such a great job improving Limereport, I notice that in GitHub as well Limereport official site, the version number have not been updated in a long time, I know programming take time and we are pretty busy normally but I think is important for the project to document any new feature and update the version number to show the world that this is not an abandoned project and that is improving constantly.

Regards,
       Luis Murillo.

7
Requests | Пожелания / Re: Report text translations
« on: September 10, 2018, 01:27:48 PM »
Hi, Alex

Yes it is strange, the only thing different is:
I copy the Lib folder from Limereport-develop build 5.9.6 into my application folder when include the library in my project .pro , it does compile fine without error and every thing work fine except that, but I notice that if I open my report with demo_r1 Limereport Designer it work as expected.

Do you have any idea of what could be causing that?

Regards,
        Luis Murillo.

8
Requests | Пожелания / Re: Report text translations
« on: September 07, 2018, 06:01:22 PM »
Dear, Alex

  Greetings, I just download, compile and test Limereport Developer ver. 1.4.102 and can only say you did an amazing job, congratulations now we can say Limereport have 100% working translations  :), thank you very much. if you ever visit Costa Rica (Arenal Volcano area) please contact me, I will invite you for Lunch or dinner.

Note: There is only one little detail to make it perfect:
In LimeReport designer, Reportpage1 tab area do not cover full height available.  :(
In LimeReport designer, Script tab area cover full height available.   :)
In LimeReport designer, Translation tab area do not cover full height available.  :(
 
Regards,
        Luis Murillo.

9
Thank you, I notice is already correct it in Develop branch, no more compile error!

Regards,
        Luis Murillo.

10
Requests | Пожелания / Re: Report text translations
« on: September 03, 2018, 02:45:11 AM »
Dear,
    Alex

   Good job, we are getting there, but now non translated items change after you update them, but translated items get unchecked from translations when modified but on print or preview they still show previous translation text, it seems to me that your idea was that Text items with Checked=true were meant to used to translate a field the problem is Limereport is ignoring that field and is pulling all the text from the translation band even if Checked=false, so if you do not update the content of SourceValue and Value in the translation band it will always show old translations after updating any translated field.

Regard,
      Luis Murillo.

11
Hi, thank you for your quick answer, I am using version 1.4.102 Developer branch, but I think production branch give same error when you try to compile a project that include Limereport library.

Regards,
       Luis Murillo.

12
Dear,
   Alex

 Greetings again, I would like to report a bug, when you compile Limereport project works fine, but when you copy Limereport lib folder into your own project and add it to .pro it does not compile and give the following error:

../limereport/lib/include/lrglobal.h:49: error: QScriptEngine: No such file or directory
 #include <QScriptEngine>

It will compile fine if your change line: 49 in lrglobal.h file

From:
#include <QScriptEngine>

To:
#include <QtScript/QScriptEngine>

So I was wondering, can you change it in your source code so we do not have to be changing it on every update?

Regards,
       Luis Murillo.

13
Requests | Пожелания / Re: Report text translations
« on: September 01, 2018, 08:38:58 PM »
Hi, Alex

Thank you for your quick reply, I just download and test and now when you open report in Design mode, make changes and then switch to preview it shows correctly (TextItems show last update) but the changes are not being saved to the .lrxml file so when you open the report in Preview mode it will show old data.

After Editing, Saving and checking the report with a simple text editor I found:

1. You create a Translation band.
2. For every single TextItem in the report you create a tag and this tag is used to get the data to print or preview the report.

I have not check your code in deep but my suggestions to solve the translation problem will be:

1. For preview or print pull text from original TextItem tags, Only add tags in translation band for translated and checked TextItems and if the TextItem is edit it, remove the translation tag (because they will have to translate the new text).

2. After editing any TextItem, look for the matching tag in the translation band and update SourceValue and Value to the new text and mark it with Checked="N" so they will have to re-translate.


Regards,
        Luis Murillo.

14
Requests | Пожелания / Re: Report text translations
« on: August 31, 2018, 10:11:39 PM »
Yes, I am using version 1.4.102, I try as you suggeted removing the transalation band and then add the translations again in Lime report Designer but same thing happen, after adding translations you can not modify any Text item content, because if you do so changes will not show unless you delete the Text item and recreate it (this is better than deleting the whole translation band) but still an annoying bug, so when ever you have a chance it will be great if you can fix this bug, so the translations feature will working 100% correctly!

Regards,
         Luis Murillo.

15
Requests | Пожелания / Re: Report text translations
« on: August 31, 2018, 03:41:12 PM »
Dear,
     Alex

   Thank you for correcting the bug in currencyUSBasedFormat function is now working correctly, you Limereport is getting better and better every day, good job, how ever I found an other bug in Lime Report Designer (Developer branch) and that is:

1. Open a report in Design mode, add some Text items to Report Footer with some English words
2. Click Preview in Lime Report Designer, every thing look fine!
3. Exit Preview mode, click on Translations tab and add translation to Russian or any other language to one of the Text items, save it.
4. Close Lime report Designer
5. Open report in Preview mode, translations show correctly, so far so good  ;), close report.
6. Open report in Design mode, change the text in any of the Text items created before translating.
7. Click Preview, you will see that the text in Text items is the same that was when you translate, any new Text items will show fine but old Text items will not update  :'(


Have a great day.

Regards,
          Luis Murillo.

Pages: [1] 2