# Viewing Transactions

Browse the Open Collective Ledger with the Dashboard Transactions tool. We have designed it to look and operate more similar to a 'bank statement.

To view the Transactions page navigate to your **Dashboard** and then **Transactions**. Utilize the account switcher to switch between accounts.&#x20;

<figure><img src="https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWSZizTt4ZC1UNDV89f%2Fuploads%2FEu41dOYCDkOlcQ44fpSo%2FScreenshot%202024-05-29%20at%204.50.27%E2%80%AFPM.png?alt=media&#x26;token=bf282637-f902-490c-ac3d-d9ab80109a51" alt=""><figcaption></figcaption></figure>

In the transactions table you can see the Date and Time of the transaction, the account, the Recipient/Sender, the Kind of transaction and the Net amount with the Currency.

### **Contextual Transactions**&#x20;

The transactions you see are based on the context in which you are using the tool.

1. If you are individual you will see transactions that are related only to you (expenses you submitted and contributions you made.
2. If you are a collective administrator you will see all the transactions that are related to the collective (all the added funds, contributions made to the collective and expenses submitted to the collective, payment processor and host fees).
3. If you are a fiscal host administrator you will see all of your organizational transactions and all the transactions related to the collectives you host.

### **Related transactions**

Hovering over individual transactions will bring up a blue line to the left. This indicates the groupings of transactions.&#x20;

Multiple transactions occur from the initial transaction for example based off the below screenshot

<figure><img src="https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWSZizTt4ZC1UNDV89f%2Fuploads%2FK4uCVLYbH0Mm5Et6JjC4%2FScreenshot%202024-02-15%20at%2016.52.09.png?alt=media&#x26;token=43a00b67-40fd-4a23-92e5-c2c027e8367b" alt=""><figcaption></figcaption></figure>

* Guest donates $5 to Logseq&#x20;

This triggers&#x20;

* Logseq sends a 74 cent in payment processor fees to Paypal&#x20;
* Logseq sends a 50 cent fiscal host fee to Open Source Collective&#x20;
* Open Source Collective receives a 50 cent fiscal host fee from Logseq&#x20;
* Open Source Collective sends a 25 cent platform share to Open Collective&#x20;
* Open Collective receives a 25 cent platform share from Open Source Collective&#x20;

### Sort&#x20;

Sort the transactions either by Date (Oldest - Newset) or Effective Date (Oldest - Newest)&#x20;

<figure><img src="https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWSZizTt4ZC1UNDV89f%2Fuploads%2FBCthosO3WeMkWuVEdkRM%2FScreenshot%202024-05-29%20at%205.03.54%E2%80%AFPM.png?alt=media&#x26;token=b04829f2-46c1-4028-9607-5840015dfefe" alt=""><figcaption></figcaption></figure>

### View more information&#x20;

To dive in and review any particular transaction, click to trigger a draw to slide out from the right displaying more information.&#x20;

* Transaction #
* Account&#x20;
* Sender/Recipient
* Date and Time
* Effective Date
* Type of Transaction
* Kind of Transaction
* Amount
* Payment Method
* Merchant ID
* Accounting Category
* Group ID
* Opposite transaction ID&#x20;
* Related contribution

<figure><img src="https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWSZizTt4ZC1UNDV89f%2Fuploads%2Fxo1yU8DhsuzoHzT2GNgW%2FScreenshot%202024-05-29%20at%204.58.32%E2%80%AFPM.png?alt=media&#x26;token=287685e8-9aab-4aca-9e15-3fa8d555ccb5" alt=""><figcaption></figcaption></figure>

###

### Export CSV&#x20;

Head to the [Exporting Transactions](https://docs.opencollective.com/help/product/ledger/exporting-transactions) section to find out more.&#x20;

### Extra features for Fiscal Hosts

<figure><img src="https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWSZizTt4ZC1UNDV89f%2Fuploads%2FjqwFJGbWmeZAJRNGtt82%2FUntitled.png?alt=media&#x26;token=e0c6dbd6-8a67-4900-b14a-678a6b750a3e" alt=""><figcaption></figcaption></figure>

Transactions for hosted collectives are included in the 'All' transactions view you can use the tabs to only view transactions from the hosted collectives or the fiscal host&#x20;

We have removed [expected funds](https://docs.opencollective.com/help/fiscal-hosts/receiving-money/expected-funds) in this view (these can be seen in the Contributions section)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.opencollective.com/help/product/ledger/viewing-transactions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
