| 
									
										
										
										
											2013-04-30 00:13:45 -04:00
										 |  |  | {% extends "base_conservancy.html" %} | 
					
						
							| 
									
										
										
										
											2015-03-08 21:17:06 -07:00
										 |  |  | {% load humanize %} | 
					
						
							| 
									
										
										
										
											2015-03-08 21:12:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-01 13:01:06 -05:00
										 |  |  | {% block subtitle %}NPOAcct - {% endblock %} | 
					
						
							|  |  |  | {% block category %}npoacct{% endblock %} | 
					
						
							| 
									
										
										
										
											2013-04-30 00:13:45 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% block head %} | 
					
						
							|  |  |  | <link href="/jquery-ui.css" rel="stylesheet" type="text/css"/> | 
					
						
							| 
									
										
										
										
											2013-12-17 09:15:03 -05:00
										 |  |  | <script type="text/javascript" src="/jquery.min.js"></script> | 
					
						
							|  |  |  | <script type="text/javascript" src="/jquery-ui.min.js"></script> | 
					
						
							| 
									
										
										
										
											2015-03-08 21:31:42 -07:00
										 |  |  | <script type="text/javascript" src="/supporter-page.js"></script> | 
					
						
							| 
									
										
										
										
											2013-04-30 00:13:45 -04:00
										 |  |  | {% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block content %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-02 17:51:10 -05:00
										 |  |  | <div class="donate-sidebar"> | 
					
						
							| 
									
										
										
										
											2013-04-30 23:58:03 -04:00
										 |  |  | <table style="background-color:#afe478;width:100%;"> | 
					
						
							| 
									
										
										
										
											2013-04-30 00:13:45 -04:00
										 |  |  | <tr><td style="text-align:center;padding:10px;padding-bottom:10px;"> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-05-01 08:44:12 -04:00
										 |  |  | <div id="donate-box" class="toggle-unit"><h1 class="toggle-content">Donate Now!</h1></div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-04-30 00:13:45 -04:00
										 |  |  | <!--
 | 
					
						
							|  |  |  | <script type="text/javascript" src="https://js.balancedpayments.com/v1/balanced.js"></script> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <script type="text/javascript"> | 
					
						
							|  |  |  |    // FOR DEMONSTRATION PURPOSES ONLY - if you already have a server you can POST to, replace | 
					
						
							|  |  |  |    //                                   the URL with the URL to post to. | 
					
						
							|  |  |  |    // go to http://requestb.in/ | 
					
						
							|  |  |  |    // click create new request bin and COPY that URL without the ?inspect at the end | 
					
						
							|  |  |  |    var requestBinURL = 'http://requestb.in/1dk2x8y1';  // make sure it doesn't end in ?inspect | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    var marketplaceUri = '/v1/marketplaces/TEST-MPMp7ZUPDpbj69vk2wGHRVY'; | 
					
						
							|  |  |  |    //var marketplaceUri = 'https://www.balancedpayments.com/marketplaces/TEST-MPMp7ZUPDpbj69vk2wGHRVY'; | 
					
						
							|  |  |  |    balanced.init(marketplaceUri); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | var cardData = { | 
					
						
							|  |  |  |   "name": "Bernhard Riemann",                 // Optional | 
					
						
							|  |  |  |   "card_number": "4111 1111 1111 1111", | 
					
						
							|  |  |  |   "expiration_month": 4, | 
					
						
							|  |  |  |   "expiration_year": 2014, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | function evbind(el, ev, handler) { | 
					
						
							|  |  |  | if(el.addEventListener) { | 
					
						
							|  |  |  | el.addEventListener(ev, handler, false); | 
					
						
							|  |  |  | } else if(el.attachEvent) { | 
					
						
							|  |  |  | el.attachEvent('on'+ev, function() {handler.apply(el);}); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    function responseCallbackHandler(response) { | 
					
						
							|  |  |  |       alert(response.status); | 
					
						
							|  |  |  |       switch (response.status) { | 
					
						
							|  |  |  |         case 400: | 
					
						
							|  |  |  |             // missing or invalid field - check response.error for details | 
					
						
							|  |  |  |             console.log(response.error); | 
					
						
							|  |  |  |             break; | 
					
						
							|  |  |  |         case 404: | 
					
						
							|  |  |  |             // your marketplace URI is incorrect | 
					
						
							|  |  |  |             console.log(response.error); | 
					
						
							|  |  |  |             break; | 
					
						
							|  |  |  |         case 201: | 
					
						
							|  |  |  |             // WOO HOO! MONEY! | 
					
						
							|  |  |  |             // response.data.uri == URI of the bank account resource you | 
					
						
							|  |  |  |             // should store this bank account URI to later credit it | 
					
						
							|  |  |  |             console.log(response.data); | 
					
						
							|  |  |  |             var $form = $("#bank-account-form"); | 
					
						
							|  |  |  |             // the uri is an opaque token referencing the tokenized bank account | 
					
						
							|  |  |  |             var bank_account_uri = response.data['uri']; | 
					
						
							|  |  |  |             // append the token as a hidden field to submit to the server | 
					
						
							|  |  |  |             $('<input>').attr({ | 
					
						
							|  |  |  |                type: 'hidden', | 
					
						
							|  |  |  |                value: bank_account_uri, | 
					
						
							|  |  |  |                name: 'balancedBankAccountURI' | 
					
						
							|  |  |  |             }).appendTo($form); | 
					
						
							|  |  |  |             $form.attr({action: requestBinURL}); | 
					
						
							|  |  |  |             $form.get(0).submit(); | 
					
						
							| 
									
										
										
										
											2013-04-30 22:17:27 -04:00
										 |  |  |         break; | 
					
						
							|  |  |  |     default: | 
					
						
							|  |  |  |         console.log(response.status); | 
					
						
							| 
									
										
										
										
											2013-04-30 00:13:45 -04:00
										 |  |  |         } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |    //alert('allo?'); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    var tokenizeInstrument = function(e) { | 
					
						
							|  |  |  |         alert('what"s going on?'); | 
					
						
							|  |  |  |         e.preventDefault(); | 
					
						
							|  |  |  |     | 
					
						
							|  |  |  |         var $form = $('#bank-account-form'); | 
					
						
							|  |  |  |         var bankAccountData = { | 
					
						
							|  |  |  |             name: $form.find('.ba-name').val(), | 
					
						
							|  |  |  |             account_number: $form.find('.ba-an').val(), | 
					
						
							|  |  |  |             bank_code: $form.find('.ba-rn').val(), | 
					
						
							|  |  |  |             type: $form.find('select').val() | 
					
						
							|  |  |  |         }; | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |         balanced.bankAccount.create(bankAccountData, responseCallbackHandler); | 
					
						
							|  |  |  |     }; | 
					
						
							|  |  |  |    $('#bank-account-form').submit(tokenizeInstrument); | 
					
						
							|  |  |  | */ | 
					
						
							|  |  |  | </script> | 
					
						
							|  |  |  | --> | 
					
						
							| 
									
										
										
										
											2015-03-08 21:35:16 -07:00
										 |  |  | <h3>Support NPO Accounting Project Now!</h3> | 
					
						
							| 
									
										
										
										
											2015-03-11 18:10:28 -07:00
										 |  |  | {% if fundgoal.fundraiser_donation_count > fundgoal.fundraiser_donation_count_disclose_threshold %} | 
					
						
							|  |  |  | Thanks to <span id="fundraiser-donation-count">{{ fundgoal.fundraiser_donation_count|intcomma }}</span> donations,<br/> | 
					
						
							|  |  |  | {% endif %} | 
					
						
							| 
									
										
										
										
											2015-03-08 21:31:42 -07:00
										 |  |  | $<span id="fundraiser-so-far">{{ fundgoal.fundraiser_so_far_amount|floatformat:0|intcomma }}</span> raised toward<br/> | 
					
						
							|  |  |  | our $<span id="fundraiser-goal">{{ fundgoal.fundraiser_goal_amount|floatformat:0|intcomma  }}</span> goal.<br/> | 
					
						
							| 
									
										
										
										
											2015-03-08 22:08:14 -07:00
										 |  |  | <div id="progressbar"><span id="fundraiser-percentage">(i.e., {{ fundgoal.percentage_there|floatformat:1 }}%)</span></div> | 
					
						
							| 
									
										
										
										
											2015-03-08 21:31:42 -07:00
										 |  |  | <p style="font-size: 75%">(Progress bar updated daily.)</p> | 
					
						
							| 
									
										
										
										
											2013-04-30 23:39:02 -04:00
										 |  |  | <a id="donate" style="text-decoration:none"></a> | 
					
						
							| 
									
										
										
										
											2015-03-09 08:46:16 -07:00
										 |  |  | <h3 class="donate-box-highlight">Help us reach our goal:</h3> | 
					
						
							| 
									
										
										
										
											2013-04-30 00:13:45 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | <!-- PayPal start --> | 
					
						
							|  |  |  | <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> | 
					
						
							|  |  |  | <input type="hidden" name="cmd" value="_s-xclick"> | 
					
						
							|  |  |  | <input type="hidden" name="hosted_button_id" value="3VRTJALJ5PQRW"> | 
					
						
							| 
									
										
										
										
											2014-11-11 18:00:02 -05:00
										 |  |  | <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" style="border:0" name="submit" alt="Donate Now!"> | 
					
						
							|  |  |  | <img alt="" style="border:0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> | 
					
						
							| 
									
										
										
										
											2013-04-30 00:13:45 -04:00
										 |  |  | </form> | 
					
						
							|  |  |  | <!-- PayPal end --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <!-- Balanced start -
 | 
					
						
							|  |  |  | <div class="container"> | 
					
						
							|  |  |  | - <form action="#" method="POST" id="bank-account-form" class="form-horizontal" onsubmit="balanced.card.create(cardData, function(response) { alert(response.status); });"> - | 
					
						
							|  |  |  | <form action="#" method="POST" id="bank-account-form" class="form-horizontal"> | 
					
						
							|  |  |  |     <fieldset> | 
					
						
							|  |  |  |         <legend>Bank Account Information</legend> | 
					
						
							|  |  |  |         <p><label>Account Holder's Name | 
					
						
							|  |  |  |             <input type="text" | 
					
						
							|  |  |  |                    autocomplete="off" | 
					
						
							|  |  |  |                    placeholder="Bank Account Holder's name" | 
					
						
							|  |  |  |                    class="ba-name" | 
					
						
							|  |  |  |                    name="ba_name" | 
					
						
							|  |  |  |                    value="4111 1111 1111 1111"> | 
					
						
							|  |  |  |         </label></p> | 
					
						
							|  |  |  |         <p><label>Routing Number | 
					
						
							|  |  |  |             <input type="text" | 
					
						
							|  |  |  |                    autocomplete="off" | 
					
						
							|  |  |  |                    placeholder="Routing Number" | 
					
						
							|  |  |  |                    class="ba-rn" | 
					
						
							|  |  |  |                    name="ba_rn" | 
					
						
							|  |  |  |                    value="4"> | 
					
						
							|  |  |  |         </label></p> | 
					
						
							|  |  |  |         <p><label>Account Number | 
					
						
							|  |  |  |             <input type="text" | 
					
						
							|  |  |  |                    autocomplete="off" | 
					
						
							|  |  |  |                    placeholder="Account Number" | 
					
						
							|  |  |  |                    class="ba-an" | 
					
						
							|  |  |  |                    name="ba_an" | 
					
						
							|  |  |  |                    value="2014"> | 
					
						
							|  |  |  |         </label></p> | 
					
						
							|  |  |  |         <p><label>Account Something | 
					
						
							|  |  |  |             <input type="text" | 
					
						
							|  |  |  |                    autocomplete="off" | 
					
						
							|  |  |  |                    placeholder="Account Something" | 
					
						
							|  |  |  |                    class="ba-as" | 
					
						
							|  |  |  |                    name="ba_as" | 
					
						
							|  |  |  |                    value="something someone"> | 
					
						
							|  |  |  |         </label></p> | 
					
						
							|  |  |  |         <p><label>Account Type | 
					
						
							|  |  |  |             <select name="ba_type"> | 
					
						
							|  |  |  |                 <option value='' disabled selected style='display:none;'> | 
					
						
							|  |  |  |                     Select Account Type | 
					
						
							|  |  |  |                 </option> | 
					
						
							|  |  |  |                 <option value="checking" default>CHECKING</option> | 
					
						
							|  |  |  |                 <option value="savings">SAVINGS</option> | 
					
						
							|  |  |  |             </select> | 
					
						
							|  |  |  |         </label></p> | 
					
						
							|  |  |  |         <button type="submit" class="btn"> | 
					
						
							|  |  |  |             Tokenize | 
					
						
							|  |  |  |         </button> | 
					
						
							|  |  |  |     </fieldset> | 
					
						
							|  |  |  | </form> | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | <script type="text/javascript"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | evbind(document.getElementById('bank-account-form'), 'submit', | 
					
						
							|  |  |  |   function(e) { | 
					
						
							|  |  |  |     e.preventDefault(); | 
					
						
							|  |  |  |     console.log(this.ba_as.value); | 
					
						
							|  |  |  |     balanced.card.create( | 
					
						
							|  |  |  |  { | 
					
						
							|  |  |  |   "name": this.ba_as.value, | 
					
						
							|  |  |  |   "card_number": this.ba_name.value, | 
					
						
							|  |  |  |   "expiration_month": this.ba_rn.value, | 
					
						
							|  |  |  |   "expiration_year": this.ba_an.value, | 
					
						
							|  |  |  | /* | 
					
						
							|  |  |  |   "name": "Bernhard Riemann",                 // Optional | 
					
						
							|  |  |  |   "card_number": "4111 1111 1111 1111", | 
					
						
							|  |  |  |   "expiration_month": 4, | 
					
						
							|  |  |  |   "expiration_year": 2014, | 
					
						
							|  |  |  | */ | 
					
						
							|  |  |  |  }, | 
					
						
							|  |  |  |     function(response) { | 
					
						
							|  |  |  |       console.log(response); | 
					
						
							|  |  |  |       console.log(response.data.uri); | 
					
						
							|  |  |  |       $.ajax("/campaign/?token=" + response.data.uri + '&amount=' + document.getElementById('bank-account-form').ba_an.value); | 
					
						
							|  |  |  |       alert(response.status); | 
					
						
							|  |  |  |     }); | 
					
						
							|  |  |  | }); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </script> | 
					
						
							|  |  |  | - Balanced end --> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-04-30 23:57:41 -04:00
										 |  |  | <p> | 
					
						
							| 
									
										
										
										
											2015-03-09 08:46:16 -07:00
										 |  |  |   <span class="donate-box-highlight">Other donation methods:</span> | 
					
						
							| 
									
										
										
										
											2013-04-30 22:17:04 -04:00
										 |  |  | <div class="toggle-unit"> | 
					
						
							| 
									
										
										
										
											2013-04-30 23:57:41 -04:00
										 |  |  |     <h4 class="toggle-control" data-text="Wire Transfer"  | 
					
						
							|  |  |  |     data-expanded-text="Wire Transfer:">Wire Transfer</h4> | 
					
						
							| 
									
										
										
										
											2013-04-30 22:17:04 -04:00
										 |  |  |     <div class="toggle-content"> | 
					
						
							|  |  |  |         Please | 
					
						
							|  |  |  |             contact <a href="mailto:accounting@sfconservancy.org">Conservancy | 
					
						
							|  |  |  |             by email</a><br/> for wire transfer instructions.<br/> | 
					
						
							|  |  |  |             Please Include your currency and country.<br/> | 
					
						
							|  |  |  |     </div><!-- /.toggle-content --> | 
					
						
							|  |  |  | </div><!-- /.toggle.unit --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <div class="toggle-unit"> | 
					
						
							| 
									
										
										
										
											2013-04-30 23:57:41 -04:00
										 |  |  |     <h4 class="toggle-control" data-text="Paper Check"  | 
					
						
							|  |  |  |     data-expanded-text="Paper Check:">Paper Check</h4> | 
					
						
							| 
									
										
										
										
											2013-04-30 22:17:04 -04:00
										 |  |  |     <div class="toggle-content"> | 
					
						
							|  |  |  |     Send paper check donations to:<br/> | 
					
						
							|  |  |  |     Software Freedom Conservancy, Inc.<br/> | 
					
						
							|  |  |  |     137 MONTAGUE ST  STE 380<br/> | 
					
						
							|  |  |  |     BROOKLYN, NY 11201-3548<br/> | 
					
						
							|  |  |  |     Please write <q>NPO ACCOUNTING</q> in the memo line.  | 
					
						
							|  |  |  |     </div><!-- /.toggle-content --> | 
					
						
							|  |  |  | </div><!-- /.toggle.unit --> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-04-30 22:26:56 -04:00
										 |  |  | <!-- Flattr start --> | 
					
						
							| 
									
										
										
										
											2014-12-01 13:01:06 -05:00
										 |  |  | <p><a href="https://flattr.com/thing/1296704/NPOAcct-to-develop-Free-and-Open-Source-Non-Profit-Accounting-Software" target="_blank"><img src="https://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" style="border:0" /></a></p> | 
					
						
							| 
									
										
										
										
											2013-04-30 22:26:56 -04:00
										 |  |  | <!-- Flattr end --> | 
					
						
							| 
									
										
										
										
											2013-04-30 00:13:45 -04:00
										 |  |  | </td></tr></table> | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-03-05 13:25:08 -08:00
										 |  |  | <div class="content-with-donate-sidebar"> | 
					
						
							| 
									
										
										
										
											2013-04-30 00:13:45 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-31 16:27:39 -04:00
										 |  |  | <h2>Non-Profit Accounting Software</h2> | 
					
						
							| 
									
										
										
										
											2013-04-30 00:13:45 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-04-30 21:11:13 -04:00
										 |  |  | <img src="/img/conservancy-accounting-campaign-logo.png" alt="Conservancy accounting campaign logo" style="float:left;" /> | 
					
						
							| 
									
										
										
										
											2013-04-30 00:13:45 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-04-30 23:38:54 -04:00
										 |  |  | <p>Conservancy has a plan to help all non-profit organizations (NPOs) by | 
					
						
							|  |  |  | creating an Open Source and Free Software accounting system usable by | 
					
						
							|  |  |  | non-technical bookkeepers, accountants, and non-profit managers.  You can | 
					
						
							|  |  |  | help us do it by donating now. | 
					
						
							|  |  |  | </p> | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-31 16:27:39 -04:00
										 |  |  | <h3>What is the Non-Profit Accounting Software Project?</h3> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-04-30 23:38:54 -04:00
										 |  |  | <p>To keep their books and produce annual government filings, most NPOs rely | 
					
						
							|  |  |  | on proprietary software, paying exorbitant licensing fees.  This is | 
					
						
							|  |  |  | fundamentally at cross purposes with their underlying missions of charity, | 
					
						
							|  |  |  | equality, democracy, and sharing.</p> | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-04-30 23:38:54 -04:00
										 |  |  | <p>This project has the potential to save the non-profit sector | 
					
						
							|  |  |  | millions in licensing fees every year.  Even non-profits that continue to use proprietary accounting | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  | software will benefit, since the existence of quality Open Source and Free | 
					
						
							|  |  |  |   Software for a particular task curtails predatory behavior by proprietary | 
					
						
							|  |  |  |   software companies, and creates a new standard of comparison.</p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p>But, more powerfully, this project's realization | 
					
						
							|  |  |  | will increase the agility and collaborative potential | 
					
						
							| 
									
										
										
										
											2013-04-30 23:38:54 -04:00
										 |  |  | for the non-profit sector — a boon to funders, boards, and employees —  bringing the Free Software and general NPO communities | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  | into closer collaboration and understanding.</p> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-09-13 16:28:34 -04:00
										 |  |  | <p><a href="#endorsements">Endorsers of this effort</a> include April, Fractured Atlas, The Free Software | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  | Foundation, Mozilla Foundation, GNOME Foundation, OpenHatch, Open | 
					
						
							|  |  |  | Source Initiative, QuestionCopyright.org, and Software in the Public | 
					
						
							| 
									
										
										
										
											2013-09-24 09:54:06 -04:00
										 |  |  | Interest; all encourage you to <a href="#donate-box" class="donate-now">donate and support it</a>.</p> | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <h3>Background</h3> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p>Like many non-profit organizations (NPOs) in the USA, Conservancy's | 
					
						
							|  |  |  |   financial accounts are audited annually by an independent accounting firm; | 
					
						
							|  |  |  |   we recently completed our fiscal year 2011 audit.  As usual, our auditors | 
					
						
							|  |  |  |   asked plenty of questions about our accounting software.  Conservancy uses | 
					
						
							| 
									
										
										
										
											2013-04-30 23:38:54 -04:00
										 |  |  |   only Free Software, of course, centered around a set of straightforward reporting | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  |   scripts that we created to run on top | 
					
						
							|  |  |  |   of <a href="http://www.ledger-cli.org/">Ledger CLI</a>. (Conservancy's | 
					
						
							|  |  |  |   current configuration using Ledger CLI | 
					
						
							|  |  |  |   is <a href="https://gitorious.org/ledger/npo-ledger-cli">publicly | 
					
						
							| 
									
										
										
										
											2013-04-30 23:38:54 -04:00
										 |  |  |   documented and explained</a>.)</p> | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-04-30 23:38:54 -04:00
										 |  |  | <p>Our auditors were only familiar with proprietary accounting software, and | 
					
						
							|  |  |  |   so our system seemed foreign to them, as it relies on Ledger CLI's text files, Emacs and | 
					
						
							|  |  |  |   version control.  During their questions | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  |   about our setup, we asked them to hypothetically prescribe a specific | 
					
						
							| 
									
										
										
										
											2013-04-30 23:38:54 -04:00
										 |  |  |   proprietary software setup as a model for  managing Conservancy's | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  |   accounts.  Our chief auditor started by mentioning a few well-known | 
					
						
							| 
									
										
										
										
											2013-04-30 23:38:54 -04:00
										 |  |  |   proprietary solutions.   But then he paused and continued:  <q>Given | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  |   that Conservancy's a fiscal sponsor with so many temporarily restricted | 
					
						
							|  |  |  |   accounts, existing systems really wouldn't do that good of a job for | 
					
						
							|  |  |  |   you</q>.</p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p>Indeed, Conservancy reached out into the broader fiscal sponsorship | 
					
						
							| 
									
										
										
										
											2014-11-11 18:00:29 -05:00
										 |  |  |   community beyond the <abbr title="Free, Libre and Open Source Software">FLOSS</abbr> | 
					
						
							|  |  |  |   <abbr title="Non-profit Organization">NPO</abbr> community and discovered that many larger fiscal sponsors — even | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  |   those willing to use proprietary components — have cobbled together | 
					
						
							|  |  |  |   their own unique systems, idiosyncratically tailored to their specific | 
					
						
							|  |  |  |   environments.  Thus, good, well-designed, and reusable accounting software | 
					
						
							|  |  |  |   for non-profit fiscal sponsorship is not just missing in the software | 
					
						
							|  |  |  |   freedom community; it's missing altogether.</p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-04-30 23:38:54 -04:00
										 |  |  | <p>The project that Conservancy proposes will take a modest step | 
					
						
							|  |  |  |   forward in creating a better solution for everyone.  | 
					
						
							|  |  |  |   <a href="#quotes">Many NPO leaders and academics agree</a> with Conservancy about the | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  |   immediate need for work to begin on this | 
					
						
							| 
									
										
										
										
											2013-09-13 16:28:34 -04:00
										 |  |  |   effort.  <a id="endorsements" | 
					
						
							|  |  |  |   style="text-decoration:none"></a><a href="http://april.org">April</a>, <a href="https://www.fracturedatlas.org">Fractured Atlas</a>, The <a href="http://fsf.org">Free Software | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  |   Foundation</a>, The <a href="https://www.mozilla.org/foundation/">Mozilla | 
					
						
							|  |  |  | Foundation</a>, The <a href="http://www.gnome.org/foundation/">GNOME Foundation</a>,  <a | 
					
						
							| 
									
										
										
										
											2013-05-01 10:25:11 -04:00
										 |  |  |         href="https://openhatch.org/">OpenHatch</a>, <a href="http://opensource.org/node/658">Open Source Initiative</a>, | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  |   <a href="http://QuestionCopyright.org">QuestionCopyright.org</a>, and <a href="http://www.spi-inc.org/">Software in the Public Interest</a> have | 
					
						
							| 
									
										
										
										
											2013-05-01 08:47:46 -04:00
										 |  |  |   all endorsed Conservancy's plan, and they encourage you to <a href="#donate-box" class="donate-now">donate and | 
					
						
							| 
									
										
										
										
											2013-05-01 08:44:12 -04:00
										 |  |  |   support it</a>.</p> | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | <p>Conservancy is uniquely qualified to undertake this task.  Using only Free | 
					
						
							|  |  |  |   Software, Conservancy already meets the complex accounting challenges of | 
					
						
							|  |  |  |   earmarked, directed donations for over thirty different projects.  We've | 
					
						
							|  |  |  |   learned much about this work in our first seven years of | 
					
						
							|  |  |  |   operation, and we're prepared to apply what we've learned to solve | 
					
						
							|  |  |  |   this problem not just for ourselves, but for anyone who seeks a | 
					
						
							|  |  |  |   solution that both respects software freedom and handles non-profit | 
					
						
							|  |  |  |   accounting for all sorts of NPOs, including fiscal sponsors.  General NPO | 
					
						
							|  |  |  |   accounting is just a “base case” of fiscal sponsorship (i.e., | 
					
						
							|  |  |  |   an NPO is just a fiscal sponsor for one and only one specific project), | 
					
						
							|  |  |  |   and Conservancy therefore believes a solution that handles fiscal sponsors | 
					
						
							|  |  |  |   will also handle the simpler case as well.</p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <h3>Why Conservancy Must Fund This Work</h3> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p>As it stands, nearly all Open Source and Free Software NPOs either use | 
					
						
							|  |  |  |   proprietary software, or fully outsource their bookkeeping and accounting | 
					
						
							|  |  |  |   to third-parties.  Those that don't do so (such as Conservancy and the Free | 
					
						
							|  |  |  |   Software Foundation) have long complained that existing Free Software in | 
					
						
							|  |  |  |   this area is inadequate, and have been forced to develop customized, | 
					
						
							|  |  |  |   one-off solutions in-house to make the systems work.</p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p>It's highly unlikely that the for-profit sector will adapt existing Free | 
					
						
							|  |  |  |   Software accounting systems to meet the differing needs of NPOs (let alone | 
					
						
							|  |  |  |   the more complex needs of fiscal sponsors; based on | 
					
						
							|  |  |  |   advice from our auditors and other fiscal sponsors, Conservancy understands that <em>no existing | 
					
						
							|  |  |  |   solution — proprietary or Free — meets the requirements of fiscal sponsorship accounting</em>).  Fiscal sponsors like | 
					
						
							|  |  |  |   Conservancy must track a separate set of books for every project, keeping | 
					
						
							| 
									
										
										
										
											2013-04-30 23:38:54 -04:00
										 |  |  |   in mind that a project may leave at any time for another NPO and need to take | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  |   their books with them.  Yet, the books of the entire organization are the | 
					
						
							|  |  |  |   aggregate of the books of all these projects, and internally, they need to | 
					
						
							|  |  |  |   be presented as a single set of books for those purposes.</p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p>Meanwhile, even if an organization is not a fiscal sponsor, non-profit | 
					
						
							|  |  |  |   accounting is <em>just different</em> than for-profit accounting, particularly in | 
					
						
							|  |  |  |   the USA.  For example, for-profit-oriented systems often make problematic | 
					
						
							|  |  |  |   assumptions about the workflow of accounting tasks (often because NPOs | 
					
						
							|  |  |  |   rely primarily on donations, rather than fee-for-service or widget-selling | 
					
						
							|  |  |  |   income).  Also, non-profit income is categorized differently than | 
					
						
							|  |  |  |   for-profit income, and the reporting requirements vary wildly from their | 
					
						
							|  |  |  |   for-profit equivalents.</p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p>Conservancy's existing system is working adequately, but requires daily | 
					
						
							|  |  |  |   the relatively more expensive time of a highly technical person to do the | 
					
						
							|  |  |  |   job of bookkeeping.  Also, the system cannot easily be adapted in its | 
					
						
							| 
									
										
										
										
											2013-04-30 23:38:54 -04:00
										 |  |  |   current form for another NPO, unless they also have a | 
					
						
							|  |  |  |   skilled technical employee to act as bookkeeper.  This project aims to build | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  |   on what Conservancy has learned and produce a non-profit accounting system | 
					
						
							|  |  |  |   that corrects these flaws.</p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p>Finally, Conservancy's mission (as stated | 
					
						
							|  |  |  | on <a href="http://sfconservancy.org/docs/conservancy_Form-1023.pdf">our Form | 
					
						
							|  |  |  | 1023 with the USA IRS</a>) includes producing Open Source and Free Software. | 
					
						
							| 
									
										
										
										
											2013-04-30 23:38:54 -04:00
										 |  |  | Thus, this project is a great way to pursue Conservancy's mission and address a | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  | specific need that so many NPOs (including us) have.  If no one steps up to create Free Software to replace the widely used | 
					
						
							|  |  |  | proprietary software, NPOs in aggregate will pay <em>much more</em> money for | 
					
						
							|  |  |  | proprietary licensing than Conservancy will ever spend in developing a | 
					
						
							| 
									
										
										
										
											2013-05-01 08:44:12 -04:00
										 |  |  | replacement. Please <a href="#donate-box" class="donate-now">donate | 
					
						
							|  |  |  | generously</a> to help us do it!</p> | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-04-30 23:38:54 -04:00
										 |  |  | <a id="quotes"></a> | 
					
						
							|  |  |  | <h3>Statements of Support For This Project from Others</h3> | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | <p><q>As a national fiscal sponsor with over 3,000 arts and cultural projects | 
					
						
							|  |  |  | under our umbrella, Fractured Atlas is ecstatic about this effort's | 
					
						
							|  |  |  | potential. After 15 years wrestling with Quickbooks and other inadequate | 
					
						
							|  |  |  | options, the idea of an open source tool designed specifically for this niche | 
					
						
							|  |  |  | of the field is beyond welcome. We wholeheartedly support the Conservancy's | 
					
						
							|  |  |  | work on this front and look forward to seeing where it leads.</q> — | 
					
						
							|  |  |  | <a href="https://www.fracturedatlas.org/site/bios/staff/1/Adam%20Forest_Huttler">Adam | 
					
						
							|  |  |  |   Huttler</a>, Executive Director, <a href="https://www.fracturedatlas.org">Fractured Atlas</a></p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p><q><a href="http://QuestionCopyright.org">QuestionCopyright.org</a> is | 
					
						
							|  |  |  | just one of many organizations that would benefit from a Free Software | 
					
						
							| 
									
										
										
										
											2013-04-30 23:38:54 -04:00
										 |  |  | accounting system that is usable by non-technical people.  We | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  | enthusiastically support the Conservancy's campaign to create one, and look | 
					
						
							|  |  |  | forward to using the result.</q> | 
					
						
							|  |  |  | — <a href="http://questioncopyright.org/speakers/karl_fogel">Karl | 
					
						
							|  |  |  | Fogel</a>, Executive Director, | 
					
						
							|  |  |  |   <a href="http://QuestionCopyright.org">QuestionCopyright.org</a></p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p><q>As a fiscal sponsor organization with over 30 currently-associated Free | 
					
						
							|  |  |  | Software projects, Software in the Public Interest shares the Conservancy's | 
					
						
							|  |  |  | needs and interests in this area, and welcome the opportunity to collaborate | 
					
						
							|  |  |  | on the development of a Free Software solution to our accounting needs.</q> | 
					
						
							|  |  |  | — Bdale Garbee, President,  <a href="http://www.spi-inc.org/">Software | 
					
						
							|  |  |  |     in the Public Interest</a></p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p><q>Open Source accounting software specifically tailored for non-profits | 
					
						
							|  |  |  |     will fill a pretty large need.</q> | 
					
						
							|  |  |  |     — <a href="http://wagner.nyu.edu/calabrese">Thad Calabrese</a>, | 
					
						
							|  |  |  |     Assistant Professor of Public and Nonprofit Financial Management | 
					
						
							|  |  |  |     at <a href="http://wagner.nyu.edu/">NYU Wagner</a>, and co-author | 
					
						
							|  |  |  |     of <cite>Financial Management for Public, Health, and Not-for-Profit | 
					
						
							|  |  |  |     Organizations, 4th Edition</cite>.</p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p><q>Creating free software specifically designed to address the needs of | 
					
						
							|  |  |  | nonprofits is a laudable goal and one that Conservancy is extremely well | 
					
						
							|  |  |  | positioned to achieve.</q>  — <a href="http://gnomg.org">Karen | 
					
						
							|  |  |  | Sandler</a>, Executive | 
					
						
							|  |  |  | Director, The <a href="http://www.gnome.org/foundation/">GNOME Foundation</a></p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p><q>The Open Source Initiative has shared the experiences of Software | 
					
						
							|  |  |  |      Freedom Conservancy in navigating the financial management needs of | 
					
						
							|  |  |  |      non-profit organisations and shares their concern. We have many NPOs as | 
					
						
							|  |  |  |      members and we welcome this useful initiative by Conservancy.</q> | 
					
						
							| 
									
										
										
										
											2013-05-01 10:25:11 -04:00
										 |  |  |      — Simon Phipps, President, <a href="http://opensource.org/node/658">Open Source | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  |      Initiative</a></p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p><q>The <a href="https://fsf.org/">Free Software Foundation</a> is committed to doing all of its work, | 
					
						
							|  |  |  | both public-facing and internal, using only free software. We are thankful to | 
					
						
							|  |  |  | the developers of SQL Ledger for providing the accounting software that has | 
					
						
							|  |  |  | served us well for many years. As we have grown, so have the complexities of | 
					
						
							|  |  |  | our finances.  Because of our own needs and our mission to help other | 
					
						
							|  |  |  | organizations — both inside and outside of the technology sphere | 
					
						
							|  |  |  | — run their operations on exclusively free software, we wholeheartedly | 
					
						
							| 
									
										
										
										
											2013-05-01 08:50:18 -04:00
										 |  |  | support this Conservancy initiative.</q> — <a href="http://www.fsf.org/about/staff-and-board#johns">John Sullivan</a>, Executive | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  | Director, <a href="https://fsf.org">Free Software Foundation</a></p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p><q>Open source is a great way to solve new problems and make software that | 
					
						
							|  |  |  | is more flexible and responsive to the needs of the people who use it. That's | 
					
						
							|  |  |  | as true for the finance industry as it is on the web.</q> | 
					
						
							|  |  |  | — <a href="http://blog.mozilla.org/press/bios/mark-surman/">Mark | 
					
						
							|  |  |  | Surman</a>, Executive | 
					
						
							|  |  |  | Director, <a href="https://www.mozilla.org/foundation/">Mozilla | 
					
						
							|  |  |  | Foundation</a></p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p><q>As a young free software non-profit, OpenHatch is thrilled to see this | 
					
						
							|  |  |  | effort; it would let us spend more of our time on programs and less on | 
					
						
							| 
									
										
										
										
											2013-05-01 08:44:12 -04:00
										 |  |  | paperwork.  I have already personally <a href="#donate-box" class="donate-now">donated</a>.</q> — Asheesh Laroia, | 
					
						
							| 
									
										
										
										
											2013-05-01 08:49:20 -04:00
										 |  |  | Executive Director, <a href="https://openhatch.org/">OpenHatch</a></p> | 
					
						
							| 
									
										
										
										
											2013-04-30 22:15:40 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-31 16:27:39 -04:00
										 |  |  | <!-- closes div.content-with-donate-sidebar --> | 
					
						
							| 
									
										
										
										
											2013-04-30 22:17:31 -04:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2013-04-30 00:13:45 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% endblock %} |