Commands
There are several command that can be run to help run and administrate the application.
| Command | Description |
|---|---|
| Background Generic Tasks | A command to be used for cronjobs to handle background generic tasks. |
| Generate Demo Data | A development command to generate data that can be used to demo BillaBear. It's useful for development purposes. |
| Fix Stats | A command to fix stats incase they got broken somehow. |
| Stripe Complete Import | A command to be used for cronjobs to handle the stripe import. |
| Stripe Charge Back Import | A dev command for handling syncing stripe charge backs. |
| Stripe Customer Import | A dev command for handling syncing stripe customer. |
| Stripe Payment Import | A dev command for handling syncing stripe payments. |
| Stripe Price Import | A dev command for handling syncing stripe price. |
| Stripe Product Import | A dev command for handling syncing stripe product. |
| Stripe Refund Import | A dev command for handling syncing stripe refund. |
| Stripe Subscription Import | A dev command for handling syncing stripe subscription. |
| Expiring Cards First Day | A command to be used for cronjobs. Sends notifications on first day their card is about to expire |
| Expiring Cards Day Before | A command to be used for cronjobs. Sends notifications the day before a subscription is to be charged warning of expring cards |
| Generate Invoices | A command to be used for cronjobs. Generates for invoices that will expire in the next 5 minutes. |
| Exchange Rates Refresh | A command to be used for cronjobs. Refreshes the exchange rates. |
| Update Check | A command to be used for cronjobs. Checks for updates. |
| Payment Retry | A command to be used for cronjobs. Retries payments. |
| Change User Password | A administration helper command to change a user's password. |
| Give User Role | A administration helper command to give a role to a user. |
| Remove User role | A administration helper command to remove a role from a user. |
| Create New User | A administration helper command to create a new user. |