Treasury: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(formatting & minor changes)
Line 65: Line 65:
====Billing & Payment processing====
====Billing & Payment processing====
*[http://wepay.com WePay]
*[http://wepay.com WePay]
** Billing, no bookkeeping.
** Donations https://www.wepay.com/about/why_donations
** Donations https://www.wepay.com/about/why_donations
** Request Money https://www.wepay.com/about/why_bills
** Request Money https://www.wepay.com/about/why_bills
** Recurring payments
** Recurring payments
** creating a wepay account is optional for transactions. WePay will process on a one-time basis. Account likely necessary for repeating payments.
** Has fees (3.5%, comparable to paypal) https://www.wepay.com/about/fees
** Has fees (3.5%, comparable to paypal) https://www.wepay.com/about/fees
** API https://www.wepay.com/developer/reference
** [https://www.wepay.com/developer/reference API]
** Formstack integration http://blog.formstack.com/2010/12/14/capture-data-and-collect-money-with-formstack-wepay/
** [http://blog.formstack.com/2010/12/14/capture-data-and-collect-money-with-formstack-wepay/ Formstack integration]
* [http://chargify.com/ Chargify]
* [http://chargify.com/ Chargify]
** Recurring Billing http://chargify.com/features/recurring-billing-system/
** [http://chargify.com/features/recurring-billing-system/ Recurring Billing]
* [http://spreedly.com/ Spreedly] - Recurring Billing
* [http://spreedly.com/ Spreedly] - Recurring Billing
* [http://recurly.com/ Recurly] - Recurring billing
* [http://recurly.com/ Recurly] - Recurring billing
Line 94: Line 94:
**Uses Moneybookers or PayPal to transfer funds.
**Uses Moneybookers or PayPal to transfer funds.
**10% fee.
**10% fee.
*[https://checkout.google.com/seller/experience.html Google Checkout] - online payment processing
**Fee maximum: 2.9% + $0.30 (less if we have >$3K/mo transactions, but that's unlikely)
**requires a google account

Revision as of 21:51, 28 August 2011

New Accounting System

Minimum Requirements

Following are the features that we need to keep track of our basic finances:

  • import and reconcile transactions (Xero is TERRIBLE at this) from
  • keep repeating invoices for membership dues & regular donors
  • some smart suggestions to reconcile incoming transactions with their matching invoices (xero is betarded at this. It searches only by amount, not by name and amount)
  • categories for flagging transactions as various types of expenses and income to make taxes easier
  • custom categories / tagging to track income/expenses for sub-projects (like the Noisebridge Tor project) separately from the general fund
  • some reasonably convenient way to output data (graphs and reports would be nice, but good clean csv files would do. I can matplotlib that shit.)
  • clear tracking of unpaid invoices
  • Reasonably forgiving and customizable rules system (i.e. xero has logical rules for automating reconciliation but won't let you create rules to reconcile against created invoices, only to create new transactions)
  • Reasonable batch edit UI (i.e. xero won't let you delete invoices once created, you can only void them, one at a time, and it's 4 clicks per void. Not A Feature.)
  • generate receipts easily
  • report generation for standard bookkeeping reports such as a balance sheet and profit & loss for reasonably custom date ranges.
  • web-based or linux-compatible local app. Some sort of remote data storage and ability to access from multiple machines is required. (Dropbox is an acceptable aid for this)

Bonus Features

These are in order of priority. Lacking any of these is not a deal breaker, but we really hope for the new system to include some of the higher-priority extras.

  • API
  • direct access to the full details of paypal or square transactions (i.e. notes to the payee, etc)
  • really smart algorithms for invoice reconciliation, alteration and deletion (i.e. delete invoices for this member during these dates or change the invoice amount on individual invoices without affecting repeating invoices)
  • an interface which isn't bleeding edge flash that trips up in Linux
  • automated email invoicing for recurring invoices

Options to look into

Bookkeeping

Billing & Payment processing