Rostislav Vítek
Rostislav Vítek
## Describe the bug The application allows us to choose the input price type (it can be set in the admnistration `admin/superadmin/pricing/`). However, when I start using `INPUT_PRICE_TYPE_WITHOUT_VAT` (typical for...
## Describe the bug At the moment, for the split packages, on the GitHub actions, we check phpstan for the framework package only (https://github.com/shopsys/shopsys/blob/14.0/packages/framework/.github/workflows/run-checks-tests.yaml#L29). We should do that for all...
### What is happening There are many long articles in our docs that deserve "Table of contents" at the beginning to improve readability and navigation in the given article (e.g....
### What is happening When I want to get a (short)description of a variant, I need to call the getter on its main variant. So when working on a project,...
### What is happening Imagine this scenario: - I have a main variant (eg. TV) that is listed in "TV, audio" category - There are two variants - 36" and...
### What is happening I am looking for an easy way how to make `ProductsType` readonly. The scenario is following - I am transferring product variants (and other product collections)...
### What is happening Upgrade instructions for https://github.com/shopsys/shopsys/pull/1704 tell me that I must stop using `FlashMessageSender`, and that I can use `FlashMessageTrait` instead. The trait is internally dependent on `ContainerInterface`...
### What is happening After https://github.com/shopsys/shopsys/pull/1828 was merged - I wanted to upgrade my application, and I found out there is no easy (nor documented) way how to extend an...
## Describe the expected outcome of your requested feature In administration, there are a few form types that allow adding an icon, icon title, or symbol after input. This is...
| Q | A | ------------- | --- |Description, reason for the PR| strictly typed code is always better :slightly_smiling_face: |New feature| No |[BC breaks](https://docs.shopsys.com/en/latest/contributing/backward-compatibility-promise/)| Yes |Fixes issues| ... |Have...