Complete Dentistry commercial suite with PMS depth.
Deploy Ladill Care / deploy (push) Successful in 31s

Add plan lifecycle, visit stages with chair/recovery points, primary dentition charting, imaging void, revenue reports, perio exams, lab cases, and recalls.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-18 17:11:15 +00:00
co-authored by Cursor
parent e227f8705f
commit ce782382c5
37 changed files with 2458 additions and 204 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class DentalChart extends Model
protected $fillable = [
'uuid', 'owner_ref', 'organization_id', 'patient_id',
'notation', 'charted_at', 'charted_by',
'notation', 'dentition', 'charted_at', 'charted_by',
];
protected function casts(): array