From d1d7ffa42cdc386b35e8ecb3b777561de68ea65c Mon Sep 17 00:00:00 2001 From: Sergio De la torre Date: Wed, 22 Mar 2023 10:39:48 +0100 Subject: [PATCH] refs #4923 previas --- .idea/misc.xml | 2 +- .idea/modules/app/Gestor_Almacén.app.iml | 6 +- .idea/workspace.xml | 161 +++-- app/build.gradle | 1 - .../feature/collection/adapter/SaleAdapter.kt | 168 ++++-- .../collection/fragment/CollectionFragment.kt | 549 +++++++++++++----- .../fragment/CollectionViewModel.kt | 14 +- .../collection/mapper/CollectionMapper.kt | 3 + .../pasillero/fragment/PasilleroViewModel.kt | 2 +- app/src/main/res/drawable/ic_arrow_down.xml | 9 + app/src/main/res/drawable/ic_arrow_up.xml | 9 + .../res/layout/item_article_row_fragment.xml | 24 +- 12 files changed, 652 insertions(+), 296 deletions(-) create mode 100644 app/src/main/res/drawable/ic_arrow_down.xml create mode 100644 app/src/main/res/drawable/ic_arrow_up.xml diff --git a/.idea/misc.xml b/.idea/misc.xml index 63d3027a..97b3f254 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -276,7 +276,7 @@ - + diff --git a/.idea/modules/app/Gestor_Almacén.app.iml b/.idea/modules/app/Gestor_Almacén.app.iml index 2acb6145..027b5be9 100644 --- a/.idea/modules/app/Gestor_Almacén.app.iml +++ b/.idea/modules/app/Gestor_Almacén.app.iml @@ -14,9 +14,6 @@ + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d7d7c014..111cf5d4 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -83,12 +83,19 @@ - + + + + - + + + + +