Jan Böhmer
|
33a0981981
|
Added possibility to ignore the checks of withdraw amount when building projects
This fixes #349
|
2023-08-20 23:23:18 +02:00 |
|
Jan Böhmer
|
a47f0ccc12
|
Fixed phpstan issue
|
2023-07-03 00:38:14 +02:00 |
|
Jan Böhmer
|
2ebb4fef4c
|
Added some tests to constraint validators
|
2023-07-02 23:59:06 +02:00 |
|
Jan Böhmer
|
e72b120c12
|
Use new UniqueObjectCollection constraint to ensure that BOM entries does not contain duplicate items
|
2023-07-02 20:49:10 +02:00 |
|
Jan Böhmer
|
e8771ea118
|
Fixed some more phpstan issues
|
2023-06-18 00:00:58 +02:00 |
|
Jan Böhmer
|
485b35fbd4
|
Fixed static analysis issues
|
2023-06-11 23:16:07 +02:00 |
|
Jan Böhmer
|
3d7cf8f7f3
|
Removed remaining annotations
|
2023-06-11 19:42:02 +02:00 |
|
Jan Böhmer
|
930adaf439
|
Moved custom validators from annotations to attributes
|
2023-06-11 19:32:15 +02:00 |
|
Jan Böhmer
|
6a2ff9d153
|
Added declare strict types to all files
|
2023-06-11 18:59:07 +02:00 |
|
Jan Böhmer
|
e57d6e508a
|
Fixed some serializer deprecations
|
2023-06-11 18:12:22 +02:00 |
|
Jan Böhmer
|
219b57a362
|
Fixed some deprecations
|
2023-06-11 17:38:08 +02:00 |
|
Jan Böhmer
|
5629215ce4
|
Use imports instead of FQNs
|
2023-06-11 15:00:28 +02:00 |
|
Jan Böhmer
|
7ee01d9a05
|
Applied rector with PHP8.1 migration rules
|
2023-06-11 14:17:19 +02:00 |
|
Jan Böhmer
|
a43af180a7
|
Applied rector rules up to symfony 6.2
|
2023-05-28 01:21:05 +02:00 |
|
Jan Böhmer
|
d04d743520
|
Fixed typos
|
2023-04-15 23:14:53 +02:00 |
|
Jan Böhmer
|
29d1d49aca
|
Fixed some more inspection issues
|
2023-04-15 22:05:29 +02:00 |
|
Jan Böhmer
|
3c3a03a179
|
Use new ValidTheme constraint on theme field.
The old choice constraint needed an const, which is not available anymore, as you can configure the themes via parameters
|
2023-02-01 23:50:54 +01:00 |
|
Jan Böhmer
|
1654010ea3
|
Started to work on the possibilty to create new entities directly from the part edit page.
This fixes issue #203.
|
2023-01-29 20:42:18 +01:00 |
|
Jan Böhmer
|
31a20d0692
|
Validate ProjectBuildRequest
|
2023-01-22 14:13:56 +01:00 |
|
Jan Böhmer
|
68462185ba
|
Removed old GPLv2 copyright header
|
2022-11-29 22:28:53 +01:00 |
|
Jan Böhmer
|
498cc07583
|
Added copyright/license info to files
|
2022-11-29 21:21:26 +01:00 |
|
Jan Böhmer
|
b0c027f805
|
Renamed PermissionResolver service to PermissionService
|
2022-11-14 20:15:06 +01:00 |
|
Jan Böhmer
|
a30b67e328
|
Allow to change all permissions at once via the console command.
|
2022-11-05 23:20:26 +01:00 |
|
Jan Böhmer
|
51e05a8669
|
Use typed properties
|
2022-09-18 22:59:31 +02:00 |
|
Jan Böhmer
|
639829f5c5
|
Fixed some inspection issues.
|
2022-08-14 19:32:53 +02:00 |
|
Jan Böhmer
|
5fd608f42a
|
Fixed some deprecations.
|
2022-08-14 19:09:07 +02:00 |
|
Jan Böhmer
|
600119276c
|
Use the newer scheb/2fa bundle instead of scheb/two_factor_bundle
Currently the U2F auth is broken, as there is no plugin supporting it in the new system
|
2022-08-13 23:33:05 +02:00 |
|
Jan Böhmer
|
61bd0bd15c
|
Fixed more PHPstan warnings.
|
2022-03-04 18:37:42 +01:00 |
|
Jan Böhmer
|
193ecd252b
|
Fixed some deprecations.
|
2021-10-02 20:41:14 +02:00 |
|
Jan Böhmer
|
e73a90a234
|
Fixed code style.
|
2020-08-21 22:44:38 +02:00 |
|
Jan Böhmer
|
e01b06fb85
|
Fixed some inspection issues.
|
2020-08-21 22:43:37 +02:00 |
|
Jan Böhmer
|
d0b1024d80
|
Fixed code style.
|
2020-08-21 21:36:22 +02:00 |
|
Jan Böhmer
|
92cc73774c
|
Added translations for PartLot Validation errors.
|
2020-06-13 22:29:32 +02:00 |
|
Jan Böhmer
|
50cca40f77
|
Fixed "Limit to existing parts" function.
Fixed issue #72.
|
2020-06-13 22:19:03 +02:00 |
|
Jan Böhmer
|
1b06203ca6
|
Fixed file extension validation for attachments.
This fixes issue #63.
|
2020-06-01 15:55:34 +02:00 |
|
Jan Böhmer
|
db4d7dc5fc
|
Use BigDecimal for Currency exchange rate.
|
2020-05-20 20:57:16 +02:00 |
|
Jan Böhmer
|
08267b88b0
|
Use BigDecimal object type for Supplier shipping costs, instead of bcmath string.
|
2020-05-18 22:07:09 +02:00 |
|
Jan Böhmer
|
4f70e9fe5a
|
Only retrieve parts, when partLot has already an ID.
Fixes issue #59.
|
2020-05-17 20:58:58 +02:00 |
|
Jan Böhmer
|
14adb77a97
|
Moved getParts() and getPartsCount() to a repository (instead of a class method).
|
2020-05-16 20:53:35 +02:00 |
|
Jan Böhmer
|
f5d685dfd4
|
Fixed coding style.
|
2020-05-10 21:39:31 +02:00 |
|
Jan Böhmer
|
e89cc4bb01
|
Allow to generate multiple labels at once (multiple pages in 1 PDF file).
|
2020-04-21 00:00:29 +02:00 |
|
Jan Böhmer
|
9e8771a4ee
|
Changed license to AGPL3+
|
2020-02-22 18:14:36 +01:00 |
|
Jan Böhmer
|
594c694ee0
|
Renamed the base DBElement classes to AbstractDBElement to comply with symfony recommendations.
|
2020-02-01 19:48:07 +01:00 |
|
Jan Böhmer
|
388e847b17
|
Applied symplify rules to codebase.
|
2020-01-05 22:49:00 +01:00 |
|
Jan Böhmer
|
f861de791f
|
Applied code style rules to src/
|
2020-01-05 15:46:58 +01:00 |
|
Jan Böhmer
|
9a7223a301
|
Fixed code style.
|
2020-01-04 20:24:09 +01:00 |
|
Jan Böhmer
|
5ee9d5ade0
|
Updated copyright headers.
|
2019-12-31 17:58:01 +01:00 |
|
Jan Böhmer
|
35b5640627
|
Added an basic form to add Google Authenticator.
|
2019-12-23 17:20:28 +01:00 |
|
Jan Böhmer
|
e557bdedd5
|
Added an PHP CS fixer config file and applied it to files.
We now use the same the same style as the symfony project, and it allows us to simply fix the style by executing php_cs_fixer fix in the project root.
|
2019-11-09 00:47:20 +01:00 |
|
Jan Böhmer
|
787e498586
|
Updated copyright headers.
|
2019-11-01 13:40:30 +01:00 |
|