CraigT543 / EasyBlue

Modifications for Easy!Appointments
21 stars 23 forks source link

Add customer search in new appointment when cookie session is valid #20

Open SoftwareMagicIT opened 7 years ago

SoftwareMagicIT commented 7 years ago

Suggest enhancement: when operator or admin is logged in, in new appointment add select, like in backend appointment editor. Also I suggest use fiscal code instead of email as unique id because fiscal code is universally unique in the world and also assigned at all people. For searching customer, I suggest a lightbox. If I have time, I try to implement this. For unique id with fiscal code I have made some changes in my installation. Sorry for my bad english

CraigT543 commented 7 years ago

I think the fiscal code is a good idea and would work. The problem is my fellow US Americans you know. I think it would work here with a link to a generator or something otherwise they will freak out. Implementing the backend date picker like front end would be nice but it is difficult. I tried to do it but it took too long so I just accepted what we have.

SoftwareMagicIT commented 7 years ago

Hello, I implement search for existing customers if logged user. Only today, I need to invert providers and services selection. First provider, after services. I try to manipulate frontend.js but with no luck. Can help me? After ending changes I can share my changes if you want