Invoice tax rates API (#5740)
This commit is contained in:
@@ -14,6 +14,14 @@ use App\Invoice\RendererInterface;
|
||||
use App\Model\InvoiceDocument;
|
||||
use Symfony\Contracts\EventDispatcher\Event;
|
||||
|
||||
/**
|
||||
* Triggered right before an invoice is rendered.
|
||||
*
|
||||
* You can use this event to:
|
||||
* - add invoice hydrator
|
||||
* - read and change invoice model
|
||||
* - change tax rates
|
||||
*/
|
||||
final class InvoicePreRenderEvent extends Event
|
||||
{
|
||||
public function __construct(
|
||||
|
||||
Reference in New Issue
Block a user