蜡虫 / 会计
会计服务接口和实现服务
0.1.1
2021-10-25 05:24 UTC
Requires (Dev)
- mockery/mockery: ^1.4
- phpunit/phpunit: ^9.5
- symfony/var-dumper: ^5.3
This package is auto-updated.
Last update: 2024-09-25 15:34:11 UTC
README
核心会计服务包含在此包中,并提供一些接口以实现完全功能。要查看一些示例实现,请检查Laracount包。
要实现的主要接口
仓库接口
- \Waxwink\Accounting\Contracts\TransactionRecordInterface::class
- \Waxwink\Accounting\Contracts\VoucherRepositoryInterface::class
- \Waxwink\Accounting\Contracts\LockerInterface::class
数据映射模型接口
- \Waxwink\Accounting\Contracts\TransactionRecordInterface::class
- \Waxwink\Accounting\Contracts\VoucherInterface::class
- \Waxwink\Accounting\Contracts\HasAccount::class