Made it so staffs can only manage their own store and they cannot see other branches data

This commit is contained in:
Alex
2026-04-11 23:02:52 -06:00
parent 26bfd3973c
commit d15940a5f2
14 changed files with 264 additions and 52 deletions

View File

@@ -95,14 +95,11 @@
android:textSize="12sp"
android:layout_marginBottom="4dp"/>
<EditText
android:id="@+id/etPetSpecies"
<Spinner
android:id="@+id/spinnerPetSpecies"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="e.g. Dog, Cat, Bird"
android:inputType="text"
android:layout_marginBottom="16dp"
android:textColor="@color/text_dark"/>
android:layout_marginBottom="16dp"/>
<TextView
android:layout_width="wrap_content"