ldsign/cake-payroll
Composer 安装命令:
composer require ldsign/cake-payroll
包简介
Payroll plugin for CakePHP
README 文档
README
Calculate german payroll data (taxes and social insurance).
This plugin uses standalone and cake independent classes for tax calculations. This was done for staying as close as possible to the official programming flowchart of the german finance authority. See:
https://www.bmf-steuerrechner.de/pruefdaten/pap2017.pdf
Requirements
- CakePHP 3.0+
- PHP 5.5+
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require ldsign/cake-payroll
Then in your config\bootstrap.php:
Plugin::load('Payroll', ['bootstrap' => false, 'routes' => true]);
Usage
For a quick calculation navigate to
/payroll/taxes
ToDo
- Extend documentation
- Unit tests
- Check results against official webservice
- Social insurance component
Support
For bugs and feature requests, please use the issues section of this repository.
License
Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-12-09