Compare commits

..

9 Commits

Author SHA1 Message Date
5c3c84fd07 CHORE: pep8
And another random bit of wierd whitespace I found
2019-12-31 12:08:50 +00:00
Matthew Smith
5054858585 Refactored out duplicated code from `AssetVersionHistory 2019-12-29 22:36:32 +00:00
d3ba770400 CHORE: *sings* And a pep8 in a broken tree... 2019-12-26 14:20:18 +00:00
2ca6786745 FEAT: Make revision history for suppliers accessible 2019-12-26 14:12:55 +00:00
08600daf7c FIX: Individual asset version history is now correctly filtered 2019-12-26 14:05:17 +00:00
9953ac0dc1 FIX: Asset history table 'branding' 2019-12-18 13:17:06 +00:00
f803dbb028 CHORE: Fix pep8 2019-12-17 20:44:49 +00:00
d50a2e8423 FEAT: Initial implementation of asset activity stream 2019-12-17 19:30:01 +00:00
206b54dab0 FEAT: Initial work on revision history for assets
The revision history for individual items mostly works, though it shows database ID where it should show asset ID. Recent changes feed isn't yet done.
2019-12-13 20:19:17 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
<p>
Your event <b>N{{ object.event.pk|stringformat:"05d" }}</b> has been successfully authorised
for <b>&pound;{{ object.amount }}</b>
by <b>{{ object.name }}</b> as of <b>{{ object.event.last_edited_at }}</b>.
by <b>{{ object.name }}</b> as of <b>{{ object.last_edited_at }}</b>.
</p>
<p>

View File

@@ -1,6 +1,6 @@
Hi {{ to_name|default_if_none:"there" }},
Hi {{ to_name|default:"there" }},
Your event N{{object.event.pk|stringformat:"05d"}} has been successfully authorised for £{{object.amount}} by {{object.name}} as of {{object.event.last_edited_at}}.
Your event N{{object.event.pk|stringformat:"05d"}} has been successfully authorised for £{{object.amount}} by {{object.name}} as of {{object.last_edited_at}}.
{% if object.event.organisation and object.event.organisation.union_account %}{# internal #}
Your event is now fully booked and payment will be processed by the finance department automatically.

View File

@@ -1,5 +1,5 @@
Hi {{object.event.mic.get_full_name|default_if_none:"somebody"}},
Just to let you know your event N{{object.event.pk|stringformat:"05d"}} has been successfully authorised for £{{object.amount}} by {{object.name}} as of {{object.event.last_edited_at}}.
Just to let you know your event N{{object.event.pk|stringformat:"05d"}} has been successfully authorised for £{{object.amount}} by {{object.name}} as of {{object.last_edited_at}}.
The TEC Rig Information Gathering System