Jan Böhmer
|
8f631cae63
|
Split up NumberConstraint and DateTimeConstraint for better type enforcement
|
2024-06-22 18:53:26 +02:00 |
|
Jan Böhmer
|
d7a7e22e5a
|
Fixed lessThanDesired Constraint for postgresql
|
2024-06-17 21:16:46 +02:00 |
|
Jan Böhmer
|
d3dcefb645
|
Fixed total amount and less than desired filter on postgresql
|
2024-06-16 23:26:57 +02:00 |
|
Jan Böhmer
|
6e9b337b49
|
Fixed regex function for postgres
|
2024-06-13 23:18:25 +02:00 |
|
Jan Böhmer
|
d49bb1f4b5
|
Removed unused import statements
|
2024-03-03 20:34:36 +01:00 |
|
Jan Böhmer
|
87533b6031
|
Fixed further inspection issues
|
2024-03-03 20:33:24 +01:00 |
|
Jan Böhmer
|
fad8f26eaa
|
Added additional projects related filters to part table views
|
2024-03-02 19:18:55 +01:00 |
|
Jan Böhmer
|
04d1e84596
|
Added a filter to filter for parts which are used in a specific project
Related to issue #516
|
2024-03-02 19:00:30 +01:00 |
|
Jan Böhmer
|
fbd095ab50
|
Only add the joins to the parts table filter query if they are really required
This should improve the performance of the queries slightly
|
2024-02-25 01:40:25 +01:00 |
|
Jan Böhmer
|
0af5a58dbe
|
Renamed Storelocation entity to StorageLocation
|
2023-09-04 22:57:40 +02:00 |
|
Jan Böhmer
|
4c4501073c
|
Use a two step approach to retrieve part tables
This allows us to combine the fast filtering with the fetch joins, which should speed up the datatables a lot.
|
2023-07-23 21:48:38 +02:00 |
|
Jan Böhmer
|
218b0adb8f
|
Only enable Choice and InstanceOfConstraints if a value is provided
|
2023-06-18 21:20:07 +02:00 |
|
Jan Böhmer
|
4a644d8712
|
Replaced filter classes getters with public readonly properties to improve DX
|
2023-06-18 16:41:00 +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
|
2f46fbfc7a
|
Added stricter phpstan checks
|
2023-06-14 23:14:49 +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
|
e5a14557a2
|
Fixed strict typing errors
|
2023-06-11 19:05:27 +02:00 |
|
Jan Böhmer
|
6a2ff9d153
|
Added declare strict types to all files
|
2023-06-11 18:59:07 +02:00 |
|
Jan Böhmer
|
5629215ce4
|
Use imports instead of FQNs
|
2023-06-11 15:00:28 +02:00 |
|
Jan Böhmer
|
f63b6d7207
|
Fixed service wiring configuration
|
2023-06-11 14:50:47 +02:00 |
|
Jan Böhmer
|
7ee01d9a05
|
Applied rector with PHP8.1 migration rules
|
2023-06-11 14:17:19 +02:00 |
|
Jan Böhmer
|
13193c9368
|
Fixed issue that searching in part notes were not possible
This fixes issue #288
|
2023-05-07 01:05:12 +02:00 |
|
Jan Böhmer
|
1eb9c38aee
|
Fixed problem that MPN was not used as search field
Fixes issue #277 and #276
|
2023-04-22 23:26:48 +02:00 |
|
Jan Böhmer
|
d04d743520
|
Fixed typos
|
2023-04-15 23:14:53 +02:00 |
|
Jan Böhmer
|
63df16a369
|
Removed unused imports
|
2023-04-15 22:27:19 +02:00 |
|
Jan Böhmer
|
29d1d49aca
|
Fixed some more inspection issues
|
2023-04-15 22:05:29 +02:00 |
|
Jan Böhmer
|
de96aae9a5
|
Fixed inspection issues
|
2023-04-15 21:49:19 +02:00 |
|
Jan Böhmer
|
d32e902d17
|
Allow to filter by the lot owner
|
2023-04-08 00:44:34 +02:00 |
|
Jan Böhmer
|
f91b719542
|
Added a filter constraint for parts where instock is "less than desired"
Fixes issue #257
|
2023-04-08 00:35:31 +02:00 |
|
Jan Böhmer
|
222e76ce47
|
Added option to search in internal part number (enabled by default)
This should fix issue #232
|
2023-03-04 23:37:38 +01:00 |
|
Jan Böhmer
|
2d85734703
|
Use having clause for part amountSum filter constraint
This fixes issue #218
|
2023-02-19 21:45:38 +01:00 |
|
Jan Böhmer
|
8ae4e9fe05
|
Fixed some inspection issues
|
2022-12-18 19:45:04 +01:00 |
|
Jan Böhmer
|
6d966ce516
|
Allow to filter by IPN
|
2022-12-04 02:40:37 +01:00 |
|
Jan Böhmer
|
498cc07583
|
Added copyright/license info to files
|
2022-11-29 21:21:26 +01:00 |
|
Jan Böhmer
|
51e05a8669
|
Use typed properties
|
2022-09-18 22:59:31 +02:00 |
|
Jan Böhmer
|
ffa804404c
|
Set compund filter accessible for reflection to fix errors on PHP < 8.1
|
2022-09-11 19:18:20 +02:00 |
|
Jan Böhmer
|
0d0a04c36f
|
Fixed static analysis issues.
|
2022-09-11 19:14:16 +02:00 |
|
Jan Böhmer
|
c7f5c23374
|
Implement a filter for Log Table (part 1)
|
2022-09-11 18:45:31 +02:00 |
|
Jan Böhmer
|
017b0f717e
|
Added filter possibility to attachment list
|
2022-09-11 02:00:22 +02:00 |
|
Jan Böhmer
|
e96db21ceb
|
Added possibility to apply filters to search results.
|
2022-09-10 00:08:59 +02:00 |
|
Jan Böhmer
|
c3f144447f
|
Implement searching logic using the new filter system and improved searching logic
This should also fix issue #169 as ordernr is now really searched. Also support for searching in MPN was added.
|
2022-09-09 23:33:49 +02:00 |
|
Jan Böhmer
|
28c09eb51d
|
Added some more filter possibilities.
|
2022-09-08 00:31:18 +02:00 |
|
Jan Böhmer
|
dd400ae70c
|
Allow to filter parameters by their (numeric) value
|
2022-09-08 00:04:53 +02:00 |
|
Jan Böhmer
|
bc0365fe16
|
Allow to filter parameters based on their text value
|
2022-09-07 21:43:01 +02:00 |
|
Jan Böhmer
|
9ed953d1b2
|
Implemented the basics for a parametric search
|
2022-09-06 00:25:02 +02:00 |
|
Jan Böhmer
|
8f94a58c71
|
Allow to order and filter by the amount sum of parts.
|
2022-09-04 03:37:54 +02:00 |
|
Jan Böhmer
|
ec5e956e31
|
Added filter constraint for manufacturing status.
|
2022-09-04 00:45:10 +02:00 |
|
Jan Böhmer
|
7b3538a2c7
|
Added filters for attachment types and attachment names of parts.
|
2022-09-01 00:34:41 +02:00 |
|