From 48a88985ad03490b95ac03213700ebf8292a32dd Mon Sep 17 00:00:00 2001 From: Sergio De la torre Date: Wed, 4 Sep 2024 12:20:13 +0200 Subject: [PATCH] feat: boxPickingPrepared refs #7855 --- .idea/workspace.xml | 171 +++++++++++------- .../delivery/viewmodels/DeliveryViewModel.kt | 1 + .../feature/main/activity/MainActivity.kt | 6 + .../ExpeditionPreparedStateFragment.kt | 133 ++++++++++++++ .../pasillero/fragment/PasilleroViewModel.kt | 16 +- .../ubicador/adapter/AutomaticAdapter.kt | 29 +-- .../ubicador/adapter/AutomaticAdapterTEST.kt | 41 ----- .../fragment/AutomaticAddItemFragment.kt | 6 +- .../fragment_automatic_add_expedition.xml | 88 +++++++++ .../layout/fragment_automatic_add_item.xml | 2 +- app/src/main/res/values-es/strings.xml | 7 + app/src/main/res/values-fr/strings.xml | 6 + app/src/main/res/values-pt/strings.xml | 7 + app/src/main/res/values/strings.xml | 6 + 14 files changed, 393 insertions(+), 126 deletions(-) create mode 100644 app/src/main/java/es/verdnatura/presentation/view/feature/paletizador/fragment/ExpeditionPreparedStateFragment.kt delete mode 100644 app/src/main/java/es/verdnatura/presentation/view/feature/ubicador/adapter/AutomaticAdapterTEST.kt create mode 100644 app/src/main/res/layout/fragment_automatic_add_expedition.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 551d3f63..12348f2a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -95,6 +95,11 @@ @style/AppTheme + + + @style/AppTheme + + @style/AppTheme @@ -155,6 +160,16 @@ @style/AppTheme + + + @style/AppTheme + + + + + @style/AppTheme + + @style/AppTheme @@ -170,6 +185,16 @@ @style/AppTheme + + + @style/AppTheme + + + + + @style/AppTheme + + @style/AppTheme @@ -226,6 +251,11 @@ @style/AppTheme + + + @style/AppTheme + + @style/AppTheme @@ -338,21 +368,28 @@ - + + + + + + + - - - - - + - - + + + + + + - - - + + + + @@ -516,62 +553,62 @@ - { + "keyToString": { + "Android App.app.executor": "Run", + "ApkExportedModule": "Gestor_Almacén.app", + "DEBUGGABLE_DEVICE": "zebra_technologies-tc21-21114523025303", + "DEBUGGABLE_PROCESS": "es.verdnatura.sfusion", + "DEBUGGER_ID": "Auto", + "ExportApk.ApkPathForGestor_Almacén.app": "C:\\Users\\sergiodt\\AndroidStudioProjects\\vn-warehouseManager\\app", + "Gradle.vn-warehouseManager [clean].executor": "Run", + "Gradle.vn-warehouseManager.executor": "Run", + "KotlinFunctionFindUsagesOptions.isSearchForTextOccurrences": "true", + "PROJECT_TRUSTED_KEY": "true", + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.cidr.known.project.marker": "true", + "RunOnceActivity.readMode.enableVisualFormatting": "true", + "SHARE_PROJECT_CONFIGURATION_FILES": "true", + "SHOW_ALL_PROCESSES": "false", + "ScreenRecorder.SavePath": "C:\\Users\\sergiodt", + "android-custom-viewC:/Users/sergiodt/.gradle/caches/modules-2/files-2.1/androidx.recyclerview/recyclerview/1.2.1/f0f93e67af3f7417bdd560d5142f6dec4fe629c3/recyclerview-1.2.1-sources.jar!/androidx/recyclerview/widget/RecyclerView.java_SELECTED": "RecyclerView", + "android-custom-viewC:/Users/sergiodt/AppData/Local/Android/Sdk/sources/android-29/android/widget/TextView.java_SELECTED": "TextView", + "android-custom-viewC:/Users/sergiodt/AppData/Local/Android/Sdk/sources/android-33/android/view/View.java_SELECTED": "View", + "android-custom-viewC:/Users/sergiodt/AppData/Local/Android/Sdk/sources/android-34/android/view/View.java_SELECTED": "View", + "android-custom-viewC:/Users/sergiodt/AppData/Local/Android/Sdk/sources/android-34/android/widget/CompoundButton.java_SELECTED": "CompoundButton", + "android-custom-viewC:/Users/sergiodt/AppData/Local/Android/Sdk/sources/android-34/android/widget/TextView.java_SELECTED": "TextView", + "cf.first.check.clang-format": "false", + "cidr.known.project.marker": "true", + "com.developerphil.adbidea.selecteddevices": "G65TY9DQN7X4BIE6", + "com.google.services.firebase.aqiPopupShown": "true", + "git-widget-placeholder": "dev__6078", + "ignore.virus.scanning.warn.message": "true", + "kotlin-language-version-configured": "true", + "last_directory_selection": "C:/Users/sergiodt/AndroidStudioProjects/vn-warehouseManager/app/src/main/res/drawable", + "last_opened_file_path": "C:/Users/sergiodt/AndroidStudioProjects/vn-warehouseManager/app/src/main/res/layout", + "project.structure.last.edited": "Modules", + "project.structure.proportion": "0.17", + "project.structure.side.proportion": "0.2", + "run.code.analysis.last.selected.profile": "pProject Default", + "settings.editor.selected.configurable": "preferences.editor.code.editing" }, - "keyToStringList": { - "ExportApk.BuildVariants": [ - "betaRelease" + "keyToStringList": { + "ExportApk.BuildVariants": [ + "betaRelease" ], - "com.android.tools.idea.sqlite.queryhistory": [ - "select * from expedition where routeFk=182933;", - "select * from expedition;", - "select * from expeditionPending;", - "select * from expedition where id = 7753995;\n\n", - "\nselect * from expedition where id = 7753995;" + "com.android.tools.idea.sqlite.queryhistory": [ + "select * from expedition where routeFk=182933;", + "select * from expedition;", + "select * from expeditionPending;", + "select * from expedition where id = 7753995;\n\n", + "\nselect * from expedition where id = 7753995;" ], - "kotlin-gradle-user-dirs": [ - "C:\\Users\\sergiodt\\.gradle" + "kotlin-gradle-user-dirs": [ + "C:\\Users\\sergiodt\\.gradle" ] } -}]]> +} + - @@ -600,11 +637,11 @@ + + - - @@ -1198,7 +1235,7 @@ - @@ -1269,7 +1306,7 @@ file://$PROJECT_DIR$/app/src/main/java/es/verdnatura/domain/SalixCallback.kt 72 - +