feat(invoice-ninja): add create invoice action

This commit is contained in:
Rıdvan Akca
2023-10-11 12:53:46 +03:00
parent 9bd041799b
commit 0121661ad0
7 changed files with 578 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ favicon: /favicons/invoice-ninja.svg
items:
- name: Create client
desc: Creates a new client.
- name: Create invoice
desc: Creates a new invoice.
---
<script setup>