Pierre du Plessis

Results 85 issues of 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....

InvoiceBundle
feature

Add strict types

enhancement
BC Break

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...

Enhancement

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

enhancement
QuoteBundle
Feature Request

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...

addition
reviewers wanted

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...