Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
<!DOCTYPE html> <html lang="en"> <head> <title>How to Contribute to webERP | Development Opportunities</title> <meta charset='utf-8'> <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Contribute to webERP! Join developers, translators, and graphic designers. Learn how to get involved in open source ERP development."/> <link rel="canonical" href="https://www.weberp.org/Contributing.html" /> <meta property="og:type" content="website" /> <meta property="og:title" content="How to Contribute to webERP | Development Opportunities" /> <meta property="og:description" content="Contribute to webERP! Join developers, translators, and graphic designers. Learn how to get involved in open source ERP development." /> <meta property="og:image" content="https://www.weberp.org/images/discussions.avif" /> <meta property="og:url" content="https://www.weberp.org/Contributing.html" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Contribute to webERP | Get Involved" /> <meta name="twitter:description" content="Developers, translators, and designers - we need your help!" /> <meta name="twitter:image" content="https://www.weberp.org/images/discussions.avif" /> <link href="favicon.ico" rel='shortcut icon' type='image/x-icon'> <link rel="stylesheet" href="css/style.css"> </head> <body id="home" itemscope itemtype="https://schema.org/WebPage"> <header itemscope itemtype="https://schema.org/WPHeader"> <a href="./index.html" class="ItemLink" itemprop="url"> <div id="logo" itemscope itemtype="https://schema.org/Organization" itemprop="publisher"> <meta itemprop="name" content="webERP"> <meta itemprop="url" content="https://www.weberp.org"> <div class="logo logo-left">web</div><div class="logo logo-right">ERP</div> </div> </a> <span id="tagline"> <div class="nav-item"> <a href="./index.html"> <img class="icons" src="images/home.avif" /> <span class="nav-caption">Home</span> </a> </div> <div class="nav-item"> <a href="./Features.html"> <img class="icons" src="images/features.avif" /> <span class="nav-caption">Features</span> </a> </div> <div class="nav-item"> <a href="https://github.com/timschofield/webERP/discussions" target="_blank"> <img class="icons" src="images/discussions.avif" /> <span class="nav-caption">Discussions</span> </a> </div> <div class="nav-item"> <a href="./Development.html"> <img class="icons" src="images/software.avif" /> <span class="nav-caption">Development</span> </a> </div> <div class="nav-item"> <a href="https://github.com/timschofield/webERP/releases/tag/v4.15.2" target"_blank"> <img class="icons" src="images/downloads.avif" /> <span class="nav-caption">Downloads</span> </a> </div> <div class="nav-item"> <a href="https://www.weberp.org/demo" target"_blank"> <img class="icons" src="images/demo.avif" /> <span class="nav-caption">Demo</span> </a> </div> <div class="nav-item"> <a href="./Documentation.html"> <img class="icons" src="images/documentation.avif" /> <span class="nav-caption">Documentation</span> </a> </div> </span> </header> <section itemscope itemtype="https://schema.org/Article"> <meta itemprop="headline" content="How to Contribute to webERP | Development Opportunities"> <h1 itemprop="name">Contribute to webERP</h1> <p itemprop="articleBody">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</p> <h2>Developers</h2> <p>Mostly, webERP is written in PHP, but there is also HTML, JavaScript, and CSS code.</p> <p>Our code is hosted on GitHub, and there is a full expolanation on how to <a href="Development.html">develop webERP using Git is written here</a>. 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.</p> <h3>To-Do list for developers</h3> <ol> <li>Rationalise the CSS. <p>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.</p> <p>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.</p></li> </section> <footer itemscope itemtype="https://schema.org/WPFooter"> <div class="badges-container"> <!-- Begin SF Tag --> <a href="https://sourceforge.net/projects/web-erp/?pk_campaign=badge&pk_source=vendor"> <img src="images/oss-users-love-us-black.avif" class="badges" title="Sourceforge 'OSS users love us' award" alt="Sourceforge 'OSS users love us' award" /> </a> <!-- End SF Tag --> <!-- Begin SF Tag --> <a href="https://sourceforge.net/projects/web-erp/?pk_campaign=badge&pk_source=vendor"> <img src="images/oss-sf-favorite-black.avif" class="badges" title="Sourceforge 'OSS favourite' award" alt="Sourceforge 'OSS favourite' award" /> </a> <!-- End SF Tag --> <!-- Begin SF Tag --> <a href="https://sourceforge.net/projects/web-erp/?pk_campaign=badge&pk_source=vendor"> <img src="images/oss-community-choice-black.avif" class="badges" title="Sourceforge 'OSS community choice' award" alt="Sourceforge 'OSS community choice' award" /> </a> <!-- End SF Tag --> <!-- Begin SF Tag --> <a href="https://sourceforge.net/projects/web-erp/?pk_campaign=badge&pk_source=vendor"> <img src="images/oss-community-leader-black.avif" class="badges" title="Sourceforge 'OSS community leader' award" alt="Sourceforge 'OSS community leader' award" /> </a> <!-- End SF Tag --> <!-- Begin SF Tag --> <a href="https://sourceforge.net/projects/web-erp/?pk_campaign=badge&pk_source=vendor"> <img src="images/oss-open-source-excellence-black.avif" class="badges" title="Sourceforge 'Open source excellence' award" alt="Sourceforge 'Open source excellence' award" /> </a> <!-- End SF Tag --> </div> <span id="copyright">© webERP community 2024, 2025.</span> </footer> </body> </html>