Skip to content

Commit d6fddc4

Browse files
authored
report cleanup (#2227)
1 parent 57f8023 commit d6fddc4

File tree

15 files changed

+1
-448
lines changed

15 files changed

+1
-448
lines changed

mifosng-android/src/main/AndroidManifest.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,6 @@
8787
android:name="android.support.PARENT_ACTIVITY"
8888
android:value=".activity.home.HomeActivity" />
8989
</activity>
90-
<activity
91-
android:name=".online.runreports.RunReportsActivity"
92-
android:label="@string/run_report"
93-
android:parentActivityName=".activity.home.HomeActivity">
94-
<meta-data
95-
android:name="android.support.PARENT_ACTIVITY"
96-
android:value=".activity.home.HomeActivity" />
97-
</activity>
9890
<activity
9991
android:name=".activity.pinpointclient.PinpointClientActivity"
10092
android:exported="true"

mifosng-android/src/main/java/com/mifos/mifosxdroid/activity/home/HomeActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ open class HomeActivity : MifosBaseActivity(), NavigationView.OnNavigationItemSe
112112
}
113113

114114
R.id.runreport -> {
115-
findNavController(R.id.nav_host_fragment).navigate(R.id.runReportsActivity)
115+
// findNavController(R.id.nav_host_fragment).navigate(R.id.runReportsActivity)
116116
}
117117
}
118118
binding.drawer.closeDrawer(GravityCompat.START)

mifosng-android/src/main/java/com/mifos/mifosxdroid/adapters/ClientReportAdapter.kt

Lines changed: 0 additions & 48 deletions
This file was deleted.

mifosng-android/src/main/java/com/mifos/mifosxdroid/online/runreports/RunReportsActivity.kt

Lines changed: 0 additions & 25 deletions
This file was deleted.

mifosng-android/src/main/java/com/mifos/mifosxdroid/online/runreports/report/ReportFragment.kt

Lines changed: 0 additions & 49 deletions
This file was deleted.

mifosng-android/src/main/java/com/mifos/mifosxdroid/online/runreports/reportcategory/ReportCategoryFragment.kt

Lines changed: 0 additions & 60 deletions
This file was deleted.

mifosng-android/src/main/java/com/mifos/mifosxdroid/online/runreports/reportdetail/ReportDetailFragment.kt

Lines changed: 0 additions & 63 deletions
This file was deleted.

mifosng-android/src/main/res/layout/fragment_client_report.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

mifosng-android/src/main/res/layout/fragment_client_report_details.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

mifosng-android/src/main/res/layout/fragment_runreport.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)