npo-accounting-ikiwiki/UseCases/Collaborating.mdwn
Bradley M. Kuhn 45904d4a25 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
2013-11-14 12:50:48 -05:00

8 lines
409 B
Markdown

As an accountant that collaborates with other accountants I need:
- <a id="simultaneous-ledger-edits"></a>Simultaneous editing of the same ledger
- FIXME: this should probably be stated differently: In the case of decentralized ledgers, such as ledger-cli files shared via DVCS
- Easy synchronization of entries from separate ledgers
in order to efficiently and collaboratively perform accounting tasks.