Linden Crandall 5075f5c5d8
Some checks are pending
Automatisch Backend Tests / test (push) Waiting to run
Automatisch CI / linter (push) Waiting to run
Automatisch CI / start-backend-server (push) Waiting to run
Automatisch CI / start-backend-worker (push) Waiting to run
Automatisch CI / build-web (push) Waiting to run
Automatisch UI Tests / test (push) Waiting to run
commit upstream files
2025-02-06 04:14:18 +09:00

23 lines
580 B
Markdown

---
favicon: /favicons/invoice-ninja.svg
items:
- name: New clients
desc: Triggers when a new client is added.
- name: New credits
desc: Triggers when a new credit is added.
- name: New invoices
desc: Triggers when a new invoice is added.
- name: New payments
desc: Triggers when a new payment is added.
- name: New projects
desc: Triggers when a new project is added.
- name: New quotes
desc: Triggers when a new quote is added.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />