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
|
8338c0f2d6
|
Fix exception with AmountFormatter if Si prefix were enabled and no unit symbol were set.
Also this case is now prevented by Validator (as it is not very useful). Fixes issue #171.
|
2022-09-17 17:58:01 +02:00 |
|
Jan Böhmer
|
b0d29eaeaf
|
Dont change the original collection when calling getOrderdetails with $hide_obsolete = true
This caused the orderdetails tab to be hidden on part info, when the orderdetail was obsolete
|
2022-09-08 00:35:39 +02:00 |
|
Jan Böhmer
|
8e6bc25d2e
|
Fixed some inspection issues.
|
2022-08-14 19:39:07 +02:00 |
|
Jan Böhmer
|
639829f5c5
|
Fixed some inspection issues.
|
2022-08-14 19:32:53 +02:00 |
|
Jan Böhmer
|
61bd0bd15c
|
Fixed more PHPstan warnings.
|
2022-03-04 18:37:42 +01:00 |
|
Jan Böhmer
|
15a31433e1
|
Fixed PHPstan warnings.
|
2022-03-04 13:22:40 +01: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
|
08267b88b0
|
Use BigDecimal object type for Supplier shipping costs, instead of bcmath string.
|
2020-05-18 22:07:09 +02:00 |
|
Jan Böhmer
|
be47680b60
|
Show error, if null category is assigned to part.
Fixes issue #42.
|
2020-05-17 21:14:01 +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
|
a3af55d4e2
|
Clone parameters if part is cloned.
Fixed issue #46
|
2020-05-13 21:08:09 +02:00 |
|
Jan Böhmer
|
ae75e6844f
|
Fixed coding style.
|
2020-04-10 13:05:08 +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
|
f0a3e9b5af
|
Reindex the collections in CollectionType to prevent issues related of changing the order between the requests.
|
2020-04-01 15:10:06 +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
|
cb0aa7bc7a
|
Fixed some psalm issues.
|
2020-03-29 23:13:25 +02:00 |
|
Jan Böhmer
|
3671c94844
|
Fixed code style.
|
2020-03-29 22:16:06 +02:00 |
|
Jan Böhmer
|
ea302ded91
|
Fixed PHPstan issues.
|
2020-03-29 15:59:00 +02:00 |
|
Jan Böhmer
|
88580aad79
|
Dont log that shipping costs or price has been changed when just saving a part.
Fixes issue #26
|
2020-03-28 19:30:57 +01: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
|
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
|
a6e0f1738b
|
Added a basic possibility to create/edit/delete specifications for parts.
|
2020-03-08 22:46:29 +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
|
181e0f72ed
|
Fixed entity export.
|
2020-02-23 19:45:06 +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
|
da72f5b3ec
|
Fixed PHPstan issues for level 5.
|
2020-02-01 19:42:28 +01:00 |
|
Jan Böhmer
|
dd1f806c4e
|
Fixed some issues detected by PHPstan.
|
2020-02-01 17:00:03 +01:00 |
|
Jan Böhmer
|
f2ff77a8b3
|
Fixed coding style.
|
2020-02-01 16:17:20 +01:00 |
|
Jan Böhmer
|
388e847b17
|
Applied symplify rules to codebase.
|
2020-01-05 22:49:00 +01:00 |
|
Jan Böhmer
|
2f20d90041
|
Fixed code to be analysable by Symplfiy Code style set.
|
2020-01-05 22:32:19 +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
|
1aed1d1d26
|
Fixed some inspection issues.
|
2020-01-04 20:14:42 +01:00 |
|
Jan Böhmer
|
e16ae9390f
|
Fixed tests.
|
2020-01-01 17:13:04 +01:00 |
|
Jan Böhmer
|
2fa0963374
|
Prepared DB and models for Two Factor authentication
|
2019-12-14 16:35:19 +01:00 |
|
Jan Böhmer
|
b0fd346369
|
Use the right permission for minamount part field.
|
2019-11-15 19:02:11 +01:00 |
|