Jan Böhmer
|
20f32c7f12
|
Applied rector suggestions
|
2024-06-22 00:31:43 +02:00 |
|
Jan Böhmer
|
7ad2fab53d
|
Fixed exception related that Datetimeimmutables were used were doctrine expected mutable ones
this prevented the saving of parts from info providers
|
2024-06-13 23:41:35 +02:00 |
|
Jan Böhmer
|
42e604245c
|
Fixed some inspection issues
|
2024-03-03 19:57:31 +01:00 |
|
Jan Böhmer
|
7ae0fad356
|
Allow to create attachments and parameters via PATCH operations on their owning elemens as direct POST operations are not possible yet
This partly fixes issue #502
|
2024-01-28 19:50:59 +01:00 |
|
Jan Böhmer
|
717a9fb0a3
|
Fixed API Platform deprecations
|
2023-10-25 20:40:41 +02:00 |
|
Jan Böhmer
|
64c38042a0
|
Added missing lastModified and creationDate fields to API response
|
2023-10-04 00:08:10 +02: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
|
e04b635c98
|
Added API endpoints for more data structures
|
2023-09-03 17:15:18 +02:00 |
|
Jan Böhmer
|
2e8cb35acc
|
Use ManyToOne instead of OneToOne for master_picture_attachment like before
|
2023-07-20 21:54:13 +02:00 |
|
Jan Böhmer
|
2ddfe48aba
|
Do the doctrine definitions of the master preview attachment in the sub classes
This makes lazy fetching works and saves some db queries.
|
2023-07-19 22:49:40 +02:00 |
|
Jan Böhmer
|
0cb46039dd
|
Allow to retrieve price and shopping informations from info providers
|
2023-07-14 00:09:22 +02:00 |
|
Jan Böhmer
|
e7a1b33ae6
|
Allow to set the exchange rate of a currency to null (not existing) after it was set once
|
2023-07-03 22:15:58 +02:00 |
|
Jan Böhmer
|
2d5f23271f
|
Force that an currency has an iso currency code
Otherwise it will crash a lot of formatter code (and a currency which is not existing is not really useful)
|
2023-07-03 22:11:12 +02:00 |
|
Jan Böhmer
|
19530a9102
|
Fixed some PHPStan level 5 issues
|
2023-06-13 20:24:54 +02:00 |
|
Jan Böhmer
|
fc3290271c
|
Started to increase the phpstan level
|
2023-06-13 10:36:34 +02:00 |
|
Jan Böhmer
|
930adaf439
|
Moved custom validators from annotations to attributes
|
2023-06-11 19:32:15 +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
|
0bc4699cdc
|
Started to move doctrine annotations to attributes (rector automated)
|
2023-05-28 01:33:45 +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
|
13209c3236
|
Improved typing of properties
|
2023-04-15 22:25:03 +02:00 |
|
Jan Böhmer
|
29d1d49aca
|
Fixed some more inspection issues
|
2023-04-15 22:05:29 +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
|
ba5ae35809
|
Fixed some inspection issues
|
2023-02-05 03:01:25 +01:00 |
|
Jan Böhmer
|
68462185ba
|
Removed old GPLv2 copyright header
|
2022-11-29 22:28:53 +01:00 |
|
Jan Böhmer
|
ccc99eba0c
|
Add database indices to improve performance (SQLITE)
|
2022-09-25 18:48:16 +02:00 |
|
Jan Böhmer
|
ed91ffc60a
|
Add database indices to improve performance
|
2022-09-25 18:33:13 +02:00 |
|
Jan Böhmer
|
c2c768b151
|
Fixed some exceptions introduced earlier.
|
2022-09-21 12:31:32 +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
|
c60f27ef86
|
Fixed wrongly detected changes of prices caused by not identical objects.
|
2020-05-20 22:45:41 +02:00 |
|
Jan Böhmer
|
db4d7dc5fc
|
Use BigDecimal for Currency exchange rate.
|
2020-05-20 20:57:16 +02:00 |
|
Jan Böhmer
|
8951940be1
|
Show messages, when an element can not be deleted.
Fixes issue #43.
|
2020-05-17 21:52:47 +02:00 |
|
Jan Böhmer
|
8b6fe757a0
|
Removed unnecessary getIDString() function in AbstractDBElement.
|
2020-05-13 21:19:23 +02:00 |
|
Jan Böhmer
|
a4ee46fed4
|
Dont order collections by attachment_type or supplier as this causes an exception on table views.
|
2020-04-01 17:00:50 +02:00 |
|
Jan Böhmer
|
63ca177699
|
Order data structrues in select pickers alphabetically by their names.
|
2020-04-01 16:43:42 +02:00 |
|
Jan Böhmer
|
a4802e290f
|
Order attachments and part lots by a reasonable parameter.
|
2020-04-01 15:37:06 +02:00 |
|
Jan Böhmer
|
cb0aa7bc7a
|
Fixed some psalm issues.
|
2020-03-29 23:13:25 +02:00 |
|
Jan Böhmer
|
ea302ded91
|
Fixed PHPstan issues.
|
2020-03-29 15:59:00 +02:00 |
|
Jan Böhmer
|
2899db0206
|
Allow to put parameters in different groups.
|
2020-03-24 15:08:56 +01:00 |
|
Jan Böhmer
|
fd61c8d9e2
|
Fixed coding style.
|
2020-03-15 13:56:31 +01:00 |
|
Jan Böhmer
|
719e21c0df
|
Save element parameters in its own database table (dont use JSON)
This makes it easier to query for specific parameters.
|
2020-03-11 21:48:47 +01: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
|
6ddc937ec5
|
Fixed some inspection issues.
|
2019-11-10 14:00:56 +01:00 |
|