Search 1.9 billion lines of Odoo code on GitHub

mooncard_invoice

Author: Akretion, Nicolas JEUDY, Odoo Community Association (OCA)
License: AGPL-3
Branch: 12.0
Repository: ScopeaFrance/odoo-mooncard-connector
Dependencies: account_invoice_import, and mooncard_base
Languages: Python (599, 77.5%), XML (126, 16.3%), and reStructuredText (48, 6.2%)
Other branches: 10.0, 11.0, and 8.0
Other repositories: RL-OtherApps/odoo-mooncard-connector, akretion/odoo-mooncard-connector, alecvinent/odoo-mooncard-connector, kryskool/odoo-mooncard-connector, mga-team-odoo/odoo-mooncard-connector, njeudy/odoo-mooncard-connector, sc4you/odoo-mooncard-connector, simmatica/odoo-mooncard-connector, vidtsin/odoo-mooncard-connector, and westlyou/odoo-mooncard-connector

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="mooncard-invoice"></a> <h2>Mooncard Invoice</h2> <p>This module is part of the Odoo-Mooncard connector. <a class="reference external" href="http://www.mooncard.co/">Mooncard</a> is a new-generation corporate card that propose:</p> <ul class="simple"> <li>instant notification of each card payment on your mobile phone,</li> <li>easy and fast recording of your card expenses from your mobile phone.</li> </ul> <p>Mooncard is only available in France for the moment, but it will be extended to other countries in the future.</p> <p>You should use this module if your Mooncards are attached to the bank account of the company. If the Mooncards are attached to the private bank account of the employees, you should use the module <em>mooncard_expense</em> (to be developped) instead.</p> <a name="installation"></a> <h3>Installation</h3> <p>This module depend on the module <em>account_invoice_import</em> which is available in the <a class="reference external" href="https://github.com/OCA/edi">EDI OCA project</a> on Github.</p> <a name="configuration"></a> <h3>Configuration</h3> <p>First, read the configuration instructions of the <em>mooncard_base</em> module.</p> <p>As Mooncard is attached to a pre-paid account, you must create a dedicated bank journal and accounting account that will correspond to the Mooncard pre-paid account. On this journal, the <em>Default Debit Account</em> and the <em>Default Credit Account</em> must be set to the Mooncard accounting account.</p> <p>Then, in the menu <em>Accounting &gt; Configuration &gt; Miscellaneous &gt; Moon Cards</em>, for each Moon Card, you must configure the related <em>Mooncard Bank Journal</em>. If all the Mooncards are attached to the same Mooncard account, you will just create one Mooncard journal and attach all your Moon Cards to this journal.</p> <p>In the menu <em>Settings &gt; Configuration &gt; Accounting</em>, in the <em>Mooncard</em> section, you must select the <em>Internal Bank Transfer Account</em> (580000 in the French chart of accounts).</p> <a name="usage"></a> <h3>Usage</h3> <p>First, you must import the Mooncard transactions CSV file, cf the README of the <em>mooncard_base</em> module.</p> <p>Then, go to the menu <em>Accounting &gt; Mooncard &gt; Mooncard Transactions</em> and check if the parameters of the draft Mooncard expenses are correct. For that, you can click on the magnifier to visualize the image of the receipt and:</p> <ul class="simple"> <li>check that the <em>VAT amount</em> is correct and update it if it's wrong,</li> <li>update the <em>Description</em> of the expense if needed,</li> <li>check that the selected <em>Expense Product</em> is correct and change it if it's wrong.</li> </ul> <p>Eventually, you can process the transactions that are complete and correct:</p> <ul class="simple"> <li>you can process them one by one: click on the <em>Process Line</em> button on each line,</li> <li>you can process several at once: in the list view, select several draft mooncard transactions and click on <em>More &gt; Process Lines</em>.</li> </ul> <p>When you process a Mooncard transaction:</p> <ul class="simple"> <li>for a <em>load</em> transaction, Odoo will generate an account move in the Mooncard Bank Journal between the <em>Internal Bank Transfer Account</em> and the <em>Mooncard Bank Account</em>,</li> <li>for an <em>expense</em> transaction, Odoo will:<ul> <li>create and validate a supplier invoice and put the image of the receipt as attachment,</li> <li>create a payment in the Mooncard Bank Journal,</li> <li>reconcile the supplier invoice and the payment.</li> </ul> </li> </ul> <a name="roadmap"></a> <h3>Roadmap</h3> <p>Please send us feedback on this module so that we can feed the roadmap !</p> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/akretion/odoo-mooncard-connector/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.</p> <a name="credits"></a> <h3 class="with-subtitle">Credits</h3> <h3 class="section-subtitle" id="contributors"><span class="section-subtitle">Contributors</span></h3> <ul class="simple"> <li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</li> <li>Nicolas JEUDY &lt;<a class="reference external" href="https://github.com/njeudy">https://github.com/njeudy</a>&gt;</li> </ul>