bamboobsc

2025-12-07 0 358

next version move to https://**github.co*m/billchen198318/hillfog

bambooBSC is an opensource Balanced Scorecard (BSC) Business Intelligence

Features:

  1. BSC\’s Vision, Perspectives, Objectives of strategy, Key Performance Indicators (KPIs). and Maintain measure-data.
  2. KPI report, Personal and organization BSC report. can custom workspace\’s layout
  3. Strategy Map, and BSC SWOT.
  4. Provides SQL client query results show as Chart ( PIE, BAR, LINE, AREA ).
  5. Provides a simple OLAP client query.
  6. Provides Sourcecard query for mobile-device browser.
  7. PDCA & PDCA report.

bambooBSC demo video

bambooBSC demo video

Who use bambooBSC

PROPUESTA DE DISEÑO DEL
CUADRO DE MANDO INTEGRAL
PARA LA TOMA DE DECISIONES EN EL
INSTITUTO FINLAY DE VACUNAS

bambooBSC architecture

License

bambooBSC is released under version 2.0 of the Apache Version 2.0

VM version install document:

install-vm-ver.pdf

manual install document:

install.pdf

manual document:

bamboobsc-guide.pdf

Download:

VM version( need with VirtualBox ):
https://gi*thub*.co*m/billchen198318/bamboobsc/releases/download/v0.7.8/bamboobsc-0.7.8-RELEASE-VM.7z

Manual install version:
https://gi*t*h*ub.com/billchen198318/bamboobsc/releases/download/v0.7.8/bamboobsc-0.7.8-RELEASE.7z

contact: chen.xin.nien@gmail.com

Screenshot

1 Region view.

2 Workspace.

3 KPIs dashboard.

4 Employee/Personal BSC report.

5 Department BSC report.

6 Employee 360 Degree feedback score view.

7 KPI BSC report.

7 KPI BSC report (coffee chart).

8 OLAP Client report.

9 Mobile version dashboard view.

10 BSC strategy-map.

11 SQL-Client query result as chart.

12 Support the development of integration processes flow.

13 KPI period trends / change(%).

14 PDCA Report.

15 PDCA Project history.

Install on Linux

1. must first install the MariaDB and JDK8 (JAVA8)


# apt-get install oracle-java8-jdk
# java -version

java version \”1.8.0\”
Java(TM) SE Runtime Environment (build 1.8.0-b132)
Java HotSpot(TM) Client VM (build 25.0-b70, mixed mode)

config MariaDB root account\’s password

# mysqladmin -u root -p password

2. Config MariaDB enable lower_case_table_names=1

# service mysql stop
# vi /etc/mysql/my.cnf

add lower_case_table_names=1

[mysqld]
lower_case_table_names=1

and save my.cnf

# service mysql restart

3. Get bambooBSC environment file

# cd /home
# wget --no-check-certificate https://gi*t*h*ub.com/billchen198318/bamboobsc/releases/download/v0.7.8/bamboobsc-0.7.8-RELEASE.7z

4. Install P7ZIP

# apt-get install p7zip

5. Extract the archive

# p7zip -d bamboobsc-0.7.8-RELEASE.7z

6. Import bbcore.sql to MariaDB

# cd /home/bamboobsc-07/
# mysql -u root -p

mysql> create database bbcore;
mysql> exit;

# mysql bbcore -u root -p < bbcore.sql

7. Config applicationContext-dataSource.properties

config A ( CORE system ).
/home/bamboobsc-07/apache-tomcat-8.5.56/webapps/core-web/WEB-INF/classes/applicationContext/conf/applicationContext-dataSource.properties

config B (Balanced Scorecard system ).
/home/bamboobsc-07/apache-tomcat-8.5.56/webapps/gsbsc-web/WEB-INF/classes/applicationContext/conf/applicationContext-dataSource.properties

config C (Simple OLAP system ).
/home/bamboobsc-07/apache-tomcat-8.5.56/webapps/qcharts-web/WEB-INF/classes/applicationContext/conf/applicationContext-dataSource.properties

config D (Mobile web ).
/home/bamboobsc-07/apache-tomcat-8.5.56/webapps/gsbsc-mobile-web/WEB-INF/classes/applicationContext/conf/applicationContext-dataSource.properties

settings dataSource.user and dataSource.password
dataSource.user is MariaDB account
dataSource.password is MariaDB password

example:

dataSource.user=root
dataSource.password=password

8. The need to create the directory folder, for upload and report source file need.

# cd /var
# mkdir gsbsc gsbsc/upload gsbsc/jasperreport

9. Run bambooBSC

# cd /home/bamboobsc-07/apache-tomcat-8.5.56/bin
# chmod a+x catalina.sh
# chmod a+x shutdown.sh
# chmod a+x startup.sh

add JAVA_OPTS=\”-Xmx2048M -XX:+UseG1GC -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US\” to catalina.sh

# ./startup.sh

Wait a few minutes,
Use google Chrome or Firefox browser (no support IE) input url ( [IP-Address]:[Port]/core-web/index.action )
example (if server IP-Address is 192.168.1.100) :
192.168.1.100:8080/core-web/index.action

the log file on /tmp/

Install on Amazon EC2 Failed to get local InetAddress for VMID

cannot connect to MariaDB database
Please refer to:
http://s*ta**ckoverflow.com/questions/603351/can-we-set-easy-to-remember-hostnames-for-ec2-instances

Build development environments

System required
A. JDK8
B. Eclipse4 or later version
C. Apache Tomcat8

1. Download archives file

click \”Download ZIP\” button

2. Unzip the archive file bamboobsc-master.zip

Unzip to C:\\home\\git\\

3. Open eclipse

workspace dir input C:\\home\\git\\bamboobsc-master

4. Configure eclipse

settings Text file encoding to UTF-8

5. Import project

a. core-persistence
b. core-lib
c. core-base
d. core-web
e. gsbsc-standard
f. gsbsc-web
g. qcharts-standard
h. qcharts-web
i. gsbsc-mobile-web
j. gsbsc-persistence
k. qcharts-persistence

config tomcat7 server

config core-lib project \”ThirdPartyLib\” user libraries
add External JARs: all jar file on C:\\home\\git\\bamboobsc-master\\core-web\\WEB-INF\\lib\\

config core-base project \”CORE-LIB\” user libraries
add External JARs: \”core-persistence.jar\” and \”core-lib.jar\” on C:\\home\\git\\bamboobsc-master\\core-export-lib\\

config gsbsc-standard project \”CORE-BASE\” user libraries
add External JARs: \”core-base.jar\”, \”gsbsc-persistence.jar\” on C:\\home\\git\\bamboobsc-master\\core-export-lib\\

5. Clean Java Problems ( if found Java Problem on Markers )

  1. Clean all project
  2. Restart

no found Java Problem, Environment Setup Complete

bambooBSC development manual

01 – Entitiy

02 – DAO and Service

03 – Logic service

04 – Controller

05 – Program registration and Menu settings

06 – Role and authority settings

07 – Expression support Logic Service

08 – WebService

09 – JasperReport

10 – BPMN resource

11 – Mail

12 – Job Scheduler

13 – Template

14 – Web Context bean

15 – Formula

16 – API

下载源码

通过命令行克隆项目:

git clone https://github.com/billchen198318/bamboobsc.git

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

申明:本文由第三方发布,内容仅代表作者观点,与本网站无关。对本文以及其中全部或者部分内容的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。本网发布或转载文章出于传递更多信息之目的,并不意味着赞同其观点或证实其描述,也不代表本网对其真实性负责。

左子网 开发教程 bamboobsc https://www.zuozi.net/31517.html

DBreeze
上一篇: DBreeze
JavaStud
下一篇: JavaStud
常见问题
  • 1、自动:拍下后,点击(下载)链接即可下载;2、手动:拍下后,联系卖家发放即可或者联系官方找开发者发货。
查看详情
  • 1、源码默认交易周期:手动发货商品为1-3天,并且用户付款金额将会进入平台担保直到交易完成或者3-7天即可发放,如遇纠纷无限期延长收款金额直至纠纷解决或者退款!;
查看详情
  • 1、描述:源码描述(含标题)与实际源码不一致的(例:货不对板); 2、演示:有演示站时,与实际源码小于95%一致的(但描述中有”不保证完全一样、有变化的可能性”类似显著声明的除外); 3、发货:不发货可无理由退款; 4、安装:免费提供安装服务的源码但卖家不履行的; 5、收费:价格虚标,额外收取其他费用的(但描述中有显著声明或双方交易前有商定的除外); 6、其他:如质量方面的硬性常规问题BUG等。 注:经核实符合上述任一,均支持退款,但卖家予以积极解决问题则除外。
查看详情
  • 1、左子会对双方交易的过程及交易商品的快照进行永久存档,以确保交易的真实、有效、安全! 2、左子无法对如“永久包更新”、“永久技术支持”等类似交易之后的商家承诺做担保,请买家自行鉴别; 3、在源码同时有网站演示与图片演示,且站演与图演不一致时,默认按图演作为纠纷评判依据(特别声明或有商定除外); 4、在没有”无任何正当退款依据”的前提下,商品写有”一旦售出,概不支持退款”等类似的声明,视为无效声明; 5、在未拍下前,双方在QQ上所商定的交易内容,亦可成为纠纷评判依据(商定与描述冲突时,商定为准); 6、因聊天记录可作为纠纷评判依据,故双方联系时,只与对方在左子上所留的QQ、手机号沟通,以防对方不承认自我承诺。 7、虽然交易产生纠纷的几率很小,但一定要保留如聊天记录、手机短信等这样的重要信息,以防产生纠纷时便于左子介入快速处理。
查看详情

相关文章

猜你喜欢
发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务