summaryrefslogtreecommitdiffstats
path: root/UML/Sequences.txt
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-10-14 19:19:09 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-10-14 19:19:09 (GMT)
commite40b0628ce5692530b608c9c31d2450cf02e9130 (patch)
tree5596841c03920f51859a54e645eae25f6534e1a2 /UML/Sequences.txt
parentf93866baad1db91d59a30f300f3d5462f0078933 (diff)
download2ii10-e40b0628ce5692530b608c9c31d2450cf02e9130.zip
2ii10-e40b0628ce5692530b608c9c31d2450cf02e9130.tar.gz
2ii10-e40b0628ce5692530b608c9c31d2450cf02e9130.tar.bz2
Diffstat (limited to 'UML/Sequences.txt')
-rw-r--r--UML/Sequences.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/UML/Sequences.txt b/UML/Sequences.txt
new file mode 100644
index 0000000..55c0109
--- /dev/null
+++ b/UML/Sequences.txt
@@ -0,0 +1,27 @@
+- De duidelijke sequences staan er niet in.
+- De procedure "Edit...()" bestaat eigenlijk uit de "Set...()" procedures van alle properties.
+- Add en Edit Client type staan er nog niet
+
+
+
+basic calculations via website:
+ WebsiteUser.Login();
+ InsuranceProposal.InsuranceProposal();
+ CalculatePremiumAmount();
+
+manage timesheets:
+ Employee.SearchTimesheet();
+
+employee management:
+ Employee.SearchSalary();
+ Employee.SearchTimesheet();
+ Employee.SearchCareerStep();
+
+internal career tracking:
+ Employee.SearchCareerStep();
+
+convert into policy:
+ InsuranceProposal.ConvertToPolicy();
+ if websiteUser proposal and WebsiteUser isn't a client (InsuranceProposal.MakeClient();Client.Client();)
+ InsurancePolicy.InsurancePolicy();
+ PaymentInfo.PaymentInfo();