This commit is contained in:
Mohit Panjwani
2022-02-21 13:34:32 +05:30
4 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ Web Application is made using Laravel & VueJS while the Mobile Apps are built us
- [Installation Steps](https://docs.craterapp.com/installation.html) - [Installation Steps](https://docs.craterapp.com/installation.html)
- [User Guide](https://docs.craterapp.com/) - [User Guide](https://docs.craterapp.com/)
- [Developer Guide](https://docs.craterapp.com/developer-guide.html) - [Developer Guide](https://docs.craterapp.com/developer-guide.html)
- [API Documentation](https://docs.craterapp.com/api-documentation.html) - [API Documentation](https://api-docs.craterapp.com)
## Download ## Download

View File

@ -134,9 +134,9 @@
> >
<!-- Tabs --> <!-- Tabs -->
<BaseTabGroup class="-mb-5" @change="setStatusFilter"> <BaseTabGroup class="-mb-5" @change="setStatusFilter">
<BaseTab :title="$t('general.all')" filter="" />
<BaseTab :title="$t('general.draft')" filter="DRAFT" /> <BaseTab :title="$t('general.draft')" filter="DRAFT" />
<BaseTab :title="$t('general.sent')" filter="SENT" /> <BaseTab :title="$t('general.sent')" filter="SENT" />
<BaseTab :title="$t('general.all')" filter="" />
</BaseTabGroup> </BaseTabGroup>
<BaseDropdown <BaseDropdown

View File

@ -131,10 +131,10 @@
> >
<!-- Tabs --> <!-- Tabs -->
<BaseTabGroup class="-mb-5" @change="setStatusFilter"> <BaseTabGroup class="-mb-5" @change="setStatusFilter">
<BaseTab :title="$t('general.draft')" filter="DRAFT" />
<BaseTab :title="$t('general.due')" filter="DUE" />
<BaseTab :title="$t('general.sent')" filter="SENT" />
<BaseTab :title="$t('general.all')" filter="" /> <BaseTab :title="$t('general.all')" filter="" />
<BaseTab :title="$t('general.draft')" filter="DRAFT" />
<BaseTab :title="$t('general.sent')" filter="SENT" />
<BaseTab :title="$t('general.due')" filter="DUE" />
</BaseTabGroup> </BaseTabGroup>
<BaseDropdown <BaseDropdown

View File

@ -129,9 +129,9 @@
:default-index="currentStatusIndex" :default-index="currentStatusIndex"
@change="setStatusFilter" @change="setStatusFilter"
> >
<BaseTab :title="$t('recurring_invoices.all')" filter="ALL" />
<BaseTab :title="$t('recurring_invoices.active')" filter="ACTIVE" /> <BaseTab :title="$t('recurring_invoices.active')" filter="ACTIVE" />
<BaseTab :title="$t('recurring_invoices.on_hold')" filter="ON_HOLD" /> <BaseTab :title="$t('recurring_invoices.on_hold')" filter="ON_HOLD" />
<BaseTab :title="$t('recurring_invoices.all')" filter="ALL" />
</BaseTabGroup> </BaseTabGroup>
<BaseDropdown <BaseDropdown