@model PowderCoating.Application.DTOs.Appointment.CreateAppointmentDto @{ ViewData["Title"] = "New Appointment"; ViewData["PageIcon"] = "bi-calendar-plus"; ViewData["PageHelpTitle"] = "New Appointment"; ViewData["PageHelpContent"] = "Create an appointment to schedule a customer visit, drop-off, pick-up, or consultation. Select the Type first — the Linked Job field appears once a type is chosen. Reminder notifications fire before the scheduled start time."; }
Back to List
@if (!ViewData.ModelState.IsValid) {
Please correct the following errors:
}
Reminder Settings
minutes before
Cancel
Tips
Appointment Types:
  • Customer Drop-Off: Customer bringing items to the shop
  • Customer Pick-Up: Customer collecting completed items
  • Consultation/Quote: Meeting to discuss pricing and requirements
  • Scheduled Job Work: Blocking time for working on a specific job
Reminders:

Set a reminder to receive a notification before the appointment starts. Useful for preparing materials or coordinating with staff.

@section Scripts { }