Johan Bernhardsson schrieb: > > On Mon, 2009-06-22 at 09:27 +0200, Henri Bergius wrote: >> Couple of additional things: >> >> **Contracts** >> >> - Management of contracts (validity period, terms, customers) would be >> useful, and with scanned-in PDFs remove some necessary paper archival > > Very useful. > > >> **Meeting notes** >> >> - At least in our company we need to easily store and retrieve notes from >> various meetings. Originally n.n.wiki with "related to" was used for this, >> but I doubt it is optimal > > Construct a new component for notes ? Or a component where you can write > text documents thats gets stored in the right place of o.o.documents. > And a view for text/html documents inline.
If you want to take the o.o.documents route, maybe it would be enough just to modify the DM2 schema a little: If you change the abstract field to use tinymce or markdown (and change its name to "notes"), you could simply write your notes there. Also I'm thinking about removing the limitation of one file per document object. That way you could add different formats (f.x. OO editable document and PDF rendering) or all the PPTs used in one meeting (with the accompanying notes in the abstract field). The only issue with that is that the backup_version mechanism would have to be changed > > We write meeting documents to. But those are stored as normal documents. > > /johan > > > _______________________________________________ > user mailing list > [email protected] > http://lists.midgard-project.org/mailman/listinfo/user _______________________________________________ user mailing list [email protected] http://lists.midgard-project.org/mailman/listinfo/user
