[PR #6578] [WIP] feat(schedules): add Wallos subscription import #6613

Closed
opened 2026-02-28 21:30:40 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/6578

State: closed
Merged: No


Summary

This PR adds the ability to import subscriptions from Wallos (a self-hosted subscription tracker) as scheduled transactions in Actual Budget.

Addresses this Discord suggestion.

Totally fine if this gets put on the back burner until Plugins become more of a thing, just wanted to get the code out there in case it helps.

Features

  • JSON Import: Import subscriptions directly from Wallos JSON export files
  • Subscription Selection: Choose which subscriptions to import with a checkbox-based selection interface
  • Account Matching: Accounts are automatically matched by Payment Method or Notes fields if they contain an existing account name
  • Payee Handling: Select existing payees or automatically create new ones based on the subscription name
  • Duplicate Detection: Warns when a subscription may already exist as a schedule (matched by name and amount)
  • Schedule Conversion: Converts Wallos payment cycles (monthly, yearly, weekly, daily) to Actual's schedule format with proper frequency and interval settings

How to Use

  1. Export your subscriptions from Wallos as JSON
  2. In Actual, go to Schedules and click the menu button
  3. Select "Import from Wallos"
  4. Choose your exported JSON file
  5. Select the subscriptions you want to import and assign accounts
  6. Click "Import Selected" to create the schedules

Technical Details

  • New parser module for Wallos JSON format (wallos.ts, wallos-types.ts)
  • Server handlers for duplicate checking and schedule creation
  • New ImportWallosModal component with table-based UI
  • Uses existing AccountAutocomplete and PayeeAutocomplete components for consistent UX

AI Disclaimer

This was generated with help from Claude Opus 4.5

**Original Pull Request:** https://github.com/actualbudget/actual/pull/6578 **State:** closed **Merged:** No --- ## Summary This PR adds the ability to import subscriptions from [Wallos](https://github.com/ellite/Wallos) (a self-hosted subscription tracker) as scheduled transactions in Actual Budget. Addresses [this Discord suggestion](https://discord.com/channels/937901803608096828/940290142579605514/1236672506832883833). Totally fine if this gets put on the back burner until Plugins become more of a thing, just wanted to get the code out there in case it helps. ## Features - **JSON Import**: Import subscriptions directly from Wallos JSON export files - **Subscription Selection**: Choose which subscriptions to import with a checkbox-based selection interface - **Account Matching**: Accounts are automatically matched by Payment Method or Notes fields if they contain an existing account name - **Payee Handling**: Select existing payees or automatically create new ones based on the subscription name - **Duplicate Detection**: Warns when a subscription may already exist as a schedule (matched by name and amount) - **Schedule Conversion**: Converts Wallos payment cycles (monthly, yearly, weekly, daily) to Actual's schedule format with proper frequency and interval settings ## How to Use 1. Export your subscriptions from Wallos as JSON 2. In Actual, go to Schedules and click the menu button 3. Select "Import from Wallos" 4. Choose your exported JSON file 5. Select the subscriptions you want to import and assign accounts 6. Click "Import Selected" to create the schedules ## Technical Details - New parser module for Wallos JSON format (`wallos.ts`, `wallos-types.ts`) - Server handlers for duplicate checking and schedule creation - New `ImportWallosModal` component with table-based UI - Uses existing `AccountAutocomplete` and `PayeeAutocomplete` components for consistent UX ## AI Disclaimer This was generated with help from Claude Opus 4.5
GiteaMirror added the pull-request label 2026-02-28 21:30:40 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#6613