[PR #1167] [CLOSED] [WIP] AQL #57216

Closed
opened 2026-05-06 21:11:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1167
Author: @MatissJanis
Created: 6/22/2023
Status: Closed

Base: masterHead: matiss/aql


📝 Commits (2)

📊 Changes

7 files changed (+2056 additions, -201 deletions)

View changed files

📝 packages/desktop-client/package.json (+4 -0)
packages/desktop-client/src/components/reports/AQL.tsx (+125 -0)
📝 packages/desktop-client/src/components/reports/index.js (+4 -0)
📝 packages/desktop-client/src/components/table.tsx (+6 -1)
📝 packages/loot-core/src/server/aql/compiler.ts (+6 -2)
📝 packages/loot-core/src/server/main.ts (+4 -0)
📝 yarn.lock (+1907 -198)

📄 Description

Just my experiments to build a query interface.

Opening a PR purely so I could have a netlify link I can share with folks and maybe get someone inspired by this.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/1167 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 6/22/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `matiss/aql` --- ### 📝 Commits (2) - [`ae88b73`](https://github.com/actualbudget/actual/commit/ae88b73a52050c74d82a88dbd93a98be605e5f15) [WIP] AQL - [`b89c955`](https://github.com/actualbudget/actual/commit/b89c955462a06fc102a0dfa9e622e87be10286fc) Make it work ### 📊 Changes **7 files changed** (+2056 additions, -201 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/package.json` (+4 -0) ➕ `packages/desktop-client/src/components/reports/AQL.tsx` (+125 -0) 📝 `packages/desktop-client/src/components/reports/index.js` (+4 -0) 📝 `packages/desktop-client/src/components/table.tsx` (+6 -1) 📝 `packages/loot-core/src/server/aql/compiler.ts` (+6 -2) 📝 `packages/loot-core/src/server/main.ts` (+4 -0) 📝 `yarn.lock` (+1907 -198) </details> ### 📄 Description Just my experiments to build a query interface. Opening a PR purely so I could have a netlify link I can share with folks and maybe get someone inspired by this. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 21:11:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#57216