From e9a9250027ff9a48931d1f6ae76a3663dc47565e Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Sun, 9 Feb 2020 00:04:54 +0000 Subject: [PATCH] WIP: Basic work on audit --- RIGS/templates/RIGS/item_modal.html | 4 +- assets/forms.py | 2 +- assets/migrations/0011_auto_20200208_2304.py | 26 +++++++ assets/models.py | 7 +- assets/templates/asset_audit.html | 82 ++++++++++++++++++++ assets/templates/asset_list.html | 21 +---- assets/templates/asset_update.html | 5 ++ assets/templates/partials/asset_search.html | 28 +++++++ assets/templates/partials/audit_details.html | 8 ++ assets/urls.py | 3 + assets/views.py | 29 +++++++ templates/base_assets.html | 1 + 12 files changed, 192 insertions(+), 24 deletions(-) create mode 100644 assets/migrations/0011_auto_20200208_2304.py create mode 100644 assets/templates/asset_audit.html create mode 100644 assets/templates/partials/asset_search.html create mode 100644 assets/templates/partials/audit_details.html diff --git a/RIGS/templates/RIGS/item_modal.html b/RIGS/templates/RIGS/item_modal.html index 602f24ef..f34062ac 100644 --- a/RIGS/templates/RIGS/item_modal.html +++ b/RIGS/templates/RIGS/item_modal.html @@ -1,4 +1,4 @@ -