Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI improvements in Encounter Screens #641

Merged
merged 9 commits into from Jul 26, 2017

Conversation

nileshprasad137
Copy link
Member

I tried hard to keep the frames as responsive as possible.
This PR attempts to improve UI over following screens::

  1. Encounter Summary
  2. New Encounter Form
  3. Encounter History
  4. Vitals
  5. Fee Sheet
  6. Message and Reminder

@teryhill
Copy link
Contributor

teryhill commented Jul 25, 2017

@nileshprasad137 @pri2si17-1997 @azwreith the three of y'all are proving to be tremendous assets to this project and I for one am very thankful to work with each of you. I know that each of you are giving 110%.

@nileshprasad137
Copy link
Member Author

Thanks and I'll continue to do so!!

<!--<script type="text/javascript" src="<?php //echo $GLOBALS['webroot']; ?>/library/textformat.js"></script>-->
<!--<script type="text/javascript" src="<?php //echo $GLOBALS['webroot']; ?>/library/js/jquery.datetimepicker.full.min.js"></script>-->
<!--link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.0.47/jquery.fancybox.min.css" />-->
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.0.47/jquery.fancybox.min.js"></script>-->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the commented out code if it is not needed

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. I just forgot to remove this.

jQuery.browser.version = RegExp.$1;
}
})();
</script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this going to be used else where? Could it go in a common function that was called when needed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will not be needed everywhere but certainly at many places. Yeah, seems like a good idea. I would keep this in a different function in the headers file.

<?php html_header_show();
// Include Bootstrap Library
call_required_libraries(true,false,false,false);
?>
<link rel="stylesheet" type="text/css" href="<?php echo $GLOBALS['standard_js_path']?>fancybox-1.3.4/jquery.fancybox-1.3.4.css" media="screen" />
<style type="text/css">@import url(../../../library/dynarch_calendar.css);</style>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should not be needed with the new date picker. I must have missed removing it.

<link rel="stylesheet" type="text/css" href="<?php echo $GLOBALS['standard_js_path']?>fancybox-1.3.4/jquery.fancybox-1.3.4.css" media="screen" />
<style type="text/css">@import url(../../../library/dynarch_calendar.css);</style>

<!-- supporting javascript code -->
<script type="text/javascript" src="<?php echo $GLOBALS['webroot'] ?>/library/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="<?php echo $GLOBALS['webroot'] ?>/library/dialog.js"></script>
<script type="text/javascript" src="../../../library/textformat.js"></script>
<script type="text/javascript" src="../../../library/dynarch_calendar.js"></script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not be needed with the new datepicker.

@nileshprasad137
Copy link
Member Author

Made the changes .

@nileshprasad137
Copy link
Member Author

We need to check if this resolves #640 .

@pri2si17-1997
Copy link
Member

Hi @nileshprasad137 have you worked on Transactions layout?

@nileshprasad137
Copy link
Member Author

capture You mean this 'transactions' ? I haven't worked on it till now. You have some suggestions for it?

@aethelwulffe
Copy link
Contributor

We have plans...somewhere...for replacing openflashchart...not that it is a bad tool really.
You started a conversation in a pull request...and we are merging it.

@aethelwulffe aethelwulffe merged commit df78aa0 into LibreHealthIO:master Jul 26, 2017
@nileshprasad137 nileshprasad137 deleted the message-ui branch July 26, 2017 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants