mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Updated openapi spec
This commit is contained in:
parent
0c22f9b27a
commit
3703ec1b36
13393
openapi/api-docs.yaml
13393
openapi/api-docs.yaml
File diff suppressed because it is too large
Load Diff
@ -16,40 +16,23 @@ tags:
|
|||||||
description: |
|
description: |
|
||||||
|
|
||||||
## Invoice Statuses
|
## Invoice Statuses
|
||||||
<ul>
|
|
||||||
<li>
|
- STATUS_DRAFT = 1
|
||||||
<p>STATUS_DRAFT = 1</p>
|
- Draft invoices are not visible in the client portal, are not active and they do not impact the client balance
|
||||||
<p>Draft invoices are not visible in the client portal, are not active and they do not impact the client balance</p>
|
- STATUS_SENT = 2
|
||||||
</li>
|
- Send invoices are visible in the client portal, are active and impact the client balance
|
||||||
<li>
|
- STATUS_PARTIAL = 3
|
||||||
<p>STATUS_SENT = 2</p>
|
- An invoice which has been partially paid
|
||||||
<p>Send invoices are visible in the client portal, are active and impact the client balance</p>
|
- STATUS_PAID = 4
|
||||||
</li>
|
- An invoice which has been fully paid
|
||||||
<li>
|
- STATUS_CANCELLED = 5
|
||||||
<p>STATUS_PARTIAL = 3</p>
|
- When a invoice is cancelled the invoice balance is set to zero and the status updated to Cancelled, the client balance is also adjusted down. If payments have been applied to the invoice these will remain linked to the invoice
|
||||||
<p>An invoice which has been partially paid</p>
|
- STATUS_REVERSED = 6
|
||||||
</li>
|
- When a invoice has been reversed, the previous payments relationships are unlinked and cannot be restored
|
||||||
<li>
|
- STATUS_OVERDUE = -1
|
||||||
<p>STATUS_PAID = 4</p>
|
- An invoice which is still payable past its due date
|
||||||
<p>An invoice which has been fully paid</p>
|
- STATUS_UNPAID = -2
|
||||||
</li>
|
- An invoice which is not yet due, but also, not paid
|
||||||
<li>
|
|
||||||
<p>STATUS_CANCELLED = 5</p>
|
|
||||||
<p>When a invoice is cancelled the invoice balance is set to zero and the status updated to Cancelled, the client balance is also adjusted down. If payments have been applied to the invoice these will remain linked to the invoice.</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p>STATUS_REVERSED = 6</p>
|
|
||||||
<p>When a invoice has been reversed, the previous payments relationships are unlinked and cannot be restored.</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p>STATUS_OVERDUE = -1</p>
|
|
||||||
<p>An invoice which is still payable past its due date</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p>STATUS_UNPAID = -2</p>
|
|
||||||
<p>An invoice which is not yet due, but also, not paid.</p>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
- name: Recurring Invoices
|
- name: Recurring Invoices
|
||||||
description: |
|
description: |
|
||||||
|
Loading…
Reference in New Issue
Block a user