YNAB
.
FORUM
How to enable Javascript
Sign Up
Login
Home
Latest Posts
Re: Use case idea: ability to search transactions on iphone app
Made several improvements: Case-insensitive search Cache will only be refreshed if it is older than a day Budget can be chosen from a list during initial run.…
whustedt
whustedt
9 mths ago
API & Integrations
Reported - view
Re: Pythonista Shortcuts
For better readability you can surround the balance statement with font declarations like this: console.set_color(0, 0.5, 0) # green font console.set_font('Menlo', 20) # bigger font print('Success.…
whustedt
whustedt
1 yr ago
1
API & Integrations
Reported - view
Re: Use case idea: ability to search transactions on iphone app
Made a mistake merging cached data with fresh transactions. Improved version: # coding: utf-8 import console, requests, json, datetime def get_id_for_name(collection, name): for item in collection:…
whustedt
whustedt
1 yr ago
1
API & Integrations
Reported - view
Re: Use case idea: ability to search transactions on iphone app
Quick example of a full text search with cache: # coding: utf-8 import console, requests, json, datetime def get_id_for_name(collection, name): for item in collection: if item['name']==name:…
whustedt
whustedt
1 yr ago
API & Integrations
Reported - view
Re: Use case idea: ability to search transactions on iphone app
That’s a great idea! You could use Pythonista for that..
whustedt
whustedt
1 yr ago
API & Integrations
Reported - view
Pythonista Shortcuts
Hi, I’m excited about the new possibilities and created a small python script to automate daily entered transactions. The script runs locally on my iOS device (see Pythonista app).…
whustedt
whustedt
1 yr ago
3
replies
917
1
API & Integrations
whustedt
whustedt
6
3
0
Follow
Home
Community
Announcements
Community Challenges
Managing Debt
YNAB Wins
Investing & Retirement
Saving
Small Business
Student Life
Parenting
Travel
Money & Relationships
Tips & Tricks
API & Integrations
Q&A
App Functions
Getting Started
Method & Budgeting
Accounts & Transactions
Credit Cards
Budgeting on Mobile
Debt
Bank Importing
Help Docs
Community Guide
View all topics
Start Your Free YNAB Trial
Important Links
Community Guidelines
Report a Bank Importing Issue
Feature Requests
Report a Bug