summaryrefslogtreecommitdiff
path: root/oop/10-point-of-sale/docs
diff options
context:
space:
mode:
authorKamal Wickramanayake <kamal@inbox.lk>2026-03-22 21:31:29 +0530
committerKamal Wickramanayake <kamal@inbox.lk>2026-03-22 21:31:29 +0530
commit5f5ac2c4ce62370257a26c5f15dbef577f4bc1c7 (patch)
tree2b8cf5b2fdf9c8df124d4f8f64b33c876d1b55d2 /oop/10-point-of-sale/docs
parent3ffd9370c8c7ebf34232ef59568981cdc3856a05 (diff)
Deleted oop/10-point-of-sale since 11-point-of-sale has been added
Diffstat (limited to 'oop/10-point-of-sale/docs')
-rw-r--r--oop/10-point-of-sale/docs/01-requirements.txt19
-rw-r--r--oop/10-point-of-sale/docs/02-analysis-domain-model.pngbin150756 -> 0 bytes
-rw-r--r--oop/10-point-of-sale/docs/03-design-class-diagram.pngbin45999 -> 0 bytes
3 files changed, 0 insertions, 19 deletions
diff --git a/oop/10-point-of-sale/docs/01-requirements.txt b/oop/10-point-of-sale/docs/01-requirements.txt
deleted file mode 100644
index 86e497a..0000000
--- a/oop/10-point-of-sale/docs/01-requirements.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-A POS needs to be created. A customer would come to the cashier and the cashier would take items from the cart and enter the item ids to the system. The system would ask the number of items to be purchased. The system would create a bill and add line items to it. At the end, the total should be calculated and the tax should be added. The system would ask to enter the amount of money the customer would give. The system should print the entire bill with the balance to be given back to the customer.
-
-POS (system)
-
-Customer
-
-Cashier
-
-Item
- itemId
-
-LineItem
- quantity
-
-Bill
- total
- taxAmount
- moneyGivenByCustomer
- balanceToBeGivenToCustomer
diff --git a/oop/10-point-of-sale/docs/02-analysis-domain-model.png b/oop/10-point-of-sale/docs/02-analysis-domain-model.png
deleted file mode 100644
index 26396e4..0000000
--- a/oop/10-point-of-sale/docs/02-analysis-domain-model.png
+++ /dev/null
Binary files differ
diff --git a/oop/10-point-of-sale/docs/03-design-class-diagram.png b/oop/10-point-of-sale/docs/03-design-class-diagram.png
deleted file mode 100644
index c4da864..0000000
--- a/oop/10-point-of-sale/docs/03-design-class-diagram.png
+++ /dev/null
Binary files differ