Set the QB Customer Name for each client to exactly match how they appear in QuickBooks. This prevents duplicate customer creation on export.
| Client Name | Contact | Phone | QB Customer Name | Actions | |||||
|---|---|---|---|---|---|---|---|---|---|
| Not set — uses client name |
|
||||||||
| No clients found | |||||||||
Estimates
| Est # | Client | Rep | Product | Total | Date | Status | Follow-up | Actions |
|---|---|---|---|---|---|---|---|---|
|
|
||||||||
Invoices
| Invoice # | Client | Rep | Total | Status | Requested Due Date | Date | Actions |
|---|---|---|---|---|---|---|---|
|
|
{const i=invoices.find(x=>x.id===inv.id);if(i)i.due_date=$event.target.value||null})" class="text-xs text-slate-700 border border-slate-200 rounded-lg px-2 py-1 focus:outline-none focus:ring-2 focus:ring-amber-400 cursor-pointer w-full min-w-[110px]" :class="inv.due_date && new Date(inv.due_date) < new Date(new Date().toDateString()) ? 'border-red-300 bg-red-50 text-red-700' : inv.due_date ? 'border-emerald-300 bg-emerald-50' : 'bg-amber-50 border-amber-200'" > | ||||||