Skip to content

Vitexus/winstrom-reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winstrom-reports

Jasper Reports sources for Abra Flexi

https://www.flexibee.eu/podpora/dokumentace/napoveda/uzivatelske_reporty/

QuickStart

  1. Install https://community.jaspersoft.com/project/jaspersoft-studio/releases
  2. Install FlexiBee client with JasperReport project support https://github.com/Vitexus/flexibee-client-deb
  3. Install FlexiBee Tools with Jasper Compiler & Uploader https://github.com/VitexSoftware/AbraFlexi-Report-Tools
  4. Clone this repo: https://github.com/Vitexus/winstrom-reports
  5. Open repo as project in jasperstudio & edit & save
  6. upload your report to FlexiBee server using upreport command

Classpath

Anytime you can run updatejasperclasspath tool to update .classpath files to use current FlexiBee jars. (It search all .classpath files in home directory that contain /usr/share/flexibee/lib/winstrom-*)

vitex@exiv:~$ /usr/share/flexibee/bin/updatejasperclasspath
Updating jasper studio classpaths to use FlexiBee 2020.2.1.2
updating /home/vitex/Projects/VitexSoftware/FlexiBee/winstrom-reports/.classpath
updating /home/vitex/Projects/VitexSoftware/FlexiBee/CustomReports/CustomFlexiBeeReports/.classpath
updating /home/vitex/Projects/VitexSoftware/FlexiBee/CustomReports/MyReports/.classpath
updating /home/vitex/Projects/aacuk/MyReports/.classpath

Copy & Paste

Installation commands on Debian

sudo apt install lsb-release wget
echo "deb http:https://repo.vitexsoftware.com $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
echo "deb http:https://repo.vitexsoftware.com borrow main" | sudo tee -a /etc/apt/sources.list.d/vitexsoftware.list
sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http:https://repo.vitexsoftware.cz/keyring.gpg
sudo apt update
sudo apt install git flexibee-tools flexibee-client jaspersoftstudio

And finally clone the source files

git clone https://github.com/Vitexus/winstrom-reports
/usr/share/flexibee/bin/updatejasperclasspath

All tested on Debian 10 Buster

See Also: https://github.com/VitexSoftware/flexibee-dark-gui (Dark skin for FlexiBee Desktop client)

Releases

No releases published

Packages

No packages published