PostERP - The Cloud ERP Convertible to On-Premise ERP
How to Develop Your ERP System on PostERP
Posted: 2016-08-30
With PostERP, you development your ERP system by focusing only on the following tasks:
- Map your organization's business logic to database by creating tables, and triggers in PostgreSQL.
- Create CRUD screens for your users by setting data dictionary on PostERP. Your users granted with screen access rights immediately start to work on these screens in their local languages and enter purchase orders, sales orders, material receiving, etc. on these screens. These screens automatically enable their users to export data to files and to attach files to any record.
- Create reports for your users by designing SQL and drawing report layouts in PostERP. Then attach these reports to one of the aforementioned screens. Your users granted with access right to these reports can preview and print them anytime from now on.
- Create business logic processors, like MRP run or monthly accounts closing, for your users by designing PostgreSQL functions or procedures and attach them to one of the screens you created. Your users granted with specific function or procedure access right can run it from now on.
With PostERP on hand, you do not need to learn any of the following software development tools or programming languages to develop an ERP system:
PostERP reduces for you all the required ERP system development skills to only one - PostgreSQL.