Dolibarr / dolibarr

Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers.
https://www.dolibarr.org
GNU General Public License v3.0
5.48k stars 2.8k forks source link

Add option to hide only Volume (and keep weight) in shipping PDF #32030

Closed lemathou closed 19 hours ago

lemathou commented 1 day ago

Feature Request

Add an option (like SHIPPING_PDF_HIDE_VOLUME) to hide only Volume (and keep weight) in shipping PDF. At this moment, we have an option to hide only both weight and volume (and hide the whole column in product list).

Use case

Some people do not want to see the volume, this is sometimes useless, but the weigh is still important.

Suggested implementation

Use the presence of an option SHIPPING_PDF_HIDE_VOLUME in the PDF templates.

Suggested steps

Implement the use of the option in the PDF templates.