Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 0 additions & 67 deletions erpnext_com/www/india-gst.html

This file was deleted.

26 changes: 0 additions & 26 deletions erpnext_com/www/pricing/paid-feature-development.md

This file was deleted.

48 changes: 37 additions & 11 deletions erpnext_com/www/support/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,28 +78,18 @@ <h5>What happens after my enterprise contract expires?</h5>
You can continue to use ERPNext on your server after your enterprise support license expires, but you will have to manage your own support and server management. Some features like in-app support will also stop working.
</p>

<h5>If ERPNext is Free and Open Source, why charge per user?</h5>
<p class='mb-5'>
ERPNext is Free and Open Source ("free" as in "free-speech"), but the services around ERPNext need engineers to support you. These are what is charged.
Since scale, complexity and support requirement of a deployment is proportional to the number of users, the Enterprise Support contract is also priced per user.
Also most ERP products are priced per user, so it is easy to compare with other products. ERPNext Support is a fraction of what you would pay for NetSuite, SAP or Oracle Cloud.
</p>

<h5>Is there a separate pricing for Employee Self-Service (HR module only) user?</h5>
<p class='mb-5'>
No. ERPNext is not restricted to just one module, with the standard support, customers can access all modules like and CRM, Projects, Helpdesk.
</p>

<h5>How is the number of users counted?</h5>
<p class='mb-5'>The number of users at the time of signup is counted for the Support Billing. If the number of users exceeds by 15% of the billable users, additional billing is required, for continued support.</p>

<h5>Is ERPNext available in my language?</h5>
<p class='mb-5'>
Most likely yes! ERPNext has been translated to more than 70 languages with the help of the community. <a href='https://translate.erpnext.com' target='_blank'>View the translation portal for a full list of supported languages</a>
</p>

<h5>Can I pay via credit card or wire transfer?</h5>
<p class='mb-5'>Yes, you can make payment from within your account using your credit card. If you prefer wire us the money, <a href='/pricing/payment'>here are our bank details.</a></p>
<p class='mb-5'>Yes, you can make payment from within your account using your credit card. If you prefer wire us the money, <a href='/pricing/payment'>here are our bank details</a>.</p>

<p>Still have questions? Feel free to drop us a mail at <a href='mailto:hello@erpnext.com'>hello@erpnext.com</a>

Expand All @@ -111,4 +101,40 @@ <h5>Can I pay via credit card or wire transfer?</h5>
</div>
</section>

<script type="application/ld+json">{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What happens after my enterprise contract expires?",
"acceptedAnswer": {
"@type": "Answer",
"text":"You can continue to use ERPNext on your server after your enterprise support license expires, but you will have to manage your own support and server management. Some features like in-app support will also stop working."}
},
{
"@type": "Question",
"name": "Is there a separate pricing for Employee Self-Service (HR module only) user?",
"acceptedAnswer": {
"@type": "Answer",
"text":"No. ERPNext is not restricted to just one module, with the standard support, customers can access all modules like and CRM, Projects, Helpdesk."}
},
{
"@type": "Question",
"name": "Is ERPNext available in my language?",
"acceptedAnswer": {
"@type": "Answer",
"text":"Most likely yes! ERPNext has been translated to more than 70 languages with the help of the community. <a href='https://translate.erpnext.com' target='_blank'>View the translation portal for a full list of supported languages"}
},
{
"@type": "Question",
"name": "Can I pay via credit card or wire transfer?",
"acceptedAnswer": {
"@type": "Answer",
"text":"Yes, you can make payment from within your account using your credit card. If you prefer wire us the money, <a href='/pricing/payment'>here are our bank details</a>."}
}
]
}
</script>

{% endblock %}