forked from dhis2/dhis2-android-capture-app
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement table structure for data entry * Initialize ManageStockViewModel.kt to get data entry into table * stock table label * update * loading ManageStockViewModel.kt for data entry * building table for data entry * updade * Removing initialization by SavedStateHandle, removing init method to initialize data * Resolving merge * Resolving code style * update * update * adding test dependency * resolving tests * update * resolving code style * resolving manage stock view model unit test * initializing transaction * update * resolving code style * removing stock management * Insert table into main content * moving table, methods and removing unnecessary vars * fixing code style * removing form dependency * removing hardcoded appconfig * removing commend and make proceed button go to review * resolving code style * Changing text color * calling mdc theme as parent of the tree component * moving mapTableModel to ManageStockViewModel.kt * implementing mapTableModel to ManageStockViewModel.kt * Removing mdctheme * Resolving code style
- Loading branch information
1 parent
3317b88
commit a1ca9f3
Showing
15 changed files
with
283 additions
and
444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"buildTime":"2022-10-31 16:18","gitSha":"7207ba675"} | ||
{"buildTime":"2022-11-04 14:26","gitSha":"23b3563f0"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="108dp" | ||
android:height="108dp" | ||
android:viewportWidth="500" | ||
android:viewportHeight="500"> | ||
<group android:translateX="150" | ||
android:translateY="159"> | ||
<path | ||
android:fillColor="#0080d4" | ||
android:pathData="M191.73,60,109,6.34a19.73,19.73,0,0,0-20.32,0L8.31,58.43a12,12,0,0,0-0.25,20.63L88.6,134a19.37,19.37,0,0,0,20.37 0.25l82.76-53.65a11.88,11.88,0,0,0,0-20.59Zm-91,61.45a4.29,4.29,0,0,1-3.49-0.05l-77-52.49L97,19.13a4.76,4.76,0,0,1,3.74,0L179.6,70.28Z" /> | ||
<path | ||
android:fillColor="#0080d4" | ||
android:pathData="M88.66,47.82 L45.1,76.06l13.61,9.33L97,60.61a4.76,4.76 0,0 1,3.74 0l39.37,25.52 14,-9.06L109,47.82A19.76,19.76 0,0 0,88.66 47.82Z" /> | ||
<path | ||
android:fillColor="#0080d4" | ||
android:pathData="M191.73,101.46l-8.62,-5.59 -14.05,9.06 10.53,6.83 -78.91,51.15a4.37,4.37 0,0 1,-3.49 0l-77,-52.5 10,-6.47L16.55,94.57 8.31,99.91a12,12 0,0 0,-0.25 20.63L88.6,175.46a19.34,19.34 0,0 0,20.37 0.24l82.75,-53.65a11.88,11.88 0,0 0,0 -20.59Z" /> | ||
</group> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.