Loading...
animalvilla.org
animalvilla.org
Confirm check-out details
{{ calcCheckoutNights() }} night{{ calcCheckoutNights() !== 1 ? 's' : '' }} × ${{ selectedDog.ratePerNight }}/night
Update details for {{ editForm.dogName || 'this visit' }}
Owner: {{ selectedDogProfile.ownerName }}
{{ dogProfileVisits.length }} visit{{ dogProfileVisits.length !== 1 ? 's' : '' }} total
${{ dogProfileTotal.toFixed(2) }}
total revenue
{{ selectedDogProfile.notes }}
{{ formatDate(v.checkInDate) }} → {{ formatDate(v.checkOutDate) }}
${{ getVisitRevenue(v).toFixed(2) }}
Total
${{ dogProfileTotal.toFixed(2) }}
Are you sure you want to delete the visit for {{ visitToDelete?.dogName }} ({{ visitToDelete?.ownerName }})? This action cannot be undone.
Owner: {{ visit.ownerName }}
{{ formatDate(visit.checkInDate) }} → {{ formatDate(visit.expectedCheckOut) }}