diff --git a/EMR/Bin-card.html b/EMR/Bin-card.html index c138e2a..71771a7 100644 --- a/EMR/Bin-card.html +++ b/EMR/Bin-card.html @@ -563,4 +563,4 @@

Bin Card

- + \ No newline at end of file diff --git a/EMR/excemption.html b/EMR/excemption.html new file mode 100644 index 0000000..253cccd --- /dev/null +++ b/EMR/excemption.html @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + +
+

PATIENTS' EXCEMPTION REPORT

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SNDATE FIRST NAMELAST NAMEGENDEREXEMPTION TYPECRITERIATOTAL AMOUNTDESCRIPTIONREMARKS
{{$index+1}}{{dataRow.date_created | date:'yyyy-MM-dd'}}{{dataRow.first_name}}{{dataRow.last_name}}{{dataRow.gender}}{{dataRow.exemption_type}}{{dataRow.criteria_name}}{{dataRow.total_amount_exempted}}{{dataRow.remarks}}
+
+
+
+
+
+ + diff --git a/EMR/item-issued.html b/EMR/item-issued.html new file mode 100644 index 0000000..1a511c4 --- /dev/null +++ b/EMR/item-issued.html @@ -0,0 +1,566 @@ + + + + + + + + + + + + + + + +
+

Item Issue Report

+

Loading filters ......................

+ +
+
+ +
+
+
+
+
+ + {{ selectedItems.length > 0 ? selectedItems[0].display: + 'Stockable Items' }} + + + + +
+
+ + + + + + + + + + + +
+ +
+
    +
  • + {{item.display}} +
  • +
+
+
    +
  • + {{item.display}} +
  • +
+
+ +
+
+
+
+
+
+
+ + StartDate: + + + + End Date: + + + +
+
+
+
+
+

Total Quantity Issued: {{ getTotalQuantity() }}

+
+ + + + + + + + + + + + + + + + + + + + + + + +
SNDateRef. NoBatchQuantity IssuedSource LocationDestination Location
{{$index+1}}{{dataRow.date | date:"medium"}}{{dataRow.ref_no}}{{dataRow.batch_no}}{{dataRow.quantity}}{{dataRow.source_location}}{{dataRow.destination_location}}
+
+
+
+
+
+ + \ No newline at end of file diff --git a/EMR/item-received.html b/EMR/item-received.html new file mode 100644 index 0000000..6b3d0ca --- /dev/null +++ b/EMR/item-received.html @@ -0,0 +1,567 @@ + + + + + + + + + + + + + + + +
+

Item Received Report

+

Loading filters ......................

+ +
+
+ +
+
+
+
+
+ + {{ selectedItems.length > 0 ? selectedItems[0].display: + 'Stockable Items' }} + + + + +
+
+ + + + + + + + + + + +
+ +
+
    +
  • + {{item.display}} +
  • +
+
+
    +
  • + {{item.display}} +
  • +
+
+ +
+
+
+
+
+
+
+ + StartDate: + + + + End Date: + + + +
+
+
+
+
+

Total Quantity Received: {{ getTotalQuantity() }}

+
+ + + + + + + + + + + + + + + + + + + + + + + +
SNDateRef. NoBatchQuantity ReceivedSource LocationDestination Location
{{$index+1}}{{dataRow.date | date:"medium"}}{{dataRow.ref_no}}{{dataRow.batch_no}}{{dataRow.quantity}}{{dataRow.source_location}}{{dataRow.destination_location}}
+
+
+
+
+
+ + \ No newline at end of file