Quickstart Guide
This guide will walk you through creating your first organization, company, and journal entry in Accountability.Prerequisites
- Modern web browser (Chrome, Firefox, Safari, or Edge)
- Email address for account registration
Create Your Account
Register
Navigate to the registration page and create your account:
- Enter your email address
- Choose a display name
- Create a strong password (minimum 8 characters with uppercase, lowercase, and number)
- Click Create Account
Accountability supports multiple authentication methods:
- Local authentication (email/password)
- Google OAuth
- WorkOS SSO (for enterprise)
Create Your Organization
An Organization is the top-level container that holds all your companies.Enter Organization Details
On the Create Organization page:
- Name: Enter your organization name (e.g., “Acme Holdings Inc”)
- Reporting Currency: Select the currency for consolidated reports (typically your home country currency)
- USD - United States Dollar
- EUR - Euro
- GBP - British Pound Sterling
- And many more…
Configure Settings (Optional)
Expand Advanced Settings to customize:
- Default Locale: en-US, en-GB, etc.
- Default Timezone: UTC, America/New_York, etc.
- Default Decimal Places: 0-4 (default: 2)
You can change these settings later in Organization Settings.
Create Your First Company
A Company represents a legal entity with its own chart of accounts and financial records.Navigate to Companies
From the organization dashboard:
- Click Companies in the sidebar
- Click New Company button
Enter Company Information
Fill in the company details:Basic InformationFiscal Year
- Name: Company name for display (e.g., “Acme Corporation”)
- Legal Name: Official registered name
- Jurisdiction: Country of incorporation (US, GB, etc.)
- Functional Currency: The currency of the company’s primary economic environment (ASC 830)
- For a US company: USD
- For a UK company: GBP
- For a company primarily operating in Europe: EUR
Functional Currency is the currency in which the company primarily generates and expends cash. This is different from Reporting Currency which is used for consolidated reports.
- Fiscal Year End: Select month and day (e.g., December 31)
- The system automatically calculates fiscal periods based on this date
Set Up Chart of Accounts
The Chart of Accounts defines the accounts you’ll use to record transactions.Navigate to Accounts
From the company detail page:
- Click Accounts in the submenu
- Review the default accounts created automatically
Add Custom Accounts
Click New Account to add accounts specific to your business:Example: Adding a Bank Account
- Account Number: 1010 (Cash and Cash Equivalents range)
- Name: “Chase Business Checking”
- Account Type: Asset
- Account Category: Current Asset
- Normal Balance: Debit
- Is Postable: ✓ (allows direct posting)
- Currency: USD (or leave blank for any currency)
Account Number Ranges follow US GAAP convention:
- 1000-1499: Current Assets
- 1500-1999: Non-Current Assets
- 2000-2499: Current Liabilities
- 2500-2999: Non-Current Liabilities
- 3000-3999: Equity
- 4000-4999: Revenue
- 5000-5999: Cost of Sales
- 6000-7999: Operating Expenses
- 8000-8999: Other Income/Expense
Create Your First Journal Entry
A Journal Entry records financial transactions using double-entry bookkeeping.Navigate to Journal Entries
From the company detail page:
- Click Journal Entries in the submenu
- Click New Entry button
Enter Header Information
Fill in the journal entry header:
- Transaction Date: Date when the economic event occurred
- Description: Brief explanation of the transaction
- Reference: Optional external reference number
Add Entry Lines
Add debit and credit lines to record the transaction:Example: Recording Initial Capital Investment
Click Add Line for each entry line:
| Line | Account | Description | Debit | Credit |
|---|---|---|---|---|
| 1 | 1010 - Chase Business Checking | Initial capital | $10,000.00 | - |
| 2 | 3000 - Share Capital | Initial capital | - | $10,000.00 |
- Select the account from the dropdown
- Enter line description (optional)
- Enter debit OR credit amount
- Select currency (defaults to company’s functional currency)
The system validates in real-time that Total Debits = Total Credits. The entry cannot be submitted until balanced.
Submit Entry
Once balanced:
- Click Save as Draft to save without posting (editable)
- Click Submit for Approval to post immediately (if you have permission)
Posted entries are immutable. To correct a posted entry, you must create a reversing entry.
View Financial Reports
Now that you have transactions, generate your first financial reports.Trial Balance
Start with the Trial Balance to verify your accounts:
- Shows all accounts with debit/credit balances
- Confirms total debits = total credits
- Foundation for all other financial statements
Balance Sheet
View your Balance Sheet (Statement of Financial Position):
- Assets = Liabilities + Equity
- Shows current vs non-current classification
- Real-time calculation from journal entries
Multi-Currency Transactions (Optional)
If your company transacts in multiple currencies:Add Exchange Rates
Navigate to Exchange Rates in the organization menu:
- Click New Exchange Rate
- Select From Currency and To Currency
- Enter the exchange rate
- Select rate type (Spot, Average, Historical, Closing)
- Set effective date
Next Steps
Add More Companies
Create additional companies for different legal entities within your organization
Set Up Consolidation
Define parent-subsidiary relationships for consolidated financial reporting
Manage Team Access
Invite team members and configure role-based permissions
Automate with API
Integrate with your systems using the OpenAPI-documented REST API
Common Workflows
Recording a Sale
Sale Transaction
Recording a Payment
Payment Transaction
Recording an Expense
Expense Transaction
Need Help?
All financial data is validated in real-time. If you encounter validation errors, check:
- Debits equal credits
- All required fields are filled
- Transaction date falls within an open fiscal period
- Selected accounts are postable (not summary accounts)