summaryrefslogtreecommitdiff
path: root/archaeological_files/models.py
AgeCommit message (Collapse)Author
2014-11-06Fix admin act ordering (closes #2052)Étienne Loks
2014-11-04Fix archaeological file dashboardÉtienne Loks
2014-10-27Document generation: simplify and add departmentsÉtienne Loks
2014-10-21Dashboard: work on graphs for operations (refs #2076)Étienne Loks
* add a new creation date field for operations * refactoring of management of dashboard forms * dashboard form for operations
2014-10-20Dashboard: many improvments on graph (refs #2075)Étienne Loks
* by default graph is set by month * data are reapeated in a table * ability to save the graph in a file * detail by department with a line by department + total * add a legend * ability to zoom on the graph
2014-10-16Dashboards - graphs: allow to choose source of the date (creation or reception)Étienne Loks
2014-10-15Dashboard: implement a form to choose criteria for the graph displayÉtienne Loks
2014-09-28Parcel list for document templatesÉtienne Loks
2014-07-31Ordering operation and archaeological files by cached label (refs #1972)Étienne Loks
2014-07-29Change rules for short menu file colors (refs #1562)Étienne Loks
2014-07-25Rollback to alphabetic order for short menu (refs #1562)Étienne Loks
2014-07-24New sorting and displaying rules in shortcut menu (refs #1562)Étienne Loks
2014-07-23Manage empty get_ownsÉtienne Loks
2014-07-23Fix own files queryÉtienne Loks
2014-07-21Colors and orders in short menu - cache mechanism (refs #1562)Étienne Loks
2014-05-28"Own" rights management (refs #1564)Étienne Loks
* fix own queries for operations and archaeological files * fix permission checking * tests
2014-05-12Person and organization deletion (refs #1675)Étienne Loks
* add associated actions, wizards, forms * prevent deletion of associted items (operations, files, etc.) * give list of associated items before deletion and give access to these items
2014-05-10Fix quick shortcut associated items for operations and files (refs #1752)Étienne Loks
2014-03-02Specific form for research archaeology (refs #1682)Étienne Loks
2014-02-24Document templates: add town values for archaeological operations and ↵Étienne Loks
archaeological files
2014-02-13Add closing rights (refs #1628)Étienne Loks
2014-01-06Archaeological files: improve shortcut - add shortcut for person in charge ↵Étienne Loks
(refs #1561)
2014-01-03Fix unique field on archaeological files - 2Étienne Loks
2014-01-03Fix unique field on archaeological filesÉtienne Loks
2013-12-17Add a responsible of town planning services to filesÉtienne Loks
2013-12-02Manage document templateÉtienne Loks
* ooo_replace: generate a document by mapping ooo variables with a given dict * DocumentTemplate model: store templates associated with a type of objects * get_values method: generate a dict of value from a model * new form/view to generate document from administrativ acts
2013-09-12Manage missing order for some GeneralTypes (refs #612)Étienne Loks
2013-08-26Change Person selection form - add a Person sheet (refs #425)Étienne Loks
* change sheet creation to allow non historized object * add related names corresponding to person for operation, files and sources (through Author) * use a jqGrid associated to a form to select persons * create sheet templates for persons * add appropriate urls
2013-08-26Shorten the label of files in operation list (refs #408)Étienne Loks
2013-08-25Change saved filename (refs #244)Étienne Loks
2013-08-25Improve cached_label displayÉtienne Loks
2013-08-22Replace all "Reference" label by "Ref." (refs #1322)Étienne Loks
2013-08-22More explicit label for operation and files (refs #1324)Étienne Loks
2013-07-17Improve cached_label managemnentÉtienne Loks
* more genericity * adapt it to archaeological files
2013-06-18Add simple view permissionsÉtienne Loks
2013-04-30Manage new imports for "Pays de la Loire"Étienne Loks
2013-04-11Add a name to archaelogical files (closes #628)Étienne Loks
2013-04-05Fix archaeological file dashboardÉtienne Loks
2013-04-04Operation sheet: group parcels by sections - add parcels to File sheet (refs ↵Étienne Loks
#1193)
2012-10-22Djangoization - Major refactoring (step 15)Étienne Loks
* works on dashboards
2012-10-21Djangoization - Major refactoring (step 8)Étienne Loks
* clean-up on request and storage args in methods * view creation now managed by South * clean some mess in session values by using MultiValueDict
2012-10-21Djangoization - Major refactoring (step 7)Étienne Loks
Work on archaeological_files wizards
2012-10-20Djangoization - Major refactoring (step 5)Étienne Loks
Fix models imports and menu creation.
2012-10-20Djangoization - Major refactoring (step 3)Étienne Loks
Reorganization of views, urls, menus, admin, forms. Changes on models.
2012-10-19Djangoization - Major refactoring (step 2) models reorganization in django appsÉtienne Loks