hi,
I am setup in openMRS Intelij IDE but i am getting no user Interface how to add module in IntejIj IDE,
I am for OpenMRS please help me
@govindsharma please try to give details as much as possible,when asking for help to ease process.You may however want to look at https://wiki.openmrs.org/display/docs/Developer+How-To+Setup+And+Use+IntelliJ
I am setup openMRS in Intelij i run openMRS in broswer showing no user interface . i want legacyui module and other related required module setup in Intelij IDE
Have you seen this https://wiki.openmrs.org/display/docs/Getting+Started+as+a+Developer
right now I am working with openmrs.war file deployed in tomcat webapp folder and installed moduled but Address Hierarchy module installed i am getting Error how reslove it
Have you read through those links?
yes. via git i have done in windows 10 after run --> %appdata%–>openMRS–>module ->pasted module leguci module its open
but i want some changing in regisration app module that why I going to IDE because registration patient page ,i want add two field when i modiy in json then after restart tomcat server browser have only Error logs are show .
Are you making changes to adress hierarchy module?
yes , but its giving me Error occured AddressHierarchy starting
i am doing before 2 days but i am succeded please help me how to registration patient address tag state ,district and country have got drop down
The error seems to suggest there is not table in the database. Did you run “mvn clean install” after making changes?
can you run "show tables " at your mysql client and check to see if the table exists?
ok,how to add registration patient page have add two fileds mother’s Name and relatives Name
I want to add two fileds in regisration patient page
Give details ,if possible screen shots.
@govindsharma ok now i get a little picture of your problem, Have you correctly followed the procedures here https://wiki.openmrs.org/display/docs/Registration+App+Configuration
I am followed that step when I am editing registarationapp.json inside section tag openmrs giving somuch error i have only option here remove registration module and reinstall registartion module
can you give me proper way
step by step how to i do for add fields in regisration Patient page
I am new in openMRS please help me. I am struggling so much but unable to do please give me step by step process for add fileds in regisration patient page
@govindsharma am just doing filtering so we can get things right ,have you also read through this https://wiki.openmrs.org/display/docs/System+Administration%3A+Manage+Apps
thanx I am reading this docs,if you finding steps by steps how to add two field in registration patient page . please give me that steps because I am reading 3 time but unable to get properly what is saying after json my openMRS shutdown . please give me proper step how to add field in registartion patient.
Thanx
can you show your json app here?
Hi, This is My registartionapp.json file ,if i am editing this json file restart server is giving me so much error unable to open any page in browser giving me error
[ { “id”: “registrationapp.basicRegisterPatient”, “instanceOf”: “registrationapp.registerPatient”, “label”: “Register Patient”, “description”: “Create a new Patient Record”, “extensions”: [ { “id”: “registrationapp.basicRegisterPatient.homepageLink”, “extensionPointId”: “org.openmrs.referenceapplication.homepageLink”, “type”: “link”, “label”: “registrationapp.app.registerPatient.label”, “url”: “registrationapp/registerPatient.page?appId=registrationapp.basicRegisterPatient”, “icon”: “icon-user”, “order”: 1, “requiredPrivilege”: “App: registrationapp.registerPatient” } ] } ]
Did you remove the square brackets while pasting into the Template?