From 4f90246c3608004ad361fef086f7bd2b005ad4e1 Mon Sep 17 00:00:00 2001 From: naomi Date: Sat, 11 Sep 2021 21:04:56 +0200 Subject: [PATCH 1/5] Update 'manual_tests.md' --- manual_tests.md | 1 - 1 file changed, 1 deletion(-) diff --git a/manual_tests.md b/manual_tests.md index ebf1c1e..ed73940 100644 --- a/manual_tests.md +++ b/manual_tests.md @@ -92,7 +92,6 @@ * Change a client's status from something else to "3-month followup due" - the site admin should receive an email about it with "3-month followup due for " as the subject and a link to the client in the body * Same for 6-month -* Same for the substatus that is just "follow-up due" * Should not happen when client is saved without changing status * Should not happen when status is changed to something else * Create new clients with those substatuses - notification should happen From 99c75a8a5a8d822445a238247009946125b5a421 Mon Sep 17 00:00:00 2001 From: naomi Date: Sat, 11 Sep 2021 21:07:29 +0200 Subject: [PATCH 2/5] Update 'manual_tests.md' --- manual_tests.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manual_tests.md b/manual_tests.md index ed73940..bcda936 100644 --- a/manual_tests.md +++ b/manual_tests.md @@ -93,5 +93,4 @@ * Change a client's status from something else to "3-month followup due" - the site admin should receive an email about it with "3-month followup due for " as the subject and a link to the client in the body * Same for 6-month * Should not happen when client is saved without changing status -* Should not happen when status is changed to something else -* Create new clients with those substatuses - notification should happen +* Should not happen when status is changed to something else \ No newline at end of file From 4df779cd10fee4966f6cc3aaf49073219388cb79 Mon Sep 17 00:00:00 2001 From: naomi Date: Sat, 11 Sep 2021 21:46:05 +0200 Subject: [PATCH 3/5] Update 'manual_tests.md' --- manual_tests.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/manual_tests.md b/manual_tests.md index bcda936..39901d7 100644 --- a/manual_tests.md +++ b/manual_tests.md @@ -93,4 +93,11 @@ * Change a client's status from something else to "3-month followup due" - the site admin should receive an email about it with "3-month followup due for " as the subject and a link to the client in the body * Same for 6-month * Should not happen when client is saved without changing status -* Should not happen when status is changed to something else \ No newline at end of file +* Should not happen when status is changed to something else + +# Number of participants + +* Create a debrief for a training and fill in "Number of participants". +* The number should appear on the training when you view it. +* Edit the debreief - it should change the training too +* Create another - so should that \ No newline at end of file From 89a8b4dfc7adefebef12e3397db7cfce3db0dec8 Mon Sep 17 00:00:00 2001 From: naomi Date: Sat, 11 Sep 2021 21:54:00 +0200 Subject: [PATCH 4/5] Update 'manual_tests.md' --- manual_tests.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/manual_tests.md b/manual_tests.md index 39901d7..3f4afdb 100644 --- a/manual_tests.md +++ b/manual_tests.md @@ -100,4 +100,10 @@ * Create a debrief for a training and fill in "Number of participants". * The number should appear on the training when you view it. * Edit the debreief - it should change the training too -* Create another - so should that \ No newline at end of file +* Create another - so should that + +# Total fees on a project +* Create a project and add some fees +* When you view the project the total fee should be displayed +* Edit it and change a fee, delete a fee, add a fee +* The total should update \ No newline at end of file From bfe6968e8afb670be7cde3478aee8a1a17d42785 Mon Sep 17 00:00:00 2001 From: naomi Date: Sat, 11 Sep 2021 22:16:19 +0200 Subject: [PATCH 5/5] Update 'manual_tests.md' --- manual_tests.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manual_tests.md b/manual_tests.md index 3f4afdb..3288583 100644 --- a/manual_tests.md +++ b/manual_tests.md @@ -106,4 +106,5 @@ * Create a project and add some fees * When you view the project the total fee should be displayed * Edit it and change a fee, delete a fee, add a fee -* The total should update \ No newline at end of file +* The total should update +* The total should appear in the list of projects \ No newline at end of file