Skip to content

Commit

Permalink
reorg states
Browse files Browse the repository at this point in the history
  • Loading branch information
devadathanmb committed Dec 6, 2024
1 parent 776d383 commit d230712
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/schemas/advance_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,11 @@ advance_requests_stats_out:
- DRAFT
- APPROVAL_PENDING
- APPROVED
- SENT_BACK
- PULLED_BACK
- CANCELLED
- REJECTED
- PAID
- PULLED_BACK
- SENT_BACK
- null
example:
- state: "DRAFT"
Expand All @@ -211,6 +212,9 @@ advance_requests_stats_out:
- state: "APPROVED"
count: 343
total_amount: 1337.0
- state: "CANCELLED"
count: 0
total_amount: 0
- state: "SENT_BACK"
count: 0
total_amount: 0
Expand Down

0 comments on commit d230712

Please sign in to comment.