added filter by customer for sales to backend and android

This commit is contained in:
Alex
2026-04-14 04:03:15 -06:00
parent 4594139f8e
commit f623c17071
12 changed files with 76 additions and 17 deletions

View File

@@ -151,6 +151,15 @@
android:layout_marginStart="4dp"/>
</LinearLayout>
<Spinner
android:id="@+id/spinnerCustomer"
android:layout_width="match_parent"
android:layout_height="44dp"
android:layout_marginTop="8dp"
android:background="@drawable/bg_spinner"
android:paddingStart="12dp"
android:paddingEnd="8dp"/>
</LinearLayout>
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout

View File

@@ -74,6 +74,15 @@
android:textColor="#888888"
android:textSize="14sp" />
<TextView
android:id="@+id/tvSaleCustomer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:textColor="#888888"
android:textSize="14sp"
android:visibility="gone" />
<TextView
android:id="@+id/tvSaleDate"
android:layout_width="wrap_content"