Kodulehe broneeringu kasutamiseks peab kliendil olema Hamba premium pakett ning sisselülitatud kodulehebroneeringu võimalus. Sellega saab abi, kui kirjutada aadressil hammas@innovaatik.ee või helistada 7402215. Lisaks tuleb Hambas tekitada API võti. Selleks tuleb minna kasutajal kellel on juhataja õigused: Juhataja → Veeb → Loo uus API võti. Kui võti on juba olemas siis tuleks API võti ja API serveri aadress salvestada mõnda tekstifaili kuna neil läheb meil hiljem vaja. Näidis paigalduse ja kogu vajaliku koodi saab alla laadida järgnevalt lingilIn order to use the website booking, the customer must have a Dental Premium package and the option of home page booking enabled. You can get help by writing to hammas@innovaatik.ee or calling 7402215. In addition, an API key must be generated in program. To do this, you must go to the user who has the rights of the manager: Manager → Web → Create new API key.If the key already exists, the API key and the API server address should be saved in a text file as they will need us later. The sample installation and all required code can be downloaded from the following link: http://eweb.innovaatik.ee/hammas_calendar_demo.zip
Vajalikud sammud, et näidispaigaldus tööle saada enda veebiserveris.
...
Necessary steps to get the sample installation work on your web server.
- Make sure the web server supports PHP> = 5.4
- Muuda Change hp-api-client.php failid järgnevate konstantide väärtusedfiles to values for the following constants HP_API_KEY, HP_CALLBACK, HP_HOMEPAGE, HP_MANAGE. Api key väärtuseks läheb siis api võti mille me juhendi alguses hambast saime. Kõigi konstantide järel on ka selletus mis nende eesmärk on.
- Peale neid muudatusi võiks näidis paigaldus tööle hakata.
- Selleks kalender hakkaks näitama arst, teenuseid ja aegu tuleks Hambas teha vajalikud seadistused. Selle jaoks on õpetus Veebibroneering
- Selle näite põhjal ei tohiks ühelgi veebiarendajal tekkida probleeme selle kalendri paigaldamisega kodulehele.
Info |
---|
Näidises kasutatud jQuery versiooni kasutamine ei ole rangelt kohustuslik. Võib vabalt proovida kodulehel juba olemasolevat jQuery teeki. |
Seotud õpetused
...
- The api key value is then the api key we got at the beginning of the guide. After all constants, there is also a clutter that their purpose is.
- After these changes, the sample could start installation.
- To do this, the calendar should show the doctor, the services and the times the program should make the necessary settings. For this, the tutorial is Web Hosting
- Based on this example, no web developer should have trouble installing this calendar on the homepage.
Info |
---|
The use of the jQuery version used in the example is not strictly mandatory. Feel free to try the already existing jQuery library on the website. |