[PR #2908] [CLOSED] [WIP] [Feature] Add Schedules to API #74569

Closed
opened 2026-05-16 15:52:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2908
Author: @lelemm
Created: 6/20/2024
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 8696956 Changing the autocomplete search to accept text without accents to match options with accents
  • 29bd12f lint fix
  • 0c35c91 Added upcoming-release-notes
  • 4fb4424 Release note authors should be a list.
  • a31861a Release note file upcoming-release-notes/2842.md body should contain exactly one line
  • e4e37a5 smaller 2842.md
  • 850865b Merge branch 'actualbudget:master' into master
  • 27aeb09 Merge branch 'actualbudget:master' into master
  • 914106e Merge branch 'actualbudget:master' into master
  • b1d02bf create schedules from csv import

📊 Changes

8 files changed (+403 additions, -11 deletions)

View changed files

📝 packages/api/methods.ts (+7 -1)
📝 packages/desktop-client/src/components/modals/ImportTransactions.jsx (+153 -5)
📝 packages/loot-core/src/client/actions/account.ts (+11 -1)
📝 packages/loot-core/src/server/accounts/sync.ts (+188 -0)
📝 packages/loot-core/src/server/api.ts (+10 -1)
📝 packages/loot-core/src/server/main.ts (+20 -1)
📝 packages/loot-core/src/types/api-handlers.d.ts (+7 -1)
📝 packages/loot-core/src/types/server-handlers.d.ts (+7 -1)

📄 Description

fix #2442

@MatissJanis , here is the PR so we can talk about naming


🔄 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/2908 **Author:** [@lelemm](https://github.com/lelemm) **Created:** 6/20/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`8696956`](https://github.com/actualbudget/actual/commit/8696956762eeb8efc3f4e5e2dae58bf35324755a) Changing the autocomplete search to accept text without accents to match options with accents - [`29bd12f`](https://github.com/actualbudget/actual/commit/29bd12f476d6ce9891c14bc931deaebb40523149) lint fix - [`0c35c91`](https://github.com/actualbudget/actual/commit/0c35c91d81f90f2ba3df532cd3a373558cc2ee53) Added upcoming-release-notes - [`4fb4424`](https://github.com/actualbudget/actual/commit/4fb44242b297387eca2f451ee85a076f377d5b82) Release note authors should be a list. - [`a31861a`](https://github.com/actualbudget/actual/commit/a31861a40a7297b01afb73de3e7c48b553759ffc) Release note file upcoming-release-notes/2842.md body should contain exactly one line - [`e4e37a5`](https://github.com/actualbudget/actual/commit/e4e37a57c041c3205b7b34732e3aee61069517f8) smaller 2842.md - [`850865b`](https://github.com/actualbudget/actual/commit/850865b357c639f1ad4b9d9eb363ef55184421db) Merge branch 'actualbudget:master' into master - [`27aeb09`](https://github.com/actualbudget/actual/commit/27aeb09a8a3ea3a759447d9c4305c9234124d36d) Merge branch 'actualbudget:master' into master - [`914106e`](https://github.com/actualbudget/actual/commit/914106e22bfe0c52187be0a61678c89f22f8e28d) Merge branch 'actualbudget:master' into master - [`b1d02bf`](https://github.com/actualbudget/actual/commit/b1d02bfe6df9d256407e736636aaf3f9c1245459) create schedules from csv import ### 📊 Changes **8 files changed** (+403 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/methods.ts` (+7 -1) 📝 `packages/desktop-client/src/components/modals/ImportTransactions.jsx` (+153 -5) 📝 `packages/loot-core/src/client/actions/account.ts` (+11 -1) 📝 `packages/loot-core/src/server/accounts/sync.ts` (+188 -0) 📝 `packages/loot-core/src/server/api.ts` (+10 -1) 📝 `packages/loot-core/src/server/main.ts` (+20 -1) 📝 `packages/loot-core/src/types/api-handlers.d.ts` (+7 -1) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+7 -1) </details> ### 📄 Description fix #2442 @MatissJanis , here is the PR so we can talk about naming --- <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-16 15:52:57 -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#74569