diff --git a/providerwww/application/controllers/Patient.php b/providerwww/application/controllers/Patient.php new file mode 100644 index 0000000..6023042 --- /dev/null +++ b/providerwww/application/controllers/Patient.php @@ -0,0 +1,22 @@ +renderProviderSecurePage('patient/patientreport', $data); + } + + public function addnew() { + $data = array(); + $this->renderProviderSecurePage('patient/newpatient', $data); + } + + public function report() { + $data = array(); + $this->renderProviderSecurePage('patient/patientreport', $data); + } + +} diff --git a/providerwww/application/views/provider/components/patient_listing.php b/providerwww/application/views/provider/components/patient_listing.php index 2f8340b..31b2011 100644 --- a/providerwww/application/views/provider/components/patient_listing.php +++ b/providerwww/application/views/provider/components/patient_listing.php @@ -6,7 +6,9 @@

Patients List

diff --git a/providerwww/application/views/provider/patient/newpatient.php b/providerwww/application/views/provider/patient/newpatient.php new file mode 100644 index 0000000..c8efd46 --- /dev/null +++ b/providerwww/application/views/provider/patient/newpatient.php @@ -0,0 +1,189 @@ + + + +
+ + + + +
+ +
+ + + + +
+
+
+
+
+

Recent Encounters

+
+ +
+
+
+
+
+ PP +
+
+
+ Car dealer +
Unread utf-8 in more quick overview
+
    +
  • + Created by Lizzy Halfman +
  • +
  • |
  • +
  • + Saturday, March 17 2019 +
  • +
+
+
+
+
+
+ SL +
+
+
+ Webster HTML5 +
I get an error "No Direct Access Allowed!" when I enter purchase
+
    +
  • + Created by Samuel Woods +
  • +
  • |
  • +
  • + Sunday, March 19 2019 +
  • +
+
+
+
+
+
+ MP +
+
+
+ The corps +
OAuth Credentials not generating the key
+
    +
  • + Created by Andrew nico +
  • +
  • |
  • +
  • + Monday, March 21 2019 +
  • +
+
+
+
+
+
+ SP +
+
+
+ Sam martin vCard +
Pre-Buy Questions : For bakery Shop (Mentor Android Application)
+
    +
  • + Created by Jimmy Falicon +
  • +
  • |
  • +
  • + Friday, March 22 2019 +
  • +
+
+
+
+
+
+ AP +
+
+
+ Mentor admin +
I need a payment option, for each seller per item
+
    +
  • + Created by Brian Joedon +
  • +
  • |
  • +
  • + Saturday, March 17 2019 +
  • +
+
+
+
+
+
+ + + +
+ +
+ +
+ + + + + + + + +
+ +
+ +
+ + + diff --git a/providerwww/application/views/provider/patient/patientreport.php b/providerwww/application/views/provider/patient/patientreport.php new file mode 100644 index 0000000..f779bb6 --- /dev/null +++ b/providerwww/application/views/provider/patient/patientreport.php @@ -0,0 +1,343 @@ + + + +
+ + + + +
+ +
+ + + + +
+
+
+
+
+
+
+

Total Visits

+ +
+
+
+
+
+
+

15,640

+

Monthly visitor

+
+
+
+
+
+
+
+

Total Cost

+ +
+
+
+
+
+
+

16,656

+

This month

+
+
+
+
+
+
+
+

Total Sales

+ +
+
+
+
+
+
+

569

+

Avg. Sales per day

+
+
+
+
+
+
+
+
+
+
+
+
    +
  • + Redirect Visits 456
  • +
  • New Visits 256
  • +
  • Direct Visits 128
  • +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+

Recent Encounters

+
+ +
+
+
+
+
+ PP +
+
+
+ Car dealer +
Unread utf-8 in more quick overview
+
    +
  • + Created by Lizzy Halfman +
  • +
  • |
  • +
  • + Saturday, March 17 2019 +
  • +
+
+
+
+
+
+ SL +
+
+
+ Webster HTML5 +
I get an error "No Direct Access Allowed!" when I enter purchase
+
    +
  • + Created by Samuel Woods +
  • +
  • |
  • +
  • + Sunday, March 19 2019 +
  • +
+
+
+
+
+
+ MP +
+
+
+ The corps +
OAuth Credentials not generating the key
+
    +
  • + Created by Andrew nico +
  • +
  • |
  • +
  • + Monday, March 21 2019 +
  • +
+
+
+
+
+
+ SP +
+
+
+ Sam martin vCard +
Pre-Buy Questions : For bakery Shop (Mentor Android Application)
+
    +
  • + Created by Jimmy Falicon +
  • +
  • |
  • +
  • + Friday, March 22 2019 +
  • +
+
+
+
+
+
+ AP +
+
+
+ Mentor admin +
I need a payment option, for each seller per item
+
    +
  • + Created by Brian Joedon +
  • +
  • |
  • +
  • + Saturday, March 17 2019 +
  • +
+
+
+
+
+
+
+
+
+
+

Activities

+
+ +
+
+
    +
  • +
    +
    Meeting with Amanda and team.
    + 10:30 Jan +
    +
  • +
  • +
    +
    Assign task for Smith.
    + + Wed, 10 Mar + +
    +
  • +
  • +
    +
    Complete milestone 3 and update.
    + + Mon, 14 Jun + +
    +
  • +
  • +
    +
    Start new task with mark.
    + + Sat, 01 May + +
    +
  • +
  • +
    +
    You have created a new task
    + 9:30 +
    +
  • +
  • +
    +
    Meeting with client and CEO.
    + + Fri, 10 Aug + +
    +
  • +
  • +
    +
    Meeting with Amanda and team.
    + + Fri, 01 Dec + +
    +
  • +
+
+
+
+
+ +
+ +
+ + + + + + + + +
+ +
+ +
+ + + diff --git a/providerwww/application/views/template/provider_footer.php b/providerwww/application/views/template/provider_footer.php index d03bcc1..8fa8056 100644 --- a/providerwww/application/views/template/provider_footer.php +++ b/providerwww/application/views/template/provider_footer.php @@ -21,10 +21,10 @@ - + - + \ No newline at end of file diff --git a/providerwww/application/views/template/provider_header.php b/providerwww/application/views/template/provider_header.php index c17399a..f8528a7 100644 --- a/providerwww/application/views/template/provider_header.php +++ b/providerwww/application/views/template/provider_header.php @@ -9,13 +9,13 @@ - + - + - + @@ -27,7 +27,7 @@
- loader + loader
diff --git a/providerwww/application/views/template/topstrip.php b/providerwww/application/views/template/topstrip.php index c026c5f..8ff6f6a 100644 --- a/providerwww/application/views/template/topstrip.php +++ b/providerwww/application/views/template/topstrip.php @@ -4,7 +4,7 @@
-

+

- \ No newline at end of file + + +
+
+
+
+
+
+
+

Total Visits

+ +
+
+
+
+
+
+

15,640

+

Monthly visitor

+
+
+
+
+
+
+
+

Total Cost

+ +
+
+
+
+
+
+

16,656

+

This month

+
+
+
+
+
+
+
+

Total Sales

+ +
+
+
+
+
+
+

569

+

Avg. Sales per day

+
+
+
+
+
+
+
+
+
+
+
+
    +
  • + Redirect Visits 456
  • +
  • New Visits 256
  • +
  • Direct Visits 128
  • +
+
+
+
+
+
+
+
+
\ No newline at end of file