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

Dealing with orders that contain multiple owners #71

Open
driket opened this issue Oct 10, 2016 · 1 comment
Open

Dealing with orders that contain multiple owners #71

driket opened this issue Oct 10, 2016 · 1 comment

Comments

@driket
Copy link

driket commented Oct 10, 2016

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 :

  • “Owner” & “Owner group”. They are automatically sent to inventory items during asset generation.
  • “Comment” is a free field allowing to help the delivery operator to know exactly what the item is. Can replace "Owner field" if user is not created yet.

screen_shot_2016-10-10_at_10_51_25

Feedback

Pros:

  • Delivery technician doesn’t have to open extra document to find out which assets belongs to which user
  • Auto-fills during delivery process seems to be less error prone

Cons:

  • Sometimes, the user doesn’t exist in GLPI/LDAP yet when the order is created. Then it’s not possible to process the automatic filling of user’s field in GLPI inventory. The "comment" field is then used as a workaround.

Sharing the modification

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

  • If this feature worth sharing in a pull request?
  • Does this feature break the purpose of the plugin / GLPI / ITIL?
  • What would be the common alternatives?

A lighter alternative

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

screen_shot_2016-10-10_at_16_37_44

Pros:

  • More general multi-purpose approach.
  • Allow delivery operator to keep track of items ownership within GLPI (without additional documents)
  • Help delivery operator to know exactly what the item is

Cons:

  • Delivery operator has to fill manually ownership field in inventory

Regards,

Cédric.

@driket driket changed the title Dealing with orders that contain multiple owners Dealing with orders that contain multiple owners [enhancement] Oct 12, 2016
@trasher trasher added this to the Candidate for a next major version milestone Oct 27, 2016
@driket driket changed the title Dealing with orders that contain multiple owners [enhancement] Dealing with orders that contain multiple owners Nov 17, 2016
@wawax
Copy link

wawax commented Dec 14, 2016

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

@cedric-anne cedric-anne removed this from the Candidate for a next major version milestone Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants