- InlineField component + useInlineEdit composable for Odoo-style dblclick editing - Client search by name, account ID, and legacy_customer_id (or_filters) - SMS/Email notification panel on ContactCard via n8n webhooks - Ticket reply thread via Communication docs - All migration scripts (51 files) now tracked - Client portal and field tech app added to monorepo - README rewritten with full feature list, migration summary, architecture - CHANGELOG updated with all recent work - ROADMAP updated with current completion status - Removed hardcoded tokens from docs (use $ERP_SERVICE_TOKEN) - .gitignore updated (docker/, .claude/, exports/, .quasar/) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
822 B
HTML
19 lines
822 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Targo Field</title>
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="Targo Field Technician App">
|
|
<meta name="format-detection" content="telephone=no">
|
|
<meta name="msapplication-tap-highlight" content="no">
|
|
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, viewport-fit=cover">
|
|
<link rel="icon" type="image/png" sizes="128x128" href="icons/icon-128x128.png">
|
|
<link rel="icon" type="image/png" sizes="96x96" href="icons/icon-128x128.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="icons/icon-128x128.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="icons/icon-128x128.png">
|
|
</head>
|
|
<body>
|
|
<!-- quasar:entry-point -->
|
|
</body>
|
|
</html>
|