django-appointment icon indicating copy to clipboard operation
django-appointment copied to clipboard

A Django app for managing appointment scheduling with ease and flexibility.

Results 17 django-appointment issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Even in the example page, it shows Sunday-Thursday days avaiable to work. **To Reproduce** Make monday day avaiable to work, shows only tuesday as day avaiable, and...

* the `staff_member` of the form mandatorily exist (the form guarantees it through it `is_valid` method), so the whole `if not` block can be removed * a `None` variable and...

## Feature Description Wow your package is really fantastic but it didn't support jalali or shamci calender and in our country miladi calender to book appointments not useful ## The...

For some reason, this fixes the issue with the calandar.

## Feature Description Currently, the system sends only reminder emails using Django-Q task functionality. It is proposed to introduce a new variable in the settings to determine if the user...

enhancement
feature

## Feature Description Utilize Django-Q to schedule tasks for cleaning up unnecessary objects, such as Appointment Requests that are not associated with any appointments and are older than a specified...

enhancement

## Feature Description As pointed out by the issue #2 regarding the minimum time between two slots, being able to manually enter your slots would be one possible solution, especially...

enhancement
feature

![image](https://github.com/user-attachments/assets/5b45ced7-a302-44b5-88dc-29edda89b429) Finish button become disabled and `appointmentrequest` instance is created. But how to create the `appoinetment`? I have watched youtube in the document, but it skipped the process of making...

bug

Bumps [setuptools](https://github.com/pypa/setuptools) from 72.2.0 to 73.0.0. Changelog Sourced from setuptools's changelog. v73.0.0 Features Mark abstract base classes and methods with abc.ABC and abc.abstractmethod -- by :user:Avasam (#4503) Changed the order...

dependencies
python