Pierre du Plessis
Pierre du Plessis
When an invoice is overdue, a late fee should be added A late fee must be configured based on either a fixed amount, or percentage of the original invoice amount....
When using an external search block (with `{{ grid_search(grid) }}`), and using the javascript blocks (`{{ grid(grid, 'APYDataGridBundle::blocks_js.jquery.html.twig') }}`), when searching on a field and the content is refreshed, the...
This fixes #277 There are a few different aspects to this PR: * This includes the changes in #302 * Add support to define the provider per entity This is...
Closes #411
Thank you for taking the time to work on a PR for Awesome-Selfhosted! To ensure your PR is dealt with swiftly please check the following: - [x] Submit one item...
This allows to import mock classes when using the `Phake\Mock` attribute ```php use Some\Awesome\CoolInterface; class Foo { #[\Phake\Mock(CoolInterface::class)] private $mockProperty; } ``` This builds on top of #318 to have...