seitime-frappe/billing
2024-11-19 11:04:09 +05:30
..
public feat: billing page in frappe 2024-11-11 19:06:06 +05:30
src fix: added some more links in user dropdown 2024-11-18 16:06:15 +05:30
.gitignore feat: billing page in frappe 2024-11-11 19:06:06 +05:30
.prettierrc.json feat: billing page in frappe 2024-11-11 19:06:06 +05:30
index.html feat: billing page in frappe 2024-11-11 19:06:06 +05:30
package.json fix: post install also install billing dependencies 2024-11-14 16:08:26 +05:30
postcss.config.js chore: linter fix 2024-11-14 14:19:56 +05:30
README.md chore: updated README 2024-11-19 11:04:09 +05:30
tailwind.config.js chore: linter fix 2024-11-14 14:19:56 +05:30
vite.config.js chore: linter fix 2024-11-14 14:19:56 +05:30
yarn.lock fix: post install also install billing dependencies 2024-11-14 16:08:26 +05:30

Frappe Cloud Billing

Billing page is built to manage the billing of both desk based (ERPNext, HRMS) and portal based apps (Frappe CRM, Insights, Gameplan, Builder etc.)

Billing page is only built for sites hosted on Frappe Cloud.

Features

  • Current Plan: View the current plan of the site.
  • Manage Subscription: Upgrade, downgrade your subscription plan.
  • Plans & Pricing: View and compare all the available plans and decide which one is best for you.
  • Billing History: View your billing history and download invoices.
  • Prepaid Credits: Add prepaid credits to your account to pay for your subscription.
  • Payment Methods: Add, remove your payment methods (Credit Card, Debit Card) and set a default payment method.
  • Billing Address: Add/Update your billing address.

Usage

  1. Go to Billing Overview page typing /billing in the URL. You can also access it from your app installed on the site.
  2. Billing Overview page will open with the current plan details and other options.
  3. Click on the Upgrade plan button to upgrade or downgrade your subscription plan.
  4. It will redirect you to the Plans page where you can select the plan you want to subscribe to.
  5. Click on the Upgrade or Downgrade button to confirm the subscription.
  6. Before confirming the subscription, you should add prepaid credits to your account to pay for the subscription or you can add a payment method. Check Payment details section in the Billing Overview page to add prepaid credits or select payment method.
  7. Once you have added prepaid credits or payment method, you can confirm the subscription.
  8. You can view your billing history and download invoices from the Invoices page.
  9. You can add, remove payment methods and set a default payment method from the Cards page.