178 lines
6.2 KiB
XML
178 lines
6.2 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<LinearLayout
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginVertical="05dp"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/sno"
|
||
|
|
android:layout_width="70dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:fontFamily="@font/inter_500"
|
||
|
|
android:gravity="center"
|
||
|
|
android:padding="08dp"
|
||
|
|
android:text="SI.NO"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="15sp" />
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="2dp"
|
||
|
|
android:layout_height="20dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:background="@drawable/nav_border2"
|
||
|
|
android:backgroundTint="@color/white" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/productname"
|
||
|
|
android:layout_width="150dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:fontFamily="@font/inter_500"
|
||
|
|
android:gravity="center"
|
||
|
|
android:padding="08dp"
|
||
|
|
android:text="Product Name"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:textStyle="bold" />
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="2dp"
|
||
|
|
android:layout_height="20dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:background="@drawable/nav_border2"
|
||
|
|
android:backgroundTint="@color/white" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/mrp"
|
||
|
|
android:layout_width="100dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:fontFamily="@font/inter_500"
|
||
|
|
android:gravity="center"
|
||
|
|
android:padding="08dp"
|
||
|
|
android:text="MRP"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:textStyle="bold" />
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="2dp"
|
||
|
|
android:layout_height="20dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:background="@drawable/nav_border2"
|
||
|
|
android:backgroundTint="@color/white" />
|
||
|
|
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/BATCHREF"
|
||
|
|
android:layout_width="180dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:fontFamily="@font/inter_500"
|
||
|
|
android:gravity="center"
|
||
|
|
android:padding="08dp"
|
||
|
|
android:text="BATCHREF"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:textStyle="bold" />
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="2dp"
|
||
|
|
android:layout_height="20dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:background="@drawable/nav_border2"
|
||
|
|
android:backgroundTint="@color/white" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/PRODQTY"
|
||
|
|
android:layout_width="180dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:fontFamily="@font/inter_500"
|
||
|
|
android:gravity="center"
|
||
|
|
android:padding="08dp"
|
||
|
|
android:text="PROD QTY"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:textStyle="bold" />
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="2dp"
|
||
|
|
android:layout_height="20dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:background="@drawable/nav_border2"
|
||
|
|
android:backgroundTint="@color/white" />
|
||
|
|
|
||
|
|
<EditText
|
||
|
|
android:id="@+id/RETURNQTY"
|
||
|
|
android:layout_width="120dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:fontFamily="@font/inter_500"
|
||
|
|
android:gravity="center"
|
||
|
|
android:background="@drawable/sales_screen_10dp"
|
||
|
|
android:backgroundTint="@color/color_two"
|
||
|
|
android:padding="08dp"
|
||
|
|
android:text="00"
|
||
|
|
android:inputType="number"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:textStyle="bold" />
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="2dp"
|
||
|
|
android:layout_height="20dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:background="@drawable/nav_border2"
|
||
|
|
android:backgroundTint="@color/white" />
|
||
|
|
|
||
|
|
<EditText
|
||
|
|
android:id="@+id/WASTEDQTY"
|
||
|
|
android:layout_width="150dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:fontFamily="@font/inter_500"
|
||
|
|
android:gravity="center"
|
||
|
|
android:background="@drawable/sales_screen_10dp"
|
||
|
|
android:backgroundTint="@color/color_two"
|
||
|
|
android:padding="08dp"
|
||
|
|
android:text="00"
|
||
|
|
android:inputType="number"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:textStyle="bold" />
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="2dp"
|
||
|
|
android:layout_height="20dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:background="@drawable/nav_border2"
|
||
|
|
android:backgroundTint="@color/white" />
|
||
|
|
|
||
|
|
<EditText
|
||
|
|
android:id="@+id/reason"
|
||
|
|
android:layout_width="100dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:fontFamily="@font/inter_500"
|
||
|
|
android:gravity="center"
|
||
|
|
android:padding="08dp"
|
||
|
|
android:text="REASON"
|
||
|
|
android:background="@drawable/sales_screen_10dp"
|
||
|
|
android:backgroundTint="@color/color_two"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="15sp"
|
||
|
|
android:textStyle="bold" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|