feat(invoice-ninja): add create client action

This commit is contained in:
Rıdvan Akca
2023-10-09 14:52:05 +03:00
committed by Faruk AYDIN
parent c4af873036
commit 5b13f880c8
7 changed files with 508 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ export default defineConfig({
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/invoice-ninja/triggers' },
{ text: 'Actions', link: '/apps/invoice-ninja/actions' },
{ text: 'Connection', link: '/apps/invoice-ninja/connection' },
],
},

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/invoice-ninja.svg
items:
- name: Create client
desc: Creates a new client.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />