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.51k stars 2.8k forks source link

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

Open finalbeta opened 1 year ago

finalbeta commented 1 year 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 1 year 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 9 months ago

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

eldy commented 1 week ago

I try to summarize the request as a dev request: We need to have the detail of serial number found into the shipment propagated into the invoice when we generate the invoice from the shipment.