mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -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)
|
- [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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user