This is just a starting point: you can customize prompts, default values, or add extra fields depending on your workflow.
Hope it's useful!
Originally created by @PhillipMaizza on GitHub (Sep 16, 2025).
Hello!
I built a simple iOS Shortcut that lets you add transactions to WYGIWYH directly from your device.
## ⚙️ Setup
Before you start, you’ll need to tweak a couple of values inside the Shortcut:
1. **Authentication**
- Generate a Base64 token in the format `username:password`.
- Paste it into the **first “Text” field** in the Shortcut.
- You can use a tool like [base64encode.net](https://www.base64encode.net/) to generate it.
2. **Your WYGIWYH URL**
- Add your WYGIWYH instance URL to the **next three “Text” fields**, which represent:
1. Categories endpoint
2. Entities endpoint
3. Transactions endpoint (used for creating new entries)
## ▶️ How it works
When you run the Shortcut, it will walk you through:
- Transaction type → **Income** or **Expense**
- Payment status → **Paid** or **Projected**
- Transaction amount
- Description
- Date
- **Entity** → choose from the list, or select *Add new* to enter a custom one
- **Category** → choose from the list, or select *Add new* to enter a custom one
Once confirmed, you’ll get a banner:
**Transaction added**
…and it will instantly appear in your WYGIWYH transactions.
## 🔗 Get the Shortcut
[Download here](https://www.icloud.com/shortcuts/4f0774d326384d5a8080f2e7697f67b9)
## 💡 Notes
- Everything is handled via the WYGIWYH API.
- This is just a starting point: you can customize prompts, default values, or add extra fields depending on your workflow.
Hope it's useful!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @PhillipMaizza on GitHub (Sep 16, 2025).
Hello!
I built a simple iOS Shortcut that lets you add transactions to WYGIWYH directly from your device.
⚙️ Setup
Before you start, you’ll need to tweak a couple of values inside the Shortcut:
Authentication
username:password.Your WYGIWYH URL
▶️ How it works
When you run the Shortcut, it will walk you through:
Once confirmed, you’ll get a banner:
Transaction added
…and it will instantly appear in your WYGIWYH transactions.
🔗 Get the Shortcut
Download here
💡 Notes
Hope it's useful!