Part-DB-server/src
swdee be03d1f503
Some checks are pending
Build assets artifact / Build assets artifact (push) Waiting to run
Docker Image Build / build (linux/amd64, amd64, ubuntu-latest) (push) Waiting to run
Docker Image Build / build (linux/arm/v7, armv7, ubuntu-24.04-arm) (push) Waiting to run
Docker Image Build / build (linux/arm64, arm64, ubuntu-24.04-arm) (push) Waiting to run
Docker Image Build / merge (push) Blocked by required conditions
Docker Image Build (FrankenPHP) / build (linux/amd64, amd64, ubuntu-latest) (push) Waiting to run
Docker Image Build (FrankenPHP) / build (linux/arm/v7, armv7, ubuntu-24.04-arm) (push) Waiting to run
Docker Image Build (FrankenPHP) / build (linux/arm64, arm64, ubuntu-24.04-arm) (push) Waiting to run
Docker Image Build (FrankenPHP) / merge (push) Blocked by required conditions
Static analysis / Static analysis (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, mysql) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, mysql) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, mysql) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, mysql) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, postgres) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, postgres) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, postgres) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, postgres) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, sqlite) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, sqlite) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, sqlite) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, sqlite) (push) Waiting to run
Add CSV export for Project BOM tables (#1442)
* add Export AS CSV button to the Project BOM Entry tab

* added Export as CSV translation

* add service file for BOM exporter

* added controller for handling exporting project BOM data as CSV file

* added tests for Export as CSV controller and exporter code

* remove hierarchical paths from being exported in CSV to match datatable format

* Fixed message id

* Use stimulus functions to refer to stimulus controller

---------

Co-authored-by: Jan Böhmer <mail@jan-boehmer.de>
2026-07-27 21:40:51 +02:00
..
ApiPlatform Updated to API Platform 4 2025-08-04 23:32:42 +02:00
ApiResource Added API endpoint for generating labels (#1234) 2026-02-15 16:03:07 +01:00
Command Fixed phpstan issue 2026-06-07 22:49:41 +02:00
Configuration Added system to restrict permissions based on API token level 2023-08-28 21:20:59 +02:00
Controller Add CSV export for Project BOM tables (#1442) 2026-07-27 21:40:51 +02:00
DataFixtures Added custom part status (#1053) 2025-10-27 21:58:16 +01:00
DataTables Implement extensive search (#1406) 2026-07-27 18:42:32 +02:00
Doctrine Fixed phpstan issue 2026-06-25 12:09:06 +02:00
Entity Add mcp tools for projects 2026-07-25 21:30:41 +02:00
EntityListeners Do not remove associated Project BOM entries if part is deleted 2025-10-17 21:30:40 +02:00
EnvVarProcessors Allow that the DEFAULT_URI does not end with a slash 2025-12-04 23:31:42 +01:00
EventListener Replace hardcoded entity type names with synonym placeholders in English and German translations (#1128) 2025-12-07 14:09:22 +01:00
Events Write to event log, when a user gets impersonated 2023-07-08 23:07:06 +02:00
EventSubscriber Allow to enable/disable MCP endpoint 2026-05-31 22:47:53 +02:00
Exceptions Reworked info provider system to merge all provider metadata into a unified DTO 2026-07-26 13:55:27 +02:00
Form Reworked info provider system to merge all provider metadata into a unified DTO 2026-07-26 13:55:27 +02:00
Helpers Warn if ProjectBuild passed lot if null 2026-06-25 12:07:54 +02:00
Mcp/DTO Removed MCP Schema Factory decorator as fix was merge and the upstream version actually contained more fixes 2026-07-26 18:45:50 +02:00
Migration Fixed problems with container injection into migrations 2025-07-12 23:39:26 +02:00
Repository Removed useless setAccessible() calls 2026-06-25 10:54:13 +02:00
Security Allow to set stocktake date for part lots 2026-02-10 22:23:54 +01:00
Serializer Return full path and sort structures by full pathes in list tools 2026-07-25 21:03:05 +02:00
Services Add CSV export for Project BOM tables (#1442) 2026-07-27 21:40:51 +02:00
Settings Merge branch 'master' into mcp 2026-07-20 21:01:07 +02:00
State Reworked info provider system to merge all provider metadata into a unified DTO 2026-07-26 13:55:27 +02:00
Translation Do not output HTML chars in translations escaped in CDATA to ensure consistentcy with crowdin XMLs 2026-02-07 17:33:32 +01:00
Twig Reworked info provider system to merge all provider metadata into a unified DTO 2026-07-26 13:55:27 +02:00
Validator Ran rector 2026-02-14 23:33:40 +01:00
.preload.php Added copyright/license info to files 2022-11-29 21:21:26 +01:00
Kernel.php Added declare strict types to all files 2023-06-11 18:59:07 +02:00