feat: refs #6869 itemShelvingGet

This commit is contained in:
Sergio De la torre 2024-11-26 10:59:13 +01:00
parent 7bde4f2939
commit 442820db4e
1 changed files with 25 additions and 7 deletions

View File

@ -73,6 +73,15 @@ class PasilleroViewModel(context: Context) : BaseViewModel(context) {
)
)
if (userId == 19591)
_pasillerositem.add(
PasillerosItemVO(
R.drawable.ic_dashboard_black_24dp,
R.string.ubicatorNew,
R.string.titleUbicatorDescrip
)
)
//tarea 7855
_pasillerositem.add(
@ -514,17 +523,25 @@ class PasilleroViewModel(context: Context) : BaseViewModel(context) {
)
)
//tarea 8099
/* _pasillerositem.add(
PasillerosItemVO(
R.drawable.ic_salary_supplement,
R.string.salarySupplementTitle,
R.string.salarySupplementTitle
)
)*/
_pasillerositem.add(
PasillerosItemVO(
R.drawable.ic_salary_supplement,
R.string.salarySupplementTitle,
R.string.salarySupplementTitle
)
)
}
fun inititializeDefaultHistorical() {
_pasillerositem.add(
PasillerosItemVO(
R.drawable.revision_icon,
R.string.titleShelvingHistNew,
R.string.titleShelvingHistNew
)
)
_pasillerositem.add(
PasillerosItemVO(
R.drawable.revision_icon,
@ -532,6 +549,7 @@ class PasilleroViewModel(context: Context) : BaseViewModel(context) {
R.string.titleShelvingHistDescrip
)
)
_pasillerositem.add(
PasillerosItemVO(
R.drawable.ic_history_orange,