False alarm. It end up being css problem - the footer was pushed to next page and showing previous page number. i think we are good now -- instead of height:100vh - i am using height:99.5vh
rashmim00
@rashmim00
Posts made by rashmim00
-
RE: footer overflows to next page or writes multiple times
-
RE: footer overflows to next page or writes multiple times
Thanks -- Noted. We are changing our css files.
-
RE: footer overflows to next page or writes multiple times
Thanks Jan. By when can we expect a newer release.
Maybe its affecting index part too - I am not too sure but I am seeing bad page numbers for some pages. -
RE: footer overflows to next page or writes multiple times
The css and these files are in place for last 5-7 years.
We have started seeing this issue since yesterday.https://playground.jsreport.net/w/anon/bcd_qJM3 is a short document but is not replicating the issue.
It has my css files (HeaderFooter.css and BidPck60_Provisions.css)badFooter.png is under assets to show the outcome where its printing all page footers one after another as background
Version 4.9.0 is good but version 4.10.0 is bad. Have you changed footer rendering in version 4.10.0.
-
footer overflows to next page or writes multiple times
How to troubleshoot when the footer is overflowing to next page and in one document its printing all 32 footers as background for one page. There are 32 pages in the document and its printing 32 footers right after one another.
By overflow, I mean it shows as footer on Page 1 but as a header for all other pages.
This is on 4.4.0 version.Thanks,
Rashmi -
RE: charts in jsreport
A follow-up - how to show tooltips or the value at the end of bar.
Thanks,
Rashmi -
charts in jsreport
Hi,
I am trying to show a gantt chart in jsreports. The bars are not right. The span should be more. Please take a look at the playground sample - https://playground.jsreport.net/w/rashmim00/n4SNYVK3
Same code if I run on jsfiddle - the bars show properly.
Not sure what's going on.Thanks for helping me,
Rashmi -
RE: Excel styles for amount and percentage
What a dumb thing. Just defining styles doesn't matter until they are used in the sheet.
If i create a row with rubbish data and apply these styles and then use the template in jsreport then it works. -
Excel styles for amount and percentage
Hi,
I am trying to put in styles for amounts and percentage columns. Here is playground with the xlsxTemplate I am using which defines styles for amtCol and percCol.https://playground.jsreport.net/w/rashmim00/~suTCrBX
I have tried all s="2" to s="4" and my sheet fails and needs repair.
Pl help me identify the style or create a new xlsxtemplate with good styling,
I have already spend lot of time on it,
pl help,
RashmiStyles.xml extracted by making it rar file etc
-<numFmts count="1"> <numFmt formatCode=""$"#,##0.00" numFmtId="164"/> </numFmts> -<cellStyleXfs count="5"> <xf numFmtId="0" borderId="0" fillId="0" fontId="0"/> <xf numFmtId="0" borderId="0" fillId="0" fontId="2"/> <xf numFmtId="1" borderId="0" fillId="0" fontId="1"/> <xf numFmtId="10" borderId="0" fillId="0" fontId="1"/> <xf numFmtId="164" borderId="0" fillId="0" fontId="1"/> </cellStyleXfs> -<cellXfs count="4"> <xf numFmtId="0" borderId="0" fillId="0" fontId="0" xfId="0"/> <xf numFmtId="0" borderId="0" fillId="0" fontId="2" xfId="1"/> <xf numFmtId="164" borderId="0" fillId="0" fontId="1" xfId="4"/> <xf numFmtId="10" borderId="0" fillId="0" fontId="1" xfId="3"/> </cellXfs> -<cellStyles count="5"> <cellStyle xfId="4" name="AmtCol"/> <cellStyle xfId="0" name="Normal" builtinId="0"/> <cellStyle xfId="2" name="NumberCol"/> <cellStyle xfId="3" name="percCol"/> <cellStyle xfId="1" name="rptHeading"/> </cellStyles>