-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
61 lines (53 loc) · 3.36 KB
/
Copy pathprivacy-policy.html
File metadata and controls
61 lines (53 loc) · 3.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Privacy Policy — NEO by NeoTranscend Softwares</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body { max-width: 780px; margin: 40px auto; padding: 0 20px; font-family: system-ui, -apple-system, 'Segoe UI', sans-serif; color: #1a2332; line-height: 1.6; }
h1 { font-size: 28px; } h2 { font-size: 19px; margin-top: 28px; }
.meta { color: #667; font-size: 14px; } a { color: #0ea5e9; }
code { background: #f1f5f9; padding: 1px 5px; border-radius: 4px; }
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p class="meta">Application: <strong>NEO</strong> — a private business operations assistant.<br />
Provider: <strong>Neo Transcend Private Limited</strong> (NeoTranscend Softwares), Republic of Maldives.<br />
Contact: <a href="mailto:sales@longbeachlaamu.com">sales@longbeachlaamu.com</a> · Effective: 25 July 2026.</p>
<h2>1. Who this is for</h2>
<p>NEO is a private, internal application used solely by Neo Transcend Private Limited and its
affiliated businesses to view and analyse their own operational and financial data. It is not
offered to, marketed to, or usable by the general public. Only the business owner and authorised
staff of Neo Transcend access NEO.</p>
<h2>2. What data we access</h2>
<p>When you connect QuickBooks Online, NEO accesses your own company's accounting data through
Intuit's official API, limited to the <code>com.intuit.quickbooks.accounting</code> scope. This
includes financial reports (such as Profit & Loss and Balance Sheet), company information,
and related accounting records for the connected company. NEO reads this data to produce internal
summaries, daily briefings, and financial analysis for the business owner.</p>
<h2>3. How we use it</h2>
<p>Accessed data is used only to present and analyse the business's own figures back to its owner —
for example, a morning summary of yesterday's results and month-to-date performance. NEO provides
decision support only; it does not initiate financial transactions. We do <strong>not</strong> sell,
rent, share, or disclose your data to any third party, and we do not use it for advertising.</p>
<h2>4. How we store and protect it</h2>
<p>Authentication tokens are stored locally on the business owner's own machine and server in a
protected, non-public file, never committed to source control and never exposed publicly. Access
tokens are short-lived and refreshed automatically; you may revoke access at any time (see §6),
which deletes the stored tokens. Data retrieved for a briefing is used to generate that briefing
and is not sold or transferred outside the business.</p>
<h2>5. Data retention</h2>
<p>NEO retains only what is necessary to operate: current authentication tokens and the summaries
it generates for the owner. Revoking the connection removes the stored tokens immediately.</p>
<h2>6. Disconnecting</h2>
<p>You may disconnect QuickBooks at any time — from within QuickBooks (Apps → Connected apps →
Disconnect) or via NEO's disconnect page. Disconnecting revokes NEO's access and deletes all
stored tokens.</p>
<h2>7. Changes</h2>
<p>If this policy changes, the updated version will be posted at this URL with a new effective date.</p>
<h2>8. Contact</h2>
<p>Questions about this policy: <a href="mailto:sales@longbeachlaamu.com">sales@longbeachlaamu.com</a>.</p>
</body>
</html>