Skip to content

Commit

Permalink
Modified Epoc program to include downloadable excel Epoc formatted te…
Browse files Browse the repository at this point in the history
…mplate
  • Loading branch information
Ohsudev committed Dec 13, 2024
1 parent 5ad03f1 commit 521d977
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file not shown.
10 changes: 9 additions & 1 deletion onprc_ehr/resources/web/onprc_ehr/window/EpocImportWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@ Ext4.define('ONPRC_EHR.window.EpocImportWindow', {
items: [{
html: 'This helper allows you to bulk import EPOC data, exported as an excel file from the Epoc software.',
style: 'padding-bottom: 10px;'
},{
},{
xtype: 'ldk-linkbutton',
text: '[Download Epoc Template]',
scope: this,
style: 'margin-bottom: 10px;',
handler: function(){
window.location = LABKEY.contextPath + '/onprc_ehr/templates/Epoc_Template.xlsx'
}
},{
xtype: 'textarea',
itemId: 'textField',
height: 300,
Expand Down

0 comments on commit 521d977

Please sign in to comment.