feat itemShelvingFilter refs #7023

This commit is contained in:
Sergio De la torre 2024-06-24 15:42:42 +02:00
parent d52bdbc546
commit 53b81e42be
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,8 @@ class ItemInventaryVO(
var downstairs: Int? = null,
var upstairs: Int? = null,
var nicho: Int? = null,
var itemColour: String = ""
var itemColour: String = "",
var pendingAmount :Long? = null
)
class InventaryListVO(

View File

@ -87,9 +87,10 @@
<TextView
android:id="@+id/txtPendingAmount"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:text="@{String.valueOf(item.size)}"
android:text=""
android:textSize="@dimen/body2"
android:textStyle="bold"
android:textColor="@color/verdnatura_white"