diff --git "a/\\" "b/\\"
new file mode 100644
index 0000000..00f3ec7
--- /dev/null
+++ "b/\\"
@@ -0,0 +1,168 @@
+
+ Complaints
+
+
+
+
+
+
+
+
+
+
+
+ Add
+
+
+
+ Showing Active OnlyInactive
+
+
+
+
+
+
+
+
+ Complaint : {{ item.id }}
+
+ Complaint Date : {{ item.complaint_date }}
+ Sales Order: {{ item.sop.doc_no }}
+
+
+
+ {{ item.customer.acc_no }} - {{ item.customer.name }}
+ Reason : {{ item.reason }}
+ Driver : {{ item.driver.name }}
+
+
+
+
+
+
+
+ View
+ Edit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/DriverSearch.vue b/src/components/DriverSearch.vue
new file mode 100644
index 0000000..159e87e
--- /dev/null
+++ b/src/components/DriverSearch.vue
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
diff --git a/src/types/ComplaintType.vue b/src/types/ComplaintType.vue
index f53850b..4ef4f99 100644
--- a/src/types/ComplaintType.vue
+++ b/src/types/ComplaintType.vue
@@ -3,7 +3,7 @@ import Customer from '@/types/CustomerType.vue'
import ComplaintInfo from '@/types/ComplaintInfoType.vue'
export default class Complaint {
id = 0
- complaint_date = ""
+ complaint_date = new Date()
delivery_date = ""
reason = ""
sop = {}
diff --git a/src/views/complaints/ComplaintEdit.vue b/src/views/complaints/ComplaintEdit.vue
new file mode 100644
index 0000000..502cc0d
--- /dev/null
+++ b/src/views/complaints/ComplaintEdit.vue
@@ -0,0 +1,187 @@
+
+
+
+ Complaint : {{ complaint.id }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ complaint }}
+
+
+
+
+
+
+
+
+
+ Save
+ Add
+
+ Close
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/complaints/ComplaintsList.vue b/src/views/complaints/ComplaintsList.vue
index 27def12..59db244 100644
--- a/src/views/complaints/ComplaintsList.vue
+++ b/src/views/complaints/ComplaintsList.vue
@@ -1,84 +1,88 @@
Complaints
-
-
-
+
+
+
-
-
-
-
-
-
- Add
+
+
+
+
+
+
+ Add
+
+
+
+ Showing Active OnlyInactive
+
+
+
+
+
+
+
+
+ Complaint : {{ item.id }}
+
+ Complaint Date : {{ item.complaint_date }}
+ Sales Order: {{ item.sop.doc_no }}
+
-
-
- Showing Active OnlyInactive
-
+
+ {{ item.customer.acc_no }} - {{ item.customer.name }}
+ Reason : {{ item.reason }}
+ Driver : {{ item.driver.name }}
+
+
+
+
+
+
+
+ View
+ Edit
+
-
-
-
-
-
- Complaint : {{ item.id }}
-
- Complaint Date : {{ item.complaint_date }}
- Sales Order: {{ item.sop.doc_no }}
-
-
-
- {{ item.customer.acc_no }} - {{ item.customer.name }}
- Reason : {{ item.reason }}
- Driver : {{ item.driver.name }}
-
-
-
-
-
-
-
- View
- Edit
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+