From fa4a0445820817a51bc4b49ed89def31809756f2 Mon Sep 17 00:00:00 2001 From: Marcel Diegelmann Date: Thu, 20 Mar 2025 10:02:30 +0100 Subject: [PATCH] =?UTF-8?q?configuration.md:=20Info=20f=C3=BCr=20Default-S?= =?UTF-8?q?ortierung=20zu=20Assemblies=20einf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index d4b21781..efa3efd3 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -137,6 +137,10 @@ bundled with Part-DB. Set `DATABASE_MYSQL_SSL_VERIFY_CERT` if you want to accept time). Also specify the default order of the columns. This is a comma separated list of column names. Available columns are: `name`, `id`, `ipn`, `description`, `category`, `footprint`, `manufacturer`, `storage_location`, `amount`, `minamount`, `partUnit`, `addedDate`, `lastModified`, `needs_review`, `favorite`, `manufacturing_status`, `manufacturer_product_number`, `mass`, `tags`, `attachments`, `edit`. +* `TABLE_ASSEMBLIES_DEFAULT_COLUMNS`: The columns in assemblies tables, which are visible by default (when loading table for first + time). + Also specify the default order of the columns. This is a comma separated list of column names. Available columns + are: `name`, `id`, `quantity`, `ipn`, `description`, `category`, `footprint`, `manufacturer`, `mountnames`, `instockAmount`, `storageLocations`, `addedDate`, `lastModified`. ### History/Eventlog-related settings