Jan Böhmer
|
3247a97217
|
Removed "All" page length option for log tables, as this easily causes an out of memory situation on the server
You can easily have thousands of log entries, making it impossible to view them all at once.
This fixes #835
|
2025-02-01 23:44:07 +01:00 |
|
Jan Böhmer
|
01fc6524a4
|
Added a aggregate function for storelocation sorting to avoid exceptions on Postgres
Actually this was not good on other DB types too, but they just ignored the problems.
This fixes issue #734
|
2024-11-04 23:46:45 +01:00 |
|
Jan Böhmer
|
20f32c7f12
|
Applied rector suggestions
|
2024-06-22 00:31:43 +02:00 |
|
Jan Böhmer
|
b4d8d31c2d
|
partUnit column in part datatable now shows the correct data
This fixes issue #630
|
2024-06-19 23:28:53 +02:00 |
|
Jan Böhmer
|
3f471d0c73
|
Natsort MPN column in part datatables
|
2024-06-18 22:34:29 +02:00 |
|
Jan Böhmer
|
4a706ab707
|
Do not natsort description fields as these can become very long
|
2024-06-18 22:34:13 +02:00 |
|
Jan Böhmer
|
9db822eabd
|
Use natural sorting for string datatables columns when using postgres
The natural sorting solution is quite portable, so this should be possible for other database types too later
|
2024-06-17 21:38:16 +02:00 |
|
Jan Böhmer
|
6d1553e8d8
|
Fixed problem with datatable column sorting on postgresql
|
2024-06-16 22:52:15 +02:00 |
|
Jan Böhmer
|
c58ff5861d
|
Replaced the non standard IFNULL function which postgres does not know with the COALSCE function
|
2024-06-13 23:01:53 +02:00 |
|
Jan Böhmer
|
d49bb1f4b5
|
Removed unused import statements
|
2024-03-03 20:34:36 +01:00 |
|
Jan Böhmer
|
42e604245c
|
Fixed some inspection issues
|
2024-03-03 19:57:31 +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
|
934acca934
|
Added an column to part table view to show which projects a part uses.
Fixes issue #516
|
2024-03-02 18:48:31 +01:00 |
|
Jan Böhmer
|
a72a61091a
|
Only add the amountSum select for part tables if it is really required
|
2024-02-29 23:35:05 +01:00 |
|
Jan Böhmer
|
c635637c00
|
Fixed problem that tables could not be sorted by manufacturers, categories, etc.
|
2024-02-29 23:13:17 +01:00 |
|
Jan Böhmer
|
2e5b2c8b7d
|
Removed amountSum subquery from the detail query, as its result is not used anywhere
|
2024-02-25 01:46:35 +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
|
b176cb1ae1
|
Use a much faster query to retrieve the total number of rows in datatables
This should increase performance on part tables
|
2024-02-25 00:58:26 +01:00 |
|
Jan Böhmer
|
83ad99215f
|
Added optional "stocked amount" and storage locations columns for the BOM list
This fixes issue #429
|
2023-11-19 22:13:25 +01:00 |
|
Jan Böhmer
|
1becde537b
|
Fixed test issues
|
2023-10-08 21:54:51 +02:00 |
|
Jan Böhmer
|
3c5a96ba5c
|
Merge branch 'part-table-columns-config'
|
2023-10-08 21:50:43 +02:00 |
|
Jan Böhmer
|
470df57f58
|
Removed useless permissions checks, as the permissions are now always granted automatically, if the user has read access to parts
|
2023-10-08 21:36:05 +02:00 |
|
Jan Böhmer
|
185c88fa3e
|
Removed now useless visibility options from PartsDataTable
The visibility is now configured by the env variable, so this is useless.
|
2023-10-08 21:32:57 +02:00 |
|
Jan Böhmer
|
79262972aa
|
Renamed config env to TABLE_PARTS_DEFAULT_COLUMNS and updated documentation
|
2023-10-08 21:28:37 +02:00 |
|
Jan Böhmer
|
1369091b90
|
Moved column sorting and visibility logic to its own (non-shared) helper service
|
2023-10-08 21:07:22 +02:00 |
|
Jan Böhmer
|
1b276c5eae
|
Fixed typo in name of TwoStepORMAdapter
|
2023-10-06 13:08:46 +02:00 |
|
misaz
|
0753b7137f
|
fixed tab/spaces in PartsDataTable
|
2023-10-04 21:30:04 +02:00 |
|
misaz
|
9d54001f89
|
added support for configuring columns in part table which are enabled by default as well as their order.
|
2023-10-04 21:14:57 +02:00 |
|
Jan Böhmer
|
0af5a58dbe
|
Renamed Storelocation entity to StorageLocation
|
2023-09-04 22:57:40 +02:00 |
|
Jan Böhmer
|
62b1e33616
|
Fixed field ordering on SQLite
|
2023-07-29 16:42:27 +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
|
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
|
9e3cb4d694
|
Use enum for manufacturing status
|
2023-07-08 23:49:47 +02:00 |
|
Jan Böhmer
|
b941b97eee
|
Show full paths of elements on hover in part tables
Related to discussion #312
|
2023-07-08 19:02:43 +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
|
334d81db08
|
Mark that amount is unknown in part tables and info page
Fixes issue #282
|
2023-04-29 22:33:46 +02:00 |
|
Jan Böhmer
|
e8ec536a5a
|
Allow to order by storelocation column
Related to discussion #269
|
2023-04-23 23:38:59 +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
|
5330476dbe
|
Highlight amount sum in part tables and part info page, when amount is less than minAmount
|
2023-04-03 23:15:29 +02:00 |
|
Jan Böhmer
|
c27b02512f
|
Fixed problem with part tables that the wrong number of parts (and therefore pages) were displayed.
This hopefully does not break anything else.
|
2023-03-05 00:57:01 +01:00 |
|
Jan Böhmer
|
83cd91f1d1
|
Fixed potential XSS injection vectors in datatables columns
|
2023-02-26 01:23:36 +01:00 |
|
Jan Böhmer
|
d5b1c6be0a
|
Added simple info page for projects
|
2022-12-18 21:58:21 +01:00 |
|
Jan Böhmer
|
8ae4e9fe05
|
Fixed some inspection issues
|
2022-12-18 19:45:04 +01:00 |
|
Jan Böhmer
|
a4eae19a1f
|
Improved organisation of Services
|
2022-12-18 17:28:42 +01:00 |
|
Jan Böhmer
|
1135bfcbef
|
Color a part row if the part is favorite or needs review.
|
2022-12-17 01:19:52 +01:00 |
|
Jan Böhmer
|
b1d359f538
|
Added internal part number field to parts
|
2022-12-04 02:28:47 +01:00 |
|
Jan Böhmer
|
68462185ba
|
Removed old GPLv2 copyright header
|
2022-11-29 22:28:53 +01:00 |
|