Skip to content

Instantly share code, notes, and snippets.

@trobrock
Created April 18, 2026 19:15
Show Gist options
  • Select an option

  • Save trobrock/4d5d5cd19524d2eac736c57a0deb6a98 to your computer and use it in GitHub Desktop.

Select an option

Save trobrock/4d5d5cd19524d2eac736c57a0deb6a98 to your computer and use it in GitHub Desktop.
Bookkeeper Assistant - Privacy Policy & EULA
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bookkeeper Assistant - End-User License Agreement</title>
<style>body{font-family:system-ui,sans-serif;max-width:720px;margin:2rem auto;padding:0 1rem;line-height:1.6;color:#333}h1{font-size:1.5rem}h2{font-size:1.1rem;margin-top:1.5rem}</style>
</head>
<body>
<h1>End-User License Agreement</h1>
<p><strong>Bookkeeper Assistant</strong><br>Last updated: April 18, 2026</p>
<h2>1. Agreement</h2>
<p>This End-User License Agreement ("Agreement") governs the use of the Bookkeeper Assistant application ("Application"). By using the Application, you agree to the terms of this Agreement.</p>
<h2>2. License</h2>
<p>The Application is a private, internal tool. It is not licensed, distributed, or made available to any third parties. Use is restricted solely to the owner of the Application for managing their own business bookkeeping.</p>
<h2>3. Restrictions</h2>
<p>The Application may not be redistributed, sublicensed, sold, or made available to any other person or entity.</p>
<h2>4. QuickBooks Online Integration</h2>
<p>The Application connects to QuickBooks Online via Intuit's API. Use of QuickBooks Online is subject to Intuit's own terms of service. The Application accesses only the data belonging to the authenticated QuickBooks company and performs only the operations authorized by the account owner.</p>
<h2>5. Data and Privacy</h2>
<p>The Application does not collect, store, or share personal data with third parties. See the <a href="privacy-policy.html">Privacy Policy</a> for details.</p>
<h2>6. Disclaimer of Warranties</h2>
<p>The Application is provided "as is" without warranty of any kind. The owner assumes all risk associated with its use.</p>
<h2>7. Limitation of Liability</h2>
<p>In no event shall the Application's author be liable for any damages arising from the use of the Application.</p>
<h2>8. Changes</h2>
<p>This Agreement may be updated at any time. Continued use of the Application constitutes acceptance of any changes.</p>
<h2>Contact</h2>
<p>For questions about this agreement, contact the app owner directly.</p>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bookkeeper Assistant - Privacy Policy</title>
<style>body{font-family:system-ui,sans-serif;max-width:720px;margin:2rem auto;padding:0 1rem;line-height:1.6;color:#333}h1{font-size:1.5rem}h2{font-size:1.1rem;margin-top:1.5rem}</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p><strong>Bookkeeper Assistant</strong><br>Last updated: April 18, 2026</p>
<h2>Overview</h2>
<p>Bookkeeper Assistant is a private, internal command-line tool used solely by its owner to manage bookkeeping for a single company. It is not distributed to or used by any third parties.</p>
<h2>Data Collection</h2>
<p>This application does not collect, store, or transmit personal data to any external service. The only data accessed is the QuickBooks Online financial data belonging to the app owner's own company, retrieved via the QuickBooks Online API.</p>
<h2>Data Storage</h2>
<p>OAuth tokens required for API authentication are stored locally on the owner's machine in a file excluded from version control. No QuickBooks data is persisted to disk, databases, or cloud storage. Data is retrieved in real-time and displayed in the terminal session only.</p>
<h2>Data Sharing</h2>
<p>No data is shared with, sold to, or disclosed to any third parties. There are no analytics, tracking, advertising, or telemetry services integrated into this application.</p>
<h2>Third-Party Services</h2>
<p>This application connects to the QuickBooks Online API (provided by Intuit) to read and update accounting data. No other third-party services are used.</p>
<h2>Security</h2>
<p>API credentials are stored in environment variables and excluded from version control. All communication with QuickBooks Online uses HTTPS. The application runs locally with no network-accessible components.</p>
<h2>Contact</h2>
<p>For questions about this privacy policy, contact the app owner directly.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment