itflow-org / itflow

Free and open-source web application for MSPs. Unifies IT documentation, ticketing, invoicing.
https://itflow.org
GNU General Public License v3.0
517 stars 142 forks source link

Feature: Show locations phone numbers as an option hint when adding contact phones #327

Open johnnyq opened 2 years ago

johnnyq commented 2 years ago

This is nice if contacts share the same main phone number so it saves retyping the phone number each time you add a contact and you can just add their extension.

nellistc commented 7 months ago

How did you see this working? I have a branch which can show the contact number in the edit modal for a contact after it's added and been assigned a location. Also has an option to copy the number from the location to the contact.

Were you thinking to just show the location number on the main page and be done with it?

wrongecho commented 7 months ago

I think it would be how the quote/invoicing does product selection? You can enter a value but then it suggests values based on existing data. Select2 type-ahead kinda thing.

nellistc commented 7 months ago

Ok, I wasn't sure about type ahead - haven't really done anything with bootstrap before. A learning experience :)

Will have a play around and see what I can figure out.