jweiland / contributory-calculator
前端计算补助的扩展。
5.0.1
2023-03-06 13:51 UTC
Requires
- typo3/cms-core: ^10.4.36 || ^11.5.23
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.10
- nimut/testing-framework: ^6.0
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-09-20 08:20:57 UTC
README
前端计算补助的扩展。
1 功能
- 为每种护理形式创建记录。
- 为每种护理形式定义一个百分比值。
- 区分3岁以上和3岁以下的孩子。
2 使用方法
2.1 安装
使用Composer安装
推荐使用Composer来安装扩展。
在基于Composer的TYPO3项目中运行以下命令
composer require jweiland/contributory-calculator
从TYPO3扩展仓库(TER)作为扩展安装
使用扩展管理模块下载并安装 contributory_calculator
。
2.2 最小设置
- 包含扩展的静态TypoScript。
- 在sysfolder上创建护理记录。
- 在页面上创建一个插件,并至少选择sysfolder作为起始点。