Documentation
Learn how to develop in Hubleto.
This is the documentation of the architecture, design patterns, conventions and principles of development in the Hubleto Framework and Hubleto ERP.
How to read the documentation
You should be aware of the basic split of the code. There are to independent codebases:
- a Hubleto Framework, and
- a Hubleto ERP.
To fully understand the Hubleto ERP codebase, you should first know about the Hubleto Framework.
Hubleto Framework
Hubleto Framework is a foundation for the further development of the Hubleto ERP. Or, in other words, the Hubleto ERP uses and extends the classes from Hubleto Framework.
Note: Hubleto Framework is an MVC-based web application framework, which is used also in projects other than Hubleto ERP.
To learn about the framework, go to this chapter.
Hubleto ERP
Hubleto ERP is a product built on Hubleto Framework, containing ERP-like functionality.
To learn about how to develop ERP-like apps in Hubleto, go to this chapter.
