Home  >  Article  >  Web Front-end  >  An example tutorial summarizing the issues to pay attention to when using finereport

An example tutorial summarizing the issues to pay attention to when using finereport

零下一度
零下一度Original
2017-06-12 13:53:474359browse

When logging in to the platform, I do not want to use FR’s default built-in login interface. I want to implement the login operation through a customized login interface. The built-in login interface is as shown below: Login interface, obtain the user name and password values, and send them to the reporting system. The reporting service takes these two parameters to access the authentication address for authentication. Custom login interface Login interface Set up a custom html login page: Name it login.html and save it under %FR_HOME%\WebReport. The code is as follows: &

1. How to customize the login interface in FineReport

An example tutorial summarizing the issues to pay attention to when using finereport

##Introduction: This article explains in detail the method of customizing the login interface in FineReport

2. Introduction to the method of obtaining the parameters in the url and passing them to the report in the iframe

An example tutorial summarizing the issues to pay attention to when using finereport

Introduction: This article explains how to get the parameters in the url and pass them to the report in the iframe

3. Summary of usage of common functions of web reporting tool FineReport (report function)_html/css_WEB-ITnose

Introduction: Summary of usage of common functions of the web reporting tool FineReport (report function)

4. FineReport layered reporting strategy to solve large data set display problems_html/css_WEB-ITnose

Introduction: FineReport hierarchical report solves the problem of large data set display

5. Fanruan report FineReport January 2016 product Update list_html/css_WEB-ITnose

Introduction: FineReport January 2016 product update list

##6.

mysql stored procedure recursive call generates tree data

#Introduction: mysql stored procedure recursive call generates tree data When using the finereport tree drop-down box, hierarchical data is required . For example: Level 1 001, Level 2 001001, Level 3 001001001, etc. Our general recursive table is like this, defining an id and a pid, and there is no parent-child relationship between id and pid in terms of length. Finereport does not recognize such data.

7.

The reporting software company offers a high-priced bounty for bugs, 100 yuan per bug. I’m really drunk.

An example tutorial summarizing the issues to pay attention to when using finereport

Introduction: I have been using FineReport, the reporting software of Fanruan, to do projects, and I have been paying attention to the development of this company. I have some questions and thoughts after seeing this activity of "Report BUGs, Get Bonuses". Generally, a new version of FineReport will be repeatedly tested by the testing department before it is officially released, and then a small range of users will be selected to try it out to ensure stability before being released.

8.

Data analysis software FineReport tutorial: [5] Parameter interface JS (full)_javascript skills

Introduction: The form software FineReport is often used when designing reports Here, this article mainly introduces the FineReport tutorial of data analysis software: [5] Parameter interface JS, friends who need it can refer to it

The above is the detailed content of An example tutorial summarizing the issues to pay attention to when using finereport. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn