Jan Böhmer
|
206bcebdb7
|
Forbid users to select dates after 2038 on 32-bit systems to prevent errors caused by Year2038 bug
See discussion #548 and #549
|
2024-03-09 00:11:00 +01:00 |
|
Jan Böhmer
|
dc7c13479c
|
Add proper length constraint validations to all string mapped ORM fields, so they show a nice validation error, instead of a 500 error
Fixes issue #544
|
2024-03-06 19:46:11 +01:00 |
|
Jan Böhmer
|
87533b6031
|
Fixed further inspection issues
|
2024-03-03 20:33:24 +01:00 |
|
Jan Böhmer
|
42e604245c
|
Fixed some inspection issues
|
2024-03-03 19:57:31 +01:00 |
|
Jan Böhmer
|
aab1dcf8e6
|
Fixed APIPlatform test issues which were introduced with the upgrade to api platform core v3.2.6
|
2023-11-25 01:17:35 +01:00 |
|
Jan Böhmer
|
96a771e7ac
|
Allow to edit the vendor_barcode field of a PartLot
|
2023-11-17 23:05:47 +01:00 |
|
Jan Böhmer
|
b7cfdebad5
|
Added data field for vendor PartLot barcodes
|
2023-11-12 22:06:05 +01:00 |
|
Jan Böhmer
|
3df47ed748
|
Added filters to various endpoints to allow searching for parts
|
2023-10-03 16:29:04 +02:00 |
|
Jan Böhmer
|
59f62d4a4c
|
Show lots, order and pricedetails in part response
|
2023-09-18 21:31:55 +02:00 |
|
Jan Böhmer
|
f01ec9dbe4
|
Improved documentation of entity fields
|
2023-09-17 12:50:32 +02:00 |
|
Jan Böhmer
|
0af5a58dbe
|
Renamed Storelocation entity to StorageLocation
|
2023-09-04 22:57:40 +02:00 |
|
Jan Böhmer
|
09acca950d
|
Added simple endpoint for basic part infos and partlots
|
2023-09-03 23:58:09 +02:00 |
|
Jan Böhmer
|
d59b8817c3
|
Do not use fetch join, as even with the N+1 problem the queries are faster than with the very complex and slow expressions needed for the fetch Join pagination
|
2023-07-22 23:51:06 +02:00 |
|
Jan Böhmer
|
b7c8ca2a48
|
Improved typing and phpdoc type annotations
|
2023-06-18 15:37:42 +02:00 |
|
Jan Böhmer
|
e8771ea118
|
Fixed some more phpstan issues
|
2023-06-18 00:00:58 +02:00 |
|
Jan Böhmer
|
19530a9102
|
Fixed some PHPStan level 5 issues
|
2023-06-13 20:24:54 +02:00 |
|
Jan Böhmer
|
930adaf439
|
Moved custom validators from annotations to attributes
|
2023-06-11 19:32:15 +02:00 |
|
Jan Böhmer
|
684334ba22
|
Improved code style of tests
|
2023-06-11 15:02:59 +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
|
0837f84a43
|
Migrated doctrine annotations to attributes
|
2023-05-28 01:51:13 +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
|
bcda71cb25
|
Ensure that the a lot / storage location owner is not the anonymous user
|
2023-04-08 00:50:42 +02:00 |
|
Jan Böhmer
|
9244fe5944
|
Fixed internal server error, when using owner placeholder on stored label profile
|
2023-04-03 22:23:53 +02:00 |
|
Jan Böhmer
|
1acceae81e
|
Enforece that part lot owner matches storage location owner, if option is selected
|
2023-04-02 23:58:15 +02:00 |
|
Jan Böhmer
|
047c82791b
|
Added basic fields and migration for MySQL
|
2023-04-02 19:10:36 +02:00 |
|
Jan Böhmer
|
820be46ed3
|
Make more fiields importable
|
2023-03-13 00:52:22 +01:00 |
|
Jan Böhmer
|
2c67586873
|
Improved serialized fields
|
2023-03-12 01:12:35 +01:00 |
|
Jan Böhmer
|
8ae4e9fe05
|
Fixed some inspection issues
|
2022-12-18 19:45:04 +01:00 |
|
Jan Böhmer
|
68462185ba
|
Removed old GPLv2 copyright header
|
2022-11-29 22:28:53 +01:00 |
|
Jan Böhmer
|
ed91ffc60a
|
Add database indices to improve performance
|
2022-09-25 18:33:13 +02:00 |
|
Jan Böhmer
|
51e05a8669
|
Use typed properties
|
2022-09-18 22:59:31 +02:00 |
|
Jan Böhmer
|
8e6bc25d2e
|
Fixed some inspection issues.
|
2022-08-14 19:39:07 +02:00 |
|
Jan Böhmer
|
d0b1024d80
|
Fixed code style.
|
2020-08-21 21:36:22 +02:00 |
|
Jan Böhmer
|
34760a068c
|
Fixed doctrine mapping.
|
2020-05-17 20:49:43 +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
|
8b6fe757a0
|
Removed unnecessary getIDString() function in AbstractDBElement.
|
2020-05-13 21:19:23 +02:00 |
|
Jan Böhmer
|
ae75e6844f
|
Fixed coding style.
|
2020-04-10 13:05:08 +02:00 |
|
Jan Böhmer
|
25a4f804d7
|
Allow to leave amount field empty when adding a new part lot.
|
2020-03-30 15:13:23 +02:00 |
|
Jan Böhmer
|
3671c94844
|
Fixed code style.
|
2020-03-29 22:16:06 +02:00 |
|
Jan Böhmer
|
7cf500279e
|
Show part lots and orderdetails with a name in target column if it exists.
|
2020-03-28 18:55:02 +01:00 |
|
Jan Böhmer
|
fd61c8d9e2
|
Fixed coding style.
|
2020-03-15 13:56:31 +01:00 |
|
Jan Böhmer
|
a3c626d0ab
|
Perform deep clone when cloning a part.
Fixes issue #25.
|
2020-03-08 18:56:00 +01:00 |
|
Jan Böhmer
|
fff1864a68
|
Merge branch 'master' into time_machine
|
2020-02-22 18:16:58 +01:00 |
|
Jan Böhmer
|
9e8771a4ee
|
Changed license to AGPL3+
|
2020-02-22 18:14:36 +01:00 |
|
Jan Böhmer
|
464a487a17
|
Added some simple time travel mechanism for part view.
In the moment it is not possible to show elements that were deleted.
|
2020-02-16 23:48:57 +01:00 |
|
Jan Böhmer
|
96d7e4c9f4
|
Fixed inspection issues.
|
2020-02-02 14:05: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
|
dd1f806c4e
|
Fixed some issues detected by PHPstan.
|
2020-02-01 17:00:03 +01:00 |
|