-
Notifications
You must be signed in to change notification settings - Fork 8
timschofield/weberp.org
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
<!DOCTYPE html> <html lang="en"> <head> <title>webERP - Contributing</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 data-react-helmet="true" name="description" content="webERP is a practical web-based open-source ERP system"/> <link rel="canonical" href="https://weberp.org/Contributing.html" /> <link href="favicon.ico" rel='shortcut icon' type='image/x-icon'> <link rel="stylesheet" href="css/style.css"> </head> <body id="home"> <header> <a href="./index.html" class="ItemLink"> <div id="logo"> <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://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> <h1>Contribute to webERP</h1> <p>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> <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>
About
Code for the weberp.org web site
Contributing
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published