-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add an html description, update README.md
- Loading branch information
1 parent
6aa2bb7
commit ca236d8
Showing
5 changed files
with
206 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,171 @@ | ||
<section class="oe_container"> | ||
<div class="oe_row oe_spaced"> | ||
<div class="oe_span12"> | ||
<h2 class="oe_slogan">Odoo Verticalization for NGO</h2> | ||
<p>This project aim to develop and publish all modules related to the | ||
need of humanitarian NGOs. It would cover the overall needs in terms of | ||
logistics, order management, accounting, transportation and | ||
distribution. | ||
</p> | ||
|
||
<p>Main changes are made in the procurement standard flow of | ||
Odoo. Usually, you have sales that drive procurement, that drive | ||
purchase. With those modules, you record logistic requisition to | ||
capture the needs, you source them from one way or another (purchase, | ||
stock, donnation,..) and give back to the requestor the price, time and | ||
product information. If he agree with, then you confirm the requisition | ||
by creating an offer. The offer will drive all the necessary flow to | ||
deliver the good where they are needed. It also improve the purchase | ||
requisition flow to fit more with the NGO's problematic.</p> | ||
|
||
<p>In the future, it will cover other NGO's specific needs such as the | ||
distribution, transportation, finance (donations, donors report…), | ||
volonteer management…</p> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="oe_container oe_dark"> | ||
<div class="oe_row oe_spaced"> | ||
<div class="oe_span12"> | ||
<h2 class="oe_slogan">Installation</h2> | ||
</div> | ||
<div class="oe_span6"> | ||
<p class="oe_mt32">To install this module, you need to ensure that | ||
the following projects are in your addons path: | ||
<ul> | ||
<li><a href="https://github.com/OCA/purchase-workflow">purchase-workflow</a></li> | ||
<li><a href="https://github.com/OCA/sale-workflow">sale-workflow</a> (https://github.com/OCA/sale-workflow)</li> | ||
<li><a href="https://github.com/OCA/stock-logistics-workflow">stock-logistics-workflow</a></li> | ||
<li><a href="https://github.com/OCA/stock-logistics-transport">stock-logistics-transport</a></li> | ||
</ul> | ||
|
||
and optionally: | ||
<ul> | ||
<li> | ||
<a href="https://github.com/OCA/department">department</a>: | ||
to manage logistic requiritions by department | ||
</li> | ||
<li> | ||
<a href="https://github.com/OCA/stock-logistics-warehouse">stock-logistics-warehouse</a> | ||
for modules such as | ||
<span class="oe_emph">stock_reserve</span>, | ||
<span class="oe_emph">stock_reserve_sale</span>, | ||
<span class="oe_emph">stock_location_ownership</span>… | ||
</li> | ||
<li> | ||
<a href="https://github.com/OCA/stock-logistics-workflow">stock-logistics-worflow</a> | ||
for modules such as | ||
<span class="oe_emph">stock_split_picking</span>… | ||
</li> | ||
<li> | ||
<a href="https://github.com/OCA/sale-workflow">sale-workflow</a> | ||
for modules such as | ||
<span class="oe_emph">sale_validity</span>, | ||
<span class="oe_emph">sale_quotation_sourcing</span>, | ||
<span class="oe_emph">sale_sourced_by_line</span>, | ||
<span class="oe_emph">sale_exception_nostock</span>, | ||
<span class="oe_emph">sale_cancel_reason</span>, | ||
<span class="oe_emph">partner_prepayment</span>… | ||
</li> | ||
</ul> | ||
</p> | ||
</div> | ||
<div class="oe_span6"> | ||
<div class="oe_demo oe_picture oe_screenshot"> | ||
<a href="https://runbot.odoo-community.org/runbot/1/8.0"> | ||
<img src="icon.png"> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="oe_container"> | ||
<div class="oe_row oe_spaced"> | ||
<div class="oe_span12"> | ||
<h2 class="oe_slogan">Configuration</h2> | ||
</div> | ||
<div class="oe_span6"> | ||
<p class="oe_mt32">To configure this module, you need to: | ||
<ul> | ||
<li>Go to Settings -> NGO, and select the features you | ||
want to use.</li> | ||
</ul> | ||
</p> | ||
</div> | ||
<div class="oe_span6"> | ||
<div class="oe_demo oe_picture oe_screenshot"> | ||
<a href="https://www.openerp.com/saas_master/demo?lang=en_US&module=crm"> | ||
<img src="vertical-ngo-settings.png"> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="oe_container oe_dark"> | ||
<div class="oe_row oe_spaced"> | ||
<div class="oe_span12"> | ||
<h2 class="oe_slogan">Usage</h2> | ||
</div> | ||
<div class="oe_span6"> | ||
<p class="oe_mt32">To use this module, you need to go to the order | ||
management menu. All the main functions are conveniently available | ||
in there | ||
<ul> | ||
<li>creation of logistics requisitions</li> | ||
<li>sourcing of logistics requisitions lines</li> | ||
<li>management of cost estimates and logistics orders</li> | ||
<li>shipment management</li> | ||
</ul> | ||
</p> | ||
<p class="oe_mt32">For further information, please visit: | ||
<ul> | ||
<li><a href="https://www.odoo.com/forum/help-1">https://www.odoo.com/forum/help-1</a></li> | ||
</ul> | ||
</p> | ||
</div> | ||
<div class="oe_span6"> | ||
<div class="oe_demo oe_picture oe_screenshot"> | ||
<a href="https://www.openerp.com/saas_master/demo?lang=en_US&module=crm"> | ||
<img src="vertical-ngo_LR.png"> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="oe_container"> | ||
<div class="oe_row oe_spaced"> | ||
<div class="oe_span12"> | ||
<h2 class="oe_slogan">Known issues / Roadmap</h2> | ||
</div> | ||
<div class="oe_span6"> | ||
<p class="oe_mt32"> | ||
<ul> | ||
<li>support more activities for NGOs</li> | ||
</ul> | ||
</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="oe_container oe_dark"> | ||
<div class="oe_row"> | ||
<div class="oe_span12"> | ||
<h3>Maintainer</h3> | ||
<p> | ||
This module is maintained by the OCA.<br/> | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit | ||
organization whose mission is to support the collaborative | ||
development of Odoo features and promote its widespread | ||
use.<br/> To contribute to this module, please | ||
visit <a href="http://odoo-community.org">http://odoo-community.org</a>.<br/> | ||
<a href="http://odoo-community.org"><img class="oe_picture oe_centered" src="http://odoo-community.org/logo.png"></a> | ||
</p> | ||
</div> | ||
</div> | ||
</section> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.