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.27k stars 2.73k forks source link

Add a PDF option to show the serial codes of products (just under the ref) #26817

Open finalbeta opened 10 months ago

finalbeta commented 10 months ago

Feature Request

Extend serial number support in Dolibarr to invoices.

At first this is what I though this https://github.com/Dolibarr/dolibarr/issues/25600 issue was about. The one linked is for barcodes, this is for serial numbers.

Use case

When reselling products, you are required by law to provide a warranty. The invoice serves as proof for the customer that the product is covered by the warranty. Consequently, we currently manually track serial numbers and include them on invoices.

Suggested implementation

When accepting products into stock. Serial numbers can be asked. When shipping products, you ship specific serial numbers. When processing orders to invoices (or shipping to invoices), the serial numbers should be visible on invoices.

Suggested steps

No response

JonBendtsen commented 10 months ago

What if you create a Complementary attribute on invoices? I don't use serial numbers, but I do have complementary fields on proposals, orders and invoices, both on those but also on their respective lines.

If you then set the "On PDF" visibility, I wonder if it would be shown as a product line on the invoice?

finalbeta commented 6 months ago

Knowning how that feature works, I don't see this happening that way. This will need to be baked in.