|
| 1 | +# Django Appointment System: Screenshots and Tutorial |
| 2 | + |
| 3 | +Welcome to the Django Appointment System! This guide will walk you through setting up and using the system, complete with screenshots and a video tutorial. |
| 4 | + |
| 5 | +## Getting Started |
| 6 | + |
| 7 | +After completing the initial setup steps - making migrations, migrating, running the server, and creating a superuser - you might want to create an appointment as a client. However, this is not possible initially as no services or staff members are yet configured. |
| 8 | + |
| 9 | +### Adding a Service |
| 10 | + |
| 11 | +Your first step is to add a service. Navigate to the admin page and add a service at: |
| 12 | +https://mysuperwebsite.com/app-admin/add-service/ |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | +### Attempting to Create an Appointment |
| 17 | + |
| 18 | +If you attempt to create an appointment request now, it's still not possible as there are no staff members yet: |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | +Similarly, if you check the list of appointments, it will be empty and you'll get a warning: |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | +### Adding a Staff Member |
| 27 | + |
| 28 | +To add a staff member, visit: |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +You can either add a new staff member or assign yourself as a staff member, especially if you are a superuser. In this example, I will demonstrate using the `Staff me` button. |
| 33 | + |
| 34 | +### Updating Your Profile |
| 35 | + |
| 36 | +Once you have created a staff member profile, you need to specify the services you offer. After doing so, your initial profile page will look something like this: |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | +To edit your appointment information, such as the services you offer, click on the edit icon next to `Appointment Information`: |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | +After selecting the services you offer, you may leave other fields blank if desired, and then click `Save`. |
| 45 | + |
| 46 | +Additionally, select the days you wish to work by clicking the `add icon` next to `Working Hours`. For demonstration purposes, I have chosen Saturdays and Sundays from 9 AM to 5 PM. |
| 47 | + |
| 48 | +Your updated profile should look like this: |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | +### Client's Perspective: Creating Appointments |
| 53 | + |
| 54 | +Now, users can start creating appointments. The interface for clients would appear as follows: |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | +Notice that only Saturdays and Sundays are selectable, with the only staff member (you) selected by default. |
| 59 | + |
| 60 | +Let's create an appointment request for Saturday, January 13th, 2024, at 3:00 PM: |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | +Next, add your personal information: |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | +### Payment Options |
| 69 | + |
| 70 | +If the service is paid and a payment link is set in settings, the `Pay now` button will appear. If down payments are accepted, a `Down Payment` button will also be available. Otherwise, a `Finish` button will be displayed. |
| 71 | + |
| 72 | +Upon completion, an account is created for the user, and an email is sent with appointment and account details, provided the email settings are correctly configured. |
| 73 | + |
| 74 | +### Managing Appointments |
| 75 | + |
| 76 | +As an admin, you can now view the newly created appointment in your staff member appointment list: |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | +In the admin interface, you have various options to manage appointments, such as editing, adding new appointments, deleting, or rescheduling them by dragging and dropping. |
| 81 | + |
| 82 | +### Video Tutorial |
| 83 | + |
| 84 | +For a more comprehensive guide, including visual demonstrations of these steps, please watch the following video tutorial: |
| 85 | + |
| 86 | +[Link to Video Tutorial] |
0 commit comments