There are many ways people can contribute to webERP. You don't necessarily have to be a programmer to make a difference. There are also opportunities for documentation writers, graphic designers, and translators
Mostly, webERP is written in PHP, but there is also HTML, JavaScript, and CSS code.
Our code is hosted on GitHub, and there is a full expolanation on how to develop webERP using Git is written here. Below is a few jobs that are outstanding jobs that need doing. If you fancy trying one of these, just leave a message on the GitHub discussion page for this project. See the discussions page for help on talking to us. This list will be frequently updated, so if you don't see anything you fancy having a go at, just keep checking back.
The CSS is structured badly. Each theme is split into two directories, so for the aguapop theme there is an aguapop directory, and an aguapop-rtl directory. If the user has selected aguapop for their theme and their language is a right to left language, then webERP will use the CSS files in the aguapop-rtl directory, but if their language is a left to right language, then webERP will use the CSS files in the aguapop directory.
This is hugely wasteful, as there is a huge amount of CSS that is duplicated in both aguapop and aguapop-rtl themes. When one of them is altered the developer needs to remember to alter both.