Skip to content

Instantly share code, notes, and snippets.

View lessallan's full-sized avatar

Allan Branch lessallan

View GitHub Profile
Resolve Possible Funds Transfers
Resolve Possible Duplicates
Unreconciled Transactions
Tag Deposits
Tag Expenses
Categorize Expenses
Add Deposit
Add Expense
Add Transfer
Add Contact
@lessallan
lessallan / Expiring CC email for LessAccounting
Created October 10, 2013 14:20
Expiring CC email for LessAccounting
Subject: Credit Card Expired
Hi, friend! I noticed that the credit card we have on file for you is going to expire <%= @when %>.
Please update your billing information with your new credit card to avoid restrictions on your account.
- Log into LessAccounting at http://tinyurl.com/cwycpa3
- Click "Settings" in the top navigation
- Select "Billing Information" from the side menu
- Click the "Cancel Subscription" button. This will clear your billing information.
@lessallan
lessallan / Failed Bank Import email.
Created October 2, 2013 17:39
This email gets sent to LessAccounting customers when we try to connect to their bank and the import failed due to the bank not accepting the username and password they've given us. They might have changed their username and password at their bank.
Subject: Action Needed: Re-authenticate financial account
Hey <first name or friend>!
We cannot import data for your financial account(s) in LessAccounting.com.
Reason: your login credentials are outdated for <insert bank name>
Update your credentials and your data will start importing again, here's how...
<link href="apple-touch-icon-144x144-precomposed.png" rel="apple-touch-icon" sizes="144x144">
<link href="apple-touch-icon-114x114-precomposed.png" rel="apple-touch-icon" sizes="114x114">
<link href="apple-touch-icon-72x72-precomposed.png" rel="apple-touch-icon" sizes="72x72">
<link href="apple-touch-icon-precomposed.png" rel="apple-touch-icon">
<link href="favicon.png" rel="shortcut icon">
<link href="favicon.ico" rel="icon" type="image/ico">
<a href="http://lessaccounting.com/?utm_source=badges250x250success&utm_medium=badges250x250success&utm_campaign=badges250x250success" target="_blank">
<img src="http://lessaccounting.com/images/badges/250x250_success.jpg" />
</a>
<a href="http://lessaccounting.com/?utm_source=badges250x250light&utm_medium=badges250x250light&utm_campaign=badges250x250light" target="_blank">
<img src="http://lessaccounting.com/images/badges/250x250_light.jpg" />
</a>
<a href="http://lessaccounting.com/?utm_source=badges250x250&utm_medium=badges250x250&utm_campaign=badges250x250" target="_blank">
<img src="http://lessaccounting.com/images/badges/250x250.jpg" />
</a>
<a href="http://lessaccounting.com/?utm_source=badges150x150(2)&utm_medium=badges150x150(2)&utm_campaign=badges150x150(2)
" target="_blank">
<img src="http://lessaccounting.com/images/badges/150x150_success.jpg" />
</a>
<a href="http://lessaccounting.com/?utm_source=badges150x150&utm_medium=badges150x150&utm_campaign=badges150x150" target="_blank">
<img src="http://lessaccounting.com/images/badges/150x150_success.jpg" />
</a>
@lessallan
lessallan / head_partial
Created May 21, 2013 13:32
My head partial for LessAccounting.com, using middlemanapp.com.
- if current_page.data.title.blank?
%title
Accounting Software | Small Business Bookkeeping Software
%meta{:property => "og:title", :content => "Simple Accounting Software for Business" }
- else
%title
= current_page.data.title
%meta{:property => "og:title", :content => current_page.data.title }
- if current_page.data.short.blank?