summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
AgeCommit message (Collapse)Author
2014-12-21Add a new table to manage importsÉtienne Loks
2014-12-18More precise merge key for organization and personÉtienne Loks
2014-12-18Fix length of town's name.Étienne Loks
* Ready for Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch!
2014-12-17Allow user creation when db is not syncedÉtienne Loks
2014-12-12Don't erase any creation of this user when it is deleted (refs #2169)Étienne Loks
* creator is no more a mandatory field * for associated foreign key relation: on_delete set to SET_NULL
2014-12-12Fix history on batch removing of users (refs #2170)Étienne Loks
2014-11-28Merge action implementation (person and organization)Étienne Loks
2014-11-24Work on SRA importationÉtienne Loks
2014-11-07Larger names for personÉtienne Loks
2014-11-06Fix admin act ordering (closes #2052)Étienne Loks
2014-10-29Add global variables (+admin) - implement an easier ooo parsing (refs #2111)Étienne Loks
2014-10-27Document generation: simplify and add departmentsÉtienne Loks
2014-10-27Better VALUES display for templatesÉtienne Loks
2014-10-21Dashboards: fix SQL queries for graphsÉ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-16Dashboard: fix inapropriate sorting of valuesÉtienne Loks
2014-10-15Dashboard: implement a form to choose criteria for the graph displayÉtienne Loks
2014-07-23Manage empty get_ownsÉtienne Loks
2014-07-21Colors and orders in short menu - cache mechanism (refs #1562)Étienne Loks
2014-06-15Administrativ act: fix bad indexÉtienne Loks
2014-05-12Fix created by fields on sheets (refs #1590)Étienne Loks
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-12Add email field to organizations - Django management of email fields (refs ↵Étienne Loks
#1677)
2014-05-12Add operator to searches (refs #1678)Étienne Loks
2014-05-12Work on registry search (refs #1680) - work on operations testÉtienne Loks
2014-05-10Manage operation type order (refs #1685)Étienne Loks
2014-05-10History: add a creator fieldÉtienne Loks
* automatically add creator to new created item * associated migrations * associated tests * tests
2014-04-01Prevent encoding error in filenames (refs #1618)Étienne Loks
2014-04-01Complete generated filename - 2 (refs #1618)Étienne Loks
2014-04-01Complete generated filename (refs #1618)Étienne Loks
2014-03-27Uppercase for town in document names (refs #1618)Étienne Loks
2014-03-02Specific form for research archaeology (refs #1682)Étienne Loks
2014-02-24Document templates: add special accessors to have a list of available variablesÉtienne Loks
* KEYS gives a list of available KEYS * VALUES gives a list of available key, values
2014-01-13Add created by to record cart (refs #1590)Étienne Loks
2013-12-19Organization: increase organization name lenght (ref #1569)Étienne Loks
2013-12-17Organizations management (refs #1568)Étienne Loks
* select, create, modify forms * create, modify, wizard * sheet templates * associated actions, urls
2013-12-17Choose document to generate at the end of create/modif processÉ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-05CleaningÉtienne Loks
2013-12-05More precise value getter for document generationÉtienne Loks
2013-12-02Prevent unicode problem when generating an ooo fileÉtienne Loks
2013-12-02i18n on document templateÉ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-10-28Fix history modificationÉtienne Loks
2013-10-24Fix history management - fix archaeological files history testsÉtienne Loks
* fix rollback * fix history duplicates