amilna/yii2-cap 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

amilna/yii2-cap

Composer 安装命令:

composer require amilna/yii2-cap

包简介

Company Accounting Plugin

README 文档

README

Company Accounting Plugin, very simple business process

Installation

The preferred way to install this extension is through composer.

Since this package do not have stable release on packagist, you should use these settings in your composer.json file :

"minimum-stability": "dev",
"prefer-stable": true,

After, either run

php composer.phar require --prefer-dist amilna/yii2-cap "dev-master"

or add

"amilna/yii2-cap": "dev-master"

to the require section of your composer.json file.

run migration for database

./yii migrate --migrationPath=@amilna/cap/migrations

add in modules section of main config

	'gridview' =>  [
		'class' => 'kartik\grid\Module',
	],
	'cap' => [
		'class' => 'amilna\cap\Module',
		'currency' => ["symbol"=>"Rp","decimal_separator"=>",","thousand_separator"=>"."],
	],

Usage

Once the extension is installed, check the url: [your application base url]/index.php/cap

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 3
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-02-11

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固