mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Merge branch 'master' of https://github.com/bytefury/crater
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user