867 lines
42 KiB
XML
867 lines
42 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
|
android:id="@+id/main"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="2"
|
||
|
|
android:padding="5dp"
|
||
|
|
android:layout_marginTop="30dp"
|
||
|
|
android:layout_marginLeft="10dp">
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="0.1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:id="@+id/backpress"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<ImageView
|
||
|
|
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:src="@drawable/back">
|
||
|
|
|
||
|
|
</ImageView>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="1.9"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:textStyle="bold"
|
||
|
|
android:fontFamily="@font/poppins_medium"
|
||
|
|
android:text="Date Wise Sales Report"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="16dp" />
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_marginTop="15dp"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:weightSum="6"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_marginRight="@dimen/dp_8"
|
||
|
|
android:layout_marginLeft="@dimen/dp_10"
|
||
|
|
android:layout_weight="1.2"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
|
||
|
|
<com.google.android.material.textfield.TextInputLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
app:boxStrokeColor="@color/primary_blue"
|
||
|
|
app:hintTextColor="@color/primary_blue"
|
||
|
|
android:hint="From & To Date "
|
||
|
|
android:focusable="false"
|
||
|
|
app:boxBackgroundColor="@color/white"
|
||
|
|
android:textColorHint="#979797"
|
||
|
|
app:boxStrokeWidth="1dp"
|
||
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox">
|
||
|
|
|
||
|
|
<com.google.android.material.textfield.TextInputEditText
|
||
|
|
android:id="@+id/selectFromandTodate"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="40dp"
|
||
|
|
android:minHeight="40dp"
|
||
|
|
android:focusable="false"
|
||
|
|
android:drawableRight="@drawable/calendar_mob_screen"
|
||
|
|
android:paddingTop="8dp"
|
||
|
|
android:paddingBottom="8dp"
|
||
|
|
android:gravity="center_vertical"
|
||
|
|
android:fontFamily="@font/inter_500"
|
||
|
|
android:textSize="13dp"
|
||
|
|
android:maxLines="1"
|
||
|
|
android:inputType="textNoSuggestions"
|
||
|
|
android:textColorHint="@color/black"/>
|
||
|
|
</com.google.android.material.textfield.TextInputLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_marginLeft="@dimen/dp_8"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
<com.google.android.material.textfield.TextInputLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
app:boxStrokeColor="@color/primary_blue"
|
||
|
|
app:hintTextColor="@color/primary_blue"
|
||
|
|
app:boxBackgroundColor="@color/white"
|
||
|
|
android:textColorHint="#979797"
|
||
|
|
app:boxStrokeWidth="1dp"
|
||
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu">
|
||
|
|
<AutoCompleteTextView
|
||
|
|
android:id="@+id/userName"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="40dp"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:hint="User Name"
|
||
|
|
android:minHeight="40dp"
|
||
|
|
android:paddingTop="8dp"
|
||
|
|
android:paddingBottom="8dp"
|
||
|
|
android:text="All Users"
|
||
|
|
android:fontFamily="@font/inter_500"
|
||
|
|
android:drawableEnd="@drawable/dropdown"
|
||
|
|
android:gravity="center_vertical"
|
||
|
|
android:inputType="textNoSuggestions"
|
||
|
|
android:textSize="14dp"
|
||
|
|
android:paddingEnd="10dp" />
|
||
|
|
</com.google.android.material.textfield.TextInputLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:layout_marginHorizontal="@dimen/dp_10"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_marginVertical="5dp">
|
||
|
|
<RadioGroup
|
||
|
|
android:id="@+id/radioGroup"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<RadioButton
|
||
|
|
android:checked="true"
|
||
|
|
android:id="@+id/radioall"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:text="All" />
|
||
|
|
|
||
|
|
<RadioButton
|
||
|
|
android:id="@+id/radioindividual"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:text="Individual" />
|
||
|
|
|
||
|
|
</RadioGroup>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
|
||
|
|
android:id="@+id/print"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="end"
|
||
|
|
android:layout_marginRight="@dimen/dp_10"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="50dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_height="45dp"
|
||
|
|
android:layout_marginRight="10dp"
|
||
|
|
android:src="@drawable/print_re_black">
|
||
|
|
</ImageView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="visible"
|
||
|
|
android:id="@+id/dateWiseReportLL"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<HorizontalScrollView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:fillViewport="true"
|
||
|
|
android:scrollbars="none">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:background="@drawable/top_left_right_6dp_sales_screen_blue"
|
||
|
|
android:layout_marginBottom="@dimen/_20dp"
|
||
|
|
android:layout_marginTop="15dp"
|
||
|
|
android:layout_marginHorizontal="@dimen/dp_8"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="300dp">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="45dp"
|
||
|
|
android:weightSum="10">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/sl_no"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="Sl"
|
||
|
|
android:textColor="@color/black" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_marginHorizontal="2dp"
|
||
|
|
android:layout_width="1dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:background="@color/primary_grey_BEBEBE"/>
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1.5">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:text="DATE"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:id="@+id/name"/>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="1dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:background="@color/primary_grey_BEBEBE"/>
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_weight="1.6">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:textAlignment="center"
|
||
|
|
android:text="CASH"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:id="@+id/cb"/>
|
||
|
|
<View
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="1dp"
|
||
|
|
android:background="@color/primary_grey_BEBEBE"/>
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="2">
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:text="COUNT"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:textSize="@dimen/dp_8"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:fontFamily="@font/inter_600">
|
||
|
|
</TextView>
|
||
|
|
<View
|
||
|
|
android:layout_marginHorizontal="2dp"
|
||
|
|
android:layout_width="1dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:background="@color/primary_grey_BEBEBE"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="@dimen/dp_8"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:text="AMT">
|
||
|
|
</TextView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="1dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:background="@color/primary_grey_BEBEBE"/>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_weight="1.6">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:text="UPI"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:id="@+id/cb"/>
|
||
|
|
<View
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="1dp"
|
||
|
|
android:background="@color/primary_grey_BEBEBE"/>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="2">
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:text="COUNT"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="@dimen/dp_8"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:fontFamily="@font/inter_600">
|
||
|
|
</TextView>
|
||
|
|
<View
|
||
|
|
android:layout_marginHorizontal="2dp"
|
||
|
|
android:layout_width="1dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:background="@color/primary_grey_BEBEBE"/>
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:textSize="@dimen/dp_8"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:text="AMT">
|
||
|
|
</TextView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="1dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:background="@color/primary_grey_BEBEBE"/>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_weight="1.6">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:textAlignment="center"
|
||
|
|
android:text="CARD"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:id="@+id/cb"/>
|
||
|
|
<View
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="1dp"
|
||
|
|
android:background="@color/primary_grey_BEBEBE"/>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="2">
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:text="COUNT"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="@dimen/dp_8"
|
||
|
|
android:fontFamily="@font/inter_600">
|
||
|
|
</TextView>
|
||
|
|
<View
|
||
|
|
android:layout_marginHorizontal="2dp"
|
||
|
|
android:layout_width="1dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:background="@color/primary_grey_BEBEBE"/>
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="@dimen/dp_8"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:text="AMT">
|
||
|
|
</TextView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="1dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:background="@color/primary_grey_BEBEBE"/>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_weight="1.6">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:textAlignment="center"
|
||
|
|
android:text="CREDIT"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:id="@+id/cb"/>
|
||
|
|
<View
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="1dp"
|
||
|
|
android:background="@color/primary_grey_BEBEBE"/>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:weightSum="2">
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:text="COUNT"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:textSize="@dimen/dp_8"
|
||
|
|
android:fontFamily="@font/inter_600">
|
||
|
|
</TextView>
|
||
|
|
<View
|
||
|
|
android:layout_marginHorizontal="2dp"
|
||
|
|
android:layout_width="1dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:background="@color/primary_grey_BEBEBE"/>
|
||
|
|
<TextView
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textSize="@dimen/dp_8"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:text="AMT">
|
||
|
|
</TextView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="1dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:background="@color/primary_grey_BEBEBE"/>
|
||
|
|
<LinearLayout
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="1.6">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:text="TOTAL"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:id="@+id/action"/>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/noDataDataWise"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:orientation="vertical">
|
||
|
|
<View
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="@dimen/sp_1"
|
||
|
|
android:background="@color/primary_grey_BEBEBE"/>
|
||
|
|
<ImageView
|
||
|
|
android:layout_marginTop="@dimen/dp_10"
|
||
|
|
android:layout_width="230dp"
|
||
|
|
android:layout_height="170dp"
|
||
|
|
android:layout_marginVertical="30dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:src="@drawable/no_data_svg_new"
|
||
|
|
android:visibility="visible">
|
||
|
|
</ImageView>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
|
android:id="@+id/recyclerViewDateWise"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:background="@color/white"
|
||
|
|
android:layout_above="@id/addCustomer" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
</HorizontalScrollView>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="@dimen/sp_0"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="0.9">
|
||
|
|
</LinearLayout>
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_weight="0.2"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="bottom"
|
||
|
|
android:layout_gravity="bottom"
|
||
|
|
android:orientation="vertical">
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_marginRight="25dp"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical">
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:visibility="gone"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:text="Amount Collected : 20043545354"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:textStyle="bold"
|
||
|
|
android:textSize="16dp" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical">
|
||
|
|
<LinearLayout
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<LinearLayout
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:layout_marginTop="5dp"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="end">
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
<TextView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="start"
|
||
|
|
android:text="Total Orders"
|
||
|
|
android:textSize="13dp"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:textColor="#4D4D4D"/>
|
||
|
|
</LinearLayout>
|
||
|
|
<TextView
|
||
|
|
android:textSize="13dp"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:textColor="#4D4D4D"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:text=":"/>
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/totalOrders"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="end"
|
||
|
|
android:textSize="13dp"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:textColor="#4D4D4D"/>
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:layout_marginTop="5dp"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="end">
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
<TextView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="start"
|
||
|
|
android:text="Total Bill"
|
||
|
|
android:textSize="13dp"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:textColor="#4D4D4D"/>
|
||
|
|
</LinearLayout>
|
||
|
|
<TextView
|
||
|
|
android:textSize="13dp"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:textColor="#4D4D4D"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:text=":"/>
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/totalBill"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="end"
|
||
|
|
android:textSize="13dp"
|
||
|
|
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:textColor="#4D4D4D"/>
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:layout_marginTop="5dp"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="end">
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
<TextView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="start"
|
||
|
|
android:text="Total Tax "
|
||
|
|
android:textSize="13dp"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:textColor="#4D4D4D"/>
|
||
|
|
</LinearLayout>
|
||
|
|
<TextView
|
||
|
|
android:textSize="13dp"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:textColor="#4D4D4D"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:text=":"/>
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/totalAmount"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="end"
|
||
|
|
android:textSize="13dp"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:textColor="#4D4D4D"/>
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:visibility="gone"
|
||
|
|
android:id="@+id/preOrderLL"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:layout_marginTop="5dp"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="end">
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
<TextView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="start"
|
||
|
|
android:text="Total Preorder"
|
||
|
|
android:textSize="13dp"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:textColor="#4D4D4D"/>
|
||
|
|
</LinearLayout>
|
||
|
|
<TextView
|
||
|
|
android:textSize="13dp"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:textColor="#4D4D4D"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:text=":"/>
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/totalPreorder"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="end"
|
||
|
|
android:textSize="13dp"
|
||
|
|
android:fontFamily="@font/inter_400"
|
||
|
|
android:textColor="#4D4D4D"/>
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="end"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
<View
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="10dp"
|
||
|
|
android:background="@drawable/vector_111"
|
||
|
|
android:backgroundTint="@color/black" />
|
||
|
|
</LinearLayout>
|
||
|
|
<LinearLayout
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:layout_marginTop="5dp"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="end">
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
<TextView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="start"
|
||
|
|
android:text="Net"
|
||
|
|
android:textSize="17dp"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:textColor="@color/black"/>
|
||
|
|
</LinearLayout>
|
||
|
|
<TextView
|
||
|
|
android:textSize="17dp"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:text=":"/>
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="0.5">
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/netAmount"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="end"
|
||
|
|
android:textSize="17dp"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:textColor="@color/black"/>
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|