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)
- [User Guide](https://docs.craterapp.com/)
- [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

View File

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

View File

@ -131,10 +131,10 @@
>
<!-- Tabs -->
<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.draft')" filter="DRAFT" />
<BaseTab :title="$t('general.sent')" filter="SENT" />
<BaseTab :title="$t('general.due')" filter="DUE" />
</BaseTabGroup>
<BaseDropdown

View File

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