feat itemShelvingFilter refs #7023
This commit is contained in:
parent
d52bdbc546
commit
53b81e42be
|
@ -8,7 +8,8 @@ class ItemInventaryVO(
|
||||||
var downstairs: Int? = null,
|
var downstairs: Int? = null,
|
||||||
var upstairs: Int? = null,
|
var upstairs: Int? = null,
|
||||||
var nicho: Int? = null,
|
var nicho: Int? = null,
|
||||||
var itemColour: String = ""
|
var itemColour: String = "",
|
||||||
|
var pendingAmount :Long? = null
|
||||||
)
|
)
|
||||||
|
|
||||||
class InventaryListVO(
|
class InventaryListVO(
|
||||||
|
|
|
@ -87,9 +87,10 @@
|
||||||
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
android:id="@+id/txtPendingAmount"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@{String.valueOf(item.size)}"
|
android:text=""
|
||||||
android:textSize="@dimen/body2"
|
android:textSize="@dimen/body2"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:textColor="@color/verdnatura_white"
|
android:textColor="@color/verdnatura_white"
|
||||||
|
|
Loading…
Reference in New Issue