summaryrefslogtreecommitdiff
path: root/archaeological_operations/wizards.py
AgeCommit message (Collapse)Author
2015-05-06Workon alternate administrativ wizardÉtienne Loks
* reorganization of address fields * add a main town field * reorganize parcel wizard * workon new administrativ wizard
2015-02-06Wizards: prevent from redirecting to a document when no document is availableÉtienne Loks
2014-12-12Adminastriv Act: don't generate a doc if not asked at the last step (refs #2133)Étienne Loks
2014-10-24Display Administrativ Act after validation (refs #2084)Étienne Loks
2014-10-13Add reminders for administrativ acts (refs #2060)Étienne Loks
2014-05-15Warning message when deleting an indexed act (refs #1627)Étienne Loks
2014-04-04Fix and simplify current file in operations forms (refs #1745)Étienne Loks
2014-04-04Fix town/parcel selection on operation creation (refs #1745)Étienne Loks
2014-04-03Automatic copy of associated archaeological file on operation creation (refs ↵Étienne Loks
#1745)
2014-03-04Fix town list from archaeological files to operations (refs #1695)Étienne Loks
2014-03-03Fix archaeological file creation (refs #1687)Étienne Loks
2014-03-02Specific form for research archaeology (refs #1682)Étienne Loks
2014-02-20Operations: in_charge -> scientist - new field in_charge (refs #1600)Étienne Loks
* model update * forms update * templates update * search update * operation owned update
2014-01-15Fix direct modification by URL ("Modify" button) (refs #1615)Étienne Loks
Change nature of data initialization at first step
2013-12-27Display current item window after creation and modification (refs #1574)Étienne Loks
2013-12-17Choose document to generate at the end of create/modif processÉtienne Loks
2013-12-04Administrativ acts: generate document from the last step of ↵Étienne Loks
creation/modification (refs #1523)
2013-10-28Display a reminder of items concerned by the current edition (refs #1218)Étienne Loks
2013-10-28Don't validate the form when clicking on previous step (refs #1462, refs #1463)Étienne Loks
If a field has been changed a confirmation dialog appear.
2013-10-28Operation: easily add all parcel related to an archaeological file (refs #1444)Étienne Loks
2013-09-03Add a widget to do free input parcel additions (refs #809)Étienne Loks
2013-08-29Make all "short_label" properties (refs #1370)Étienne Loks
2013-04-10Fix many parcel removingÉtienne Loks
2013-04-10Fix crash on file creation (fixes #1212)Étienne Loks
2013-04-05UI improvment for parcels management (refs #151)Étienne Loks
2013-04-04Inline formset to manage parcelsÉtienne Loks
2012-10-21Djangoization - Major refactoring (step 14)Étienne Loks
* Fix formset UI. * Fix formset towns. * Clean-up
2012-10-21Djangoization - Major refactoring (step 10)Étienne Loks
* Fix operation wizards * Minor fix on other wizards
2012-10-21Djangoization - Major refactoring (step 9)Étienne Loks
* move templates * change labels
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 6)Étienne Loks
Work on wizard, views and forms to dispatch logic in a more relevant way.