Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing field "manufacturer" on product/services #27236

Open
lmag opened this issue Dec 28, 2023 · 4 comments
Open

Missing field "manufacturer" on product/services #27236

lmag opened this issue Dec 28, 2023 · 4 comments
Assignees
Labels
Feature request This is a feature request Volunteer wanted (reserved tag) External developers are welcome to work on this.

Comments

@lmag
Copy link
Member

lmag commented Dec 28, 2023

Feature Request

Missing manufacturer on product

Use case

Missing manufacturer on product to know norme, type of fabrication, etc...
Sample an scaffolding should be manufacturer by
-Thirdparty 1
-Thirdparty 2
and sell by
-Thirdparty 3
On certain products we can have the name of the manufacturer for traceability

Suggested implementation

Add table for link product/service to manufacturer
Add tab
Add norme, label, etc... for manufacer between date start and date end

Suggested steps

No response

@lmag lmag added the Feature request This is a feature request label Dec 28, 2023
@lmag lmag assigned FHenry and lmag Dec 28, 2023
@FHenry
Copy link
Member

FHenry commented Dec 28, 2023

Table schema suggested
new Dictionnary of Relation type between product/service and thridparty

rowid
code
label
active

new Relation Table

rowid
fk_product : required
fk_soc : required
fk_relationtype : required
date_start
date_end

Sample data can be
Product 1 is Manufacture by Soc1 from 01/01/2021 to 31/12/2022
Product 1 is certified ISO9011 by Soc1 from 01/01/2021 to 31/12/2021
Product 1 is Selling by Soc2 from 01/01/2022 to 31/12/2023

On Product or service list (or other dedicated list) it should be possible to filter by Relation type , date range start, date range end, Thirdparty

@lmag
Copy link
Member Author

lmag commented Dec 28, 2023

@eldy any advice ?

@lmag lmag added the Volunteer wanted (reserved tag) External developers are welcome to work on this. label Dec 28, 2023
@eldy
Copy link
Member

eldy commented Dec 28, 2023

Looks good to me.
Can you update the migration 19 to 20 instead of 18 to 19 ?

@FHenry
Copy link
Member

FHenry commented Jul 25, 2024

Work in progress
https://github.com/FHenry/dolibarr/tree/dev_UI_product_thirdparty
IF anyone want to contribute, feel free

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request This is a feature request Volunteer wanted (reserved tag) External developers are welcome to work on this.
Projects
None yet
Development

No branches or pull requests

3 participants