summaryrefslogtreecommitdiff
path: root/archaeological_files/forms.py
AgeCommit message (Collapse)Author
2014-12-12File search: 'is active?' set to unknown by default (refs #2138)É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-17Update french translationÉtienne Loks
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-07-18Fix doc generation search (refs #1591)Étienne Loks
2014-05-26Add max lenght to archaeological file namesÉtienne Loks
2014-05-26Contextual filter on fields for new items window (refs #1715)Étienne Loks
2014-05-15Created by search (refs #1590)Étienne Loks
2014-05-12Work on registry search (refs #1680) - work on operations testÉtienne Loks
2014-03-03Archaeological files: improve research archaeology form (refs #1682)Étienne Loks
2014-03-02Update french translationÉtienne Loks
2014-03-02Specific form for research archaeology (refs #1682)Étienne Loks
2014-02-25Archaeological files forms: simplify a wizard step (refs #1673)Étienne Loks
2014-02-11Modify search criteria for operation and files (refs #1619)Étienne Loks
2014-01-17Improve administrativ act search (refs #1624)Étienne Loks
2014-01-06Archaeological files: make internal_reference writable (refs #1578)Étienne Loks
2014-01-06Internal reference is definitly not required! (refs #1578)Étienne Loks
2014-01-03Fix unique field on archaeological files - 2Étienne Loks
2013-12-23Work on operation document generationÉtienne Loks
2013-12-19Improve file and admin act (file) searches (refs #1533)Étienne Loks
2013-12-19Improve administrative act (files) search (refs #1533)Étienne Loks
2013-12-19Update label and french translationÉtienne Loks
2013-12-19File: internal_reference is not a required field (refs #1578)Étienne Loks
2013-12-17Fix responsible_town_planning_service saving.Étienne Loks
2013-12-17Search files: add activ criteria on search (refs #1405)Étienne Loks
2013-12-17Administrativ act - document generation: Allow to generate many documentsÉtienne Loks
2013-12-17Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtarÉtienne Loks
2013-12-17Add a responsible of town planning services to filesÉtienne Loks
2013-12-14Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtarÉtienne Loks
2013-12-14Set Non Precised by default (if available) for permit typesÉtienne Loks
2013-12-03Associate template to AdministrativActType - automatically associate the ↵Étienne Loks
relevant template on administrativeact document generation (refs #1524)
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-10-28Add the reference of the last recorded file in the label (refs #625)Étienne Loks
2013-08-23PersonType from single value to multi value for PersonÉtienne Loks
2013-07-17Fix cache issuesÉtienne Loks
2013-07-17Fix cached forms that doesn't allow modeltypes updateÉtienne Loks
Don't instanciate the form passed to the widget
2013-04-11Add a name to archaelogical files (closes #628)Étienne Loks
2013-04-04Forms (operations, context records, files): add search by parcel (refs #575)Étienne Loks
2012-10-20Djangoization - Major refactoring (step 6)Étienne Loks
Work on wizard, views and forms to dispatch logic in a more relevant way.
2012-10-20Djangoization - Major refactoring (step 3)Étienne Loks
Reorganization of views, urls, menus, admin, forms. Changes on models.