Files @ 45904d4a25a2
Branch filter:

Location: NPO-Accounting/npo-accounting-ikiwiki/UseCases/ReadingAPI.mdwn

bkuhn
Don't put any text in the <a> with only id so that the class isn't need in CSS.

<joar> you should change it to <a id="foo"></a>Generating reports
<joar> so, just create an empty <a> tag before the anchor target
<bkuhn> is that really the "right way" to do it?
<joar> it's the generally accepted way
<bkuhn> oh, ok.
<joar> it's the way sphinx does it, for example
<joar> I think wikipedia does the same
# API

As a developer, it's essential that I have access to a clearly documented API
(at least) to read and (possibly) to write/update the financial data.

Specifically, the need to generate reports and analyze data in new ways is
essential, and while many systems try to give some sort of "report builder",
which are perhaps useful for some needs, are never adequate to foresee every
type of necessary issue.

The API should allow for not only custom reports, but the ability to generate
a programmatic analysis.  For example, this sort of API would be used to
compute the [[public support test for USA 501(c)(3) organizations|UseCases/PublicSupportTest]].