Skip step 1 of create document wizard if only one document type exists

This commit is contained in:
Roberto Rosario
2011-02-10 23:04:33 -04:00
parent 8df0747ec2
commit d4f685cd17
4 changed files with 51 additions and 24 deletions

View File

@@ -1,3 +1,4 @@
* Added python-magic for smarter MIME type detection (https://github.com/ahupp/python-magic)
* Added a new Document model field: file_mime_encoding
* Show only document metadata in document list view
* Added python-magic for smarter MIME type detection (https://github.com/ahupp/python-magic).
* Added a new Document model field: file_mime_encoding.
* Show only document metadata in document list view.
* If one document type exists, the create document wizard skips the first step.

View File

@@ -23,11 +23,11 @@
* Cache thumbnails and preview by document hash not by uuid - DONE
* Show document metadata in document list - DONE
* Add css grids - DONE
* If theres only one document type on db skip step 1 of wizard - DONE
* Document list filtering by metadata
* Filterform date filtering widget
* Validate GET data before saving file
* Check duplicated files using checksum
* If theres only one document type on db skip step 1 of wizard
* Show last 5 recent metadata setups for easy switch
* Change to model signals
* Allow document type to be changed in document edit view
@@ -53,5 +53,8 @@
* Divide navigation links search by object and by view
* Add show_summary method to model to display as results of a search
* Add unpaper to pre OCR document cleanup
* Support distributed OCR queues (RabbitMQ & Celery?)
* DXF viewer - http://code.google.com/p/dxf-reader/source/browse/#svn%2Ftrunk
* Group documents by metadata
* Support spreadsheets, wordprocessing docs using openoffice in server mode
* WebDAV support