pluginsGLPI / order

Order plugin for GLPI
GNU General Public License v3.0
39 stars 44 forks source link

Dealing with orders that contain multiple owners #71

Open driket opened 7 years ago

driket commented 7 years ago

Context

Most of the time, there are different assets owners within a single order. Thus, the delivery operator needs to keep track of the items ownerships.

Extra features development

2 years ago, I’ve modified the plugin to include 3 extra fields for each item in an order :

screen_shot_2016-10-10_at_10_51_25

Feedback

Pros:

Cons:

While this local modification has been appreciated in-house, I would like to know:

To just add one “Comment” field (string) for order items.

screen_shot_2016-10-10_at_16_37_44

Pros:

Cons:


Regards,

Cédric.

wawax commented 7 years ago

Hi driket,

Thanks a lot for your proposal. Please open a pull request. We'd review it and test it, that's for me the best solution.

Regards