mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-24 05:38:42 +00:00
655 B
655 B
- Backend create invoice template
- Api to create customer if it doesn't exist
- Api to create a scheduled AND recurring invoice for customer
- Cron to create invoices scheduled invoices
- Api to adjust (delete, postpone, modify) scheduled invoice
- Api to interact with stripe
- Create billing and payment workflow (e.g. pre billing job = credit card charging)
- Api to check invoice charging status (to potentially cancel service)
Example Workflow:
- Get all scheduled invoices
- Run pre job = credit card charging
- Success: Create invoice
- Success: Send invoice via email
- Failure: Send Reminder/Info if new customer + cancel service?