brotherton-erpnext/docs/docs.md

26 lines
952 B
Markdown
Raw Normal View History

---
{
"_label": "ERPNext",
"_no_title": 1,
2013-05-20 10:06:58 +00:00
"_toc": [
"docs.user",
"docs.dev",
"docs.download",
"docs.community",
"docs.blog",
"docs.about"
2013-05-20 10:06:58 +00:00
]
}
---
2013-06-12 12:50:08 +00:00
<br>
<br>
<h1 style="text-align: center">All-in-One Platform to Manage Your Organization.</h1>
<h3 style="text-align: center; font-weight: normal; color: #888">100% Free and Open Source.</h1>
<br>
![Home Screen](img/home.png)
2013-05-20 10:06:58 +00:00
### Is this for me?
2013-05-20 10:06:58 +00:00
To starting hacking into ERPNext, you must have some understanding of how a dynamic web application works. There are hundreds of architectures and frameworks to make web development easier, but at the core there are a few elements that are important to understand.
ERPNext is built on `wnframework` which is primarily developed for ERPNext but can be extended to make similar database driven applications. wnframework uses Python on the server-side and has a javascript based client for entering data, managing workflow and making reports.