Hi Roberto, Regarding column sorting, I also had an idea to split metadata in separate columns as this way it much easier to sort and find documents by metadata. So regarding that issue I need some help where to look in source code regarding that. At the moment all metadata are display in one column (all documents, folder documents etc) like array of key:value pairs and I want to display values for each key in separate column. Metadata keys for each directory will be same only different values for different documents so this should be done for folder list view.
Can you please point me where to start? Any help is welcome! Regards, Niksa недеља, 10. фебруар 2013. 04.25.22 UTC+1, Roberto Rosario је написао/ла: > > Hi Niksa, > > That is correct, the current command line importer is rather simple in > that regard. There has been discussions on how to improve it and I think > your idea is worth including. > > To be able to provide column sorting (and filtering) interactively from > the GUI the document listing views (all documents, recent document, folder > documents, documents per index) have to be updated to output a Django > QuerySet (smart object) instead of a flat Python list or tuple (simple > object) which is what a few of them still output. There is significant > work done on this in the unstable branch waiting to be ported to the master > (stable release) branch, but is hard to say if this will make it into the > next release seeing how the feature inclusion window is closing. I'm > trying to aim for shorter development cycles to be able to produce more > major version releases per year (3 to 4) so if it is not included now it > will soon. > > --Roberto > > > On Friday, January 25, 2013 6:05:28 AM UTC-4, [email protected]: >> >> Hi Roberto, >> >> I have one question regarding mass upload of documents with different >> metadata. As I see at the moment its not possible, only with same metadata, >> right? Something that could be useful is maybe coma separated CSV file with >> different metadata attached with mass upload zip file or something similar. >> Is that possible? Also I'm interested in that functionality so please if >> you can help me with few details regarding it and how can I do that? Any >> ideas? >> >> One more thing is possibility of sort ASC or DESC data(documents) in >> tables by each column(name, tag, metadata, date etc.). There are few jQuery >> plugins that can be used. >> >> Regards, >> Niksa >> > -- --- 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.
