You might want to take a look at this which is an *AddOn for OpenOffice.org (and LibreOffice) to export documents to Google Docs, Zoho & WebDAV servers* http://code.google.com/p/ooo2gd/
On Friday, January 25, 2013 8:24:14 AM UTC-5, Piotr Kaczyński wrote: > > Hi Rosario, > > Thanks for the reply. I would be really glad to help and maybe implement > such an integration if it would be possible (after the decoupling). > > As to the numbering - yes. I have invoices, that should be automatically > numbered. Each new document of selected type (or the one having this > metadata field) would get concurrent number. > > Use case: Document type: Invoice. Add metadata field to this doucment > type: "number". > 1) I upload the first document. I leave the field "number" blank > 2) After the upload the docuemnts get value 1 in field "number" > 3) I upload the second document, Again leave the number blank. > 4) After upload field gets number "2", i.e. max of all values already in > the DB in the field "number" plus 1. > > Could you maybe point me in the direction how would I achieve this? > > Thanks, > Piotr > > On Thursday, January 24, 2013 9:21:42 PM UTC+1, Roberto Rosario wrote: >> >> Hi Piotr, >> >> It sounds very interesting, very practical and something I >> would definitively love to see added to Mayan. The problem is in that the >> implementation details are a big mystery to me. If Sharepoint and MS >> Office are using something like WebDav or CMIS, then it could be possible >> to add this. I guess the first step is learning how Sharepoint is doing >> what it does and if it is doing it in a non proprietary manner. >> >> The other method you mentioned has been discussed before (using >> http://pypi.python.org/pypi/watchdog) and while technically challenging >> could be implemented as a vendor, platform and software agnostic solution. >> One of the items for the next release is decoupling filesystem sharing >> from the document indexing app, which could help pave the way to make this >> a reality. >> >> >> Another question: Is there a way to automatically number documents >> (e.g. metadata field with concurrent numbers for specific document type) >> >> Like a counter? Or a custom, user defined ID field via a Python >> expression? Example use case to get a better idea what/how to add it. >> >> --Roberto >> >> On Wednesday, January 23, 2013 3:37:27 PM UTC-4, Piotr Kaczyński wrote: >>> >>> Hi, >>> >>> Is there a plan to add sharepoint-like integration for office 2013 >>> documents? This means that I could open document via clicking on the link, >>> MS Word pops out with the document and after saving the document I get >>> another (sub)version uploaded automagically to mayan. >>> >>> The current scenario (as I get it), i.e. >>> 1) Download document >>> 2) Open document, then save it >>> 3) Upload new version (be careful, not to upload normal document) >>> is quite long and (with all my hate for Sharepoint) is worse than the >>> one sponsored by MS. >>> >>> Maybe there is another option like editing documents on samba share and >>> then automatic cross check with existsing ones? >>> >>> Or I would have to write my own app? >>> >>> Another question: Is there a way to automatically number documents (e.g. >>> metadata field with concurrent numbers for specific document type) >>> >>> Thanks for any reply, >>> >>> Piotr >>> >> -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
