用于计算奖金

kevin de640a4516 feature/NG-27: Qualified bonus regulations 奖金合格制度:活动期间购买指定商品,BV≥27即可维持活跃度(活动停止). 1 tahun lalu
common de640a4516 feature/NG-27: Qualified bonus regulations 奖金合格制度:活动期间购买指定商品,BV≥27即可维持活跃度(活动停止). 1 tahun lalu
console f5385eda57 初次提交 3 tahun lalu
environments f5385eda57 初次提交 3 tahun lalu
vagrant f5385eda57 初次提交 3 tahun lalu
vendor 45c5b7e2ba feat: NG-27: Adjusting Service Award Settlement 1 tahun lalu
.gitignore a28493fa55 修改最新聘级 3 tahun lalu
LICENSE.md f5385eda57 初次提交 3 tahun lalu
README.md f5385eda57 初次提交 3 tahun lalu
Vagrantfile f5385eda57 初次提交 3 tahun lalu
codeception.yml f5385eda57 初次提交 3 tahun lalu
composer.json 2c13911645 feature/NG-28: Adjusting Service Award Settlement. 1 tahun lalu
composer.lock f5385eda57 初次提交 3 tahun lalu
init f5385eda57 初次提交 3 tahun lalu
init.bat f5385eda57 初次提交 3 tahun lalu
requirements.php f5385eda57 初次提交 3 tahun lalu
yii f5385eda57 初次提交 3 tahun lalu
yii.bat f5385eda57 初次提交 3 tahun lalu
yii_test f5385eda57 初次提交 3 tahun lalu
yii_test.bat f5385eda57 初次提交 3 tahun lalu

README.md

Yii 2 Advanced Project Template


Yii 2 Advanced Project Template is a skeleton Yii 2 application best for developing complex Web applications with multiple tiers.

The template includes three tiers: front end, back end, and console, each of which is a separate Yii application.

The template is designed to work in a team development environment. It supports deploying the application in different environments.

Documentation is at docs/guide/README.md.

Latest Stable Version Total Downloads Build Status

DIRECTORY STRUCTURE

common
    config/              contains shared configurations
    mail/                contains view files for e-mails
    models/              contains model classes used in both backend and frontend
    tests/               contains tests for common classes    
console
    config/              contains console configurations
    controllers/         contains console controllers (commands)
    migrations/          contains database migrations
    models/              contains console-specific model classes
    runtime/             contains files generated during runtime
backend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains backend configurations
    controllers/         contains Web controller classes
    models/              contains backend-specific model classes
    runtime/             contains files generated during runtime
    tests/               contains tests for backend application    
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
frontend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains frontend configurations
    controllers/         contains Web controller classes
    models/              contains frontend-specific model classes
    runtime/             contains files generated during runtime
    tests/               contains tests for frontend application
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
    widgets/             contains frontend widgets
vendor/                  contains dependent 3rd-party packages
environments/            contains environment-based overrides

注意事项

  1. 后台新增功能需考虑permission,有权限的才显示
  2. 增删字段要同时修改相应的导出功能