trouble making my first module

am using this page " http://devmanual.openmrs.org/en/Case_study/yourFirstModule.html " to make my first module. while adding a new field to my data module using those instructions

((Indepartment/api/src/main/java/org/openmrs/module/department/Department.java, add new fields called name and description along with appropriate getters and setters for them. The file should now look as follows))

i cant find any path with department in my basic-example module. and i cant progress to the next step. any help is appreciated. deb

@debhave you succeded cerating the module and have you seen this https://wiki.openmrs.org/display/docs/OpenMRS+SDK

1 Like

yes , i succeeded at creating the module, uploaded it on the server. am in the process of customizing it by adding a new field. that’s where am failing.

2 Likes

Can you upload it on github and we take a look?

2 Likes