quantic-telecom/invoices
最新稳定版本:2.0.0
Composer 安装命令:
composer require quantic-telecom/invoices
包简介
An easy way to manage invoices.
README 文档
README
This package gives you an easy way to manage invoices.
Installation
Per usual, install Invoices through Composer.
"require": { "quantic-telecom/invoices": "~1.0" }
Contracts
Invoices
An invoice is a object inheriting from AbstractInvoice. It is composed of an ID, a customer (represented by CustomerInterface) and two dates: the due date and the creation date (these two are represented by Carbon instances).
It provides abstract methods to compute the total price (with and without taxes). The french VAT rate is currently hard code into the AbstractInvoice class ($vatRate static property) but will be extract in a future release. Implementations of AbstractInvoice don't have to use this value. The VAT amount is compute base on the subtraction between the implementation of the getIncludingTaxTotalPrice and the getExcludingTaxTotalPrice abstract methods.
A payment (represented by PaymentInterface) can be set in order to have a paid invoice (with the method isPaid).
Containers
An invoice is also a container of items and a container of groups of items.
An item (represented by ItemInterface) is a simple line of the invoice (name, quantity, unit prices and total prices with and without taxes).
A group of items container (represented by GroupOfItemsInterface) has a name. As an invoice, it's a container of items and a container of groups of items recursively.
Invoice generation
An invoice could be generated into HTML thanks to HtmlGeneratorInterface or in PDF thanks to PdfGeneratorInterface (note that our implementation of PdfGeneratorInterface requires an HtmlGeneratorInterface implementation).
Implementations
Invoices
This package provides two implementations of AbstractInvoice:
ExcludingTaxInvoicewhich sum all the excluding tax prices of the items and group of items and then compute the including tax price based on that value.IncludingTaxInvoicewhich sum all the including tax prices of the items and group of items and then compute the excluding tax price based on that value.
Containers
This packages also provides basic implementations for ItemInterface (Item) and GroupOfItemsInterface (GroupOfItems)
Generators
The implementation of HtmlGeneratorInterface is named HtmlGenerator and is based on Laravel Views.
An implementation of PdfGeneratorInterface named PdfGenerator is provided based on PhantomJS (a javascript browser). Our implementation of PdfGeneratorInterface requires an implementation of HtmlGeneratorInterface to process.
quantic-telecom/invoices 适用场景与选型建议
quantic-telecom/invoices 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 188 次下载、GitHub Stars 达 0, 最近一次更新时间为 2015 年 02 月 17 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 quantic-telecom/invoices 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 quantic-telecom/invoices 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 188
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 13
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2015-02-17