summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/models.py
AgeCommit message (Collapse)Author
2021-10-25code review on FindSelect FindsCefin
2021-10-25adding search by person-in-charge on findsCefin
2021-10-25adding adress field for searchCefin
2021-10-25adding person in charge field for searchCefin
2021-10-25Performance on imports: group all post treatment to the endÉtienne Loks
2021-06-16Container import: put_document_by_internal_referenceÉtienne Loks
2021-05-25Search - Container: search by parent containerÉtienne Loks
2021-04-12CSV export: manage __count - fix get localisationsÉtienne Loks
2021-04-02Statistics - add modalitiesÉtienne Loks
- Context record: operation - Find: operation - Container: container type
2021-03-30Container: fix index generation when only stationary containers are availablesÉtienne Loks
2021-03-26Operation - Context records: Surface int -> floatÉtienne Loks
2021-03-19Format - black: warehouseÉtienne Loks
2021-03-09Container: weight on form - fix weight display on sheetÉtienne Loks
2021-03-09Container: manage calculated weightÉtienne Loks
2021-02-28Container: sort by index (add index to index)Étienne Loks
2021-02-28Update value docsÉtienne Loks
2021-02-28Update values docÉtienne Loks
2021-02-28get_values: get containers from operation - material_types_code from findsÉtienne Loks
2021-02-28Container: fix get_values refactoringÉtienne Loks
2021-02-28Container: fix get_values returnÉtienne Loks
2021-02-28Container: fix label gen with no filterÉtienne Loks
2021-02-28Container templates: add a "material_types" and a "material_types_code"Étienne Loks
2021-02-28Fix division importerÉtienne Loks
2021-02-28Warehouse: localisations importerÉtienne Loks
2021-02-28Container: put_document_by_external_id, put_document_by_referenceÉtienne Loks
2021-02-28Improve document generation perfÉtienne Loks
2021-02-28Fix typoÉtienne Loks
2021-02-28Add post_import action for container: put_document_by_complete_identifierÉtienne Loks
2021-02-28Container: generate index by location not responsibilityÉtienne Loks
2021-02-28responsible -> responsibilityÉtienne Loks
2021-02-28Container: collection -> responsibility. Deactivate collection fot findsÉtienne Loks
2021-02-28Fix localisation exportÉtienne Loks
2021-02-28Warehouse: col labelÉtienne Loks
2021-02-28No index for stationary containersÉtienne Loks
2021-02-28Templates: fix recursive call (containers <-> finds)Étienne Loks
2021-02-28Container: prevent parent association to himselfÉtienne Loks
2021-02-28Fix migration of new containers - add collection fieldÉtienne Loks
2021-02-28Warehouse - model: add collection to containerÉtienne Loks
2021-02-28Labels: quick access to operation on the containerÉtienne Loks
2021-02-28Templates: add finds to containersÉtienne Loks
2021-02-28Fix container merge (index error)Étienne Loks
2021-02-28Container: fix index generationÉtienne Loks
2021-02-28Container: fix index uniq constraintÉtienne Loks
2021-02-28Minor: fix translationÉtienne Loks
2021-02-28Fix english typoÉtienne Loks
2021-02-28Tests: fix M2M test (false positive)Étienne Loks
2021-02-28Fix null -> "" errors - fix testsÉtienne Loks
2021-02-28File: add edit button on sheet - fix research formsÉtienne Loks
2021-02-28Container: force fisrt cached_division generationÉtienne Loks
2021-02-28TextField: blank=True, null=True -> blank=True, default=""Étienne Loks