承接 reportico/yii2-reportico 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

reportico/yii2-reportico

最新稳定版本:4.6

Composer 安装命令:

composer require reportico/yii2-reportico

包简介

Reportico

README 文档

README

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist reportico/yii2-reportico "dev-master"

or add

"reportico/yii2-reportico": "dev-master"

to the require section of your composer.json file.

Once the extension is installed, simply use it in your code by adding to the modules section of your config/web.php file the following:

    'reportico' => [
            'class' => 'reportico\reportico\Module' ,
            'controllerMap' => [
                            'reportico' => 'reportico\reportico\controllers\ReporticoController',
                            'mode' => 'reportico\reportico\controllers\ModeController',
                            'ajax' => 'reportico\reportico\controllers\AjaxController',
                        ]
            ],
    ...

##Quickstart and Tutorials

After setup you can follow http://yii2_url/index.php/r=reportico or (http://yii2_url/index.php/reportico if you are using pretty urls) to access reportico. Then you can set an admin password, configure the tutorials or create new report project.

Use the tutorials to get to grips with report design, but for embedding and creating links to reportico from your Yii2 app follow the instructions in the following links.

For the Yii2 Reportico quickstart guide go to :- http://www.reportico.org/yii2/web/index.php/site/index

For the main reportico site go to :- http://www.reportico.org

Screenshots

Criteria Page

Edit Query Page

Report Output Page

统计信息

  • 总下载量: 15.75k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 23
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 21
  • Watchers: 9
  • Forks: 14
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2014-09-18