summaryrefslogtreecommitdiff
blob: 3baf462d1027cacd66a8afc726c482a38f9d1d78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
\documentclass[a4paper,twocolumn]{article}

\usepackage[utf8]{inputenc}
\usepackage{xcolor}
\usepackage[colorlinks,linkcolor=black,citecolor=blue]{hyperref}
\usepackage[a4paper,margin=2cm]{geometry}
\usepackage{fancyhdr}
\usepackage{etoolbox}
\usepackage{multicol}
\usepackage{amsmath}

\newtoggle{finalversion}
\togglefalse{finalversion}

\hyphenpenalty=100000

\iftoggle{finalversion}{}{%
\fancypagestyle{plain}{%
  \renewcommand{\headrulewidth}{0pt}%
  \fancyfoot[R]{\tiny\input{docversion.tmp}}%
}}

\iftoggle{finalversion}{%
\newcommand{\ins}{}
\newcommand{\cont}{}
\newcommand{\xcom}[1]{}
\newcommand{\cit}{}
}{%
\newcommand{\ins}{{\color{red}[??]}}
\newcommand{\cont}{{\color{red} \dots}}
\newcommand{\xcom}[1]{{\color{gray} [#1]}}
\newcommand{\cit}{{\color{blue}\textsuperscript{[citation needed]}}}
}


\newcommand{\marcom}[1]{%
	\marginpar{\fcolorbox{red}{white}{\parbox{13mm}{\color{red} \tiny #1}}}
}

\newcommand{\sref}[1]{Section~\ref{#1} (\nameref{#1})}
\newcommand{\figref}[1]{\figurename~\ref{#1}}
\newcommand{\tabref}[1]{\tablename~\ref{#1}}

\newcommand{\LAWREF}[1]{\fbox{#1}}

\hyphenation{Gentoo}

\begin{document}
\title{Request for proposal: Accounting and advisory services for IRS compliance}
\author{Gentoo Foundation}
\date{\today}
\maketitle


\tableofcontents

\section{Definitions}
\label{sec:definitions}
\begin{description}
	\item[Gentoo Linux] is a Linux distribution as further described in \sref{gentoolinux}
	\item[Gentoo Foundation] registered Domestic Nonprofit Corporation in New Mexico. More information in \sref{gentoo:foundation}
\end{description}

\section{Gentoo Linux}
\label{gentoolinux}
Gentoo Linux\cite{gentoo} is a free, source-based meta distribution that enables a high degree of flexibility and high performance. Gentoo is a rolling release distribution, making upgrading an iterative process rather than jumping large gaps; if something breaks you can easily roll back just the recent upgrade to get back to a working system. The Gentoo community consists of around 200 developers and a great number of users throughout the globe.

\subsection{Gentoo Foundation}
\label{gentoo:foundation}
Gentoo Foundation\cite{gentoo:foundation} (henceforth also the \textbf{Foundation}) is a registered Domestic Nonprofit Corporation in New Mexico with registration number 2463313\cite{gentoo:foundation:registration}. The registered mailing address is 500 Westover Dr., \#10605, Sanford, NC 27330 and the status of filings in New Mexico have been in good standing since May 2008.

Although it has been a goal for the Foundation to achieve charitable \LAWREF{501(c)(3)} status the necessary paperwork has never been filed as such.

\section{Current financial status}
\label{sec:background}
The financial state of the Gentoo Foundation is itself in a decent state with cash on balance at the end of 2017 amounting to \ins{} and no outstanding invoices, however no financial reports have been published by the Board of Trustees since 2012\cite{finrep}.

As a result of negligence of previous treasurers and trustees necessary paperwork has not been filed with federal tax authorities (henceforth \textbf{IRS}).

A recent treasurer has taken responsibility for cleaning up the historical baggage and performed a massive job of going through historical transactions and recreated a full ledger of transactions in the open source tool Ledger\cite{ledger01}. Data can easily be exported from this tool and direct knowledge from accountants are not necessary in order to access the books as the current Treasurer is available to support the efforts and data can be exported based on the needs of the accountant.

\section{Operations}
\xcom{typical income sources are donations, sale (including royalties for) of Gentoo merchandise}

\section{Scope of service}
\label{sec:seek}
First and foremost the Foundation wants to get in good standing with the IRS including paying any back--taxes and penalties necessary. In order to ensure that accounting is properly handled going forwards it is also expected that accounting services will be outsourced along with advisory services on proper filings of necessary paperwork including tax-related matters.

\subsection{Financial reporting}
\xcom{Produce annual reports to provide to the members of the Foundation}

\subsection{Tooling}
As the Foundation supports an open source distribution no proprietary tools should be required of the Trustees or officers to fulfill necessary operations. If the accountant is using such proprietary systems internally it should be possible to use a web interface or similar to perform these duties, and the data should be possible to export in a format that is readable outside such tools.

\subsection{Requirements}
The accounting firm should have a working knowledge of the following:
\begin{enumerate}
\item US GAAP
\item Laws required for a New Mexico corporation
\end{enumerate}

\xcom{Need to fill out more about the scope of the service}

\begin{thebibliography}{9}
	\bibitem{gentoo} \url{https://www.gentoo.org}
	\bibitem{gentoo:foundation} \url{https://www.gentoo.org/inside-gentoo/foundation/}
	\bibitem{gentoo:foundation:registration} \url{https://portal.sos.state.nm.us/BFS/online/CorporationBusinessSearch/CorporationBusinessInformation?businessID=214657&previouspage=DB} (access to site restricted for non-US locations)
	\bibitem{finrep} \url{https://wiki.gentoo.org/wiki/Foundation:Financial_Reports}
	\bibitem{ledger01} \url{https://www.ledger-cli.org/index.html}
\end{thebibliography}
\end{document}