Difference between revisions of "Code - Adding a Feature"
From OpenEMR Project Wiki
Line 12: | Line 12: | ||
*interface/ | *interface/ | ||
*interface/main | *interface/main | ||
<br><bt> | |||
==Sample Commits That Add New Features== | |||
*[https://github.com/openemr/openemr/commit/15715f6c593a68c40ce7c00c5971720ec6d3aeeb#diff-0d81026c8ad0cbd67238d76a33300051 Patient List] | |||
<br> | <br> | ||
{{DISPLAYTITLE:How to Add A Feature}} | {{DISPLAYTITLE:How to Add A Feature}} |
Revision as of 15:18, 5 May 2014
Adding Options to Global
Creating a Webpage
Location
Most Code for New Pages Goes Into One of The Following Directories:
- interface/
- interface/main
<bt>
Sample Commits That Add New Features