Search 1.9 billion lines of Odoo code on GitHub

member_card

Author: BEES coop - Cellule IT, Coop IT Easy SC
License: AGPL-3
Branch: 12.0-add_beesdoo_product_translations
Repository: beescoop/Obeesdoo
Dependencies: barcodes, base, and web
Languages: HTML (337, 33.9%), PO File (79, 7.9%), Python (186, 18.7%), XML (321, 32.3%), and reStructuredText (72, 7.2%)
Other branches: 12.0, 12.0-add-config-for-penalty, 12.0-b_print_label-fix_label, 12.0-bump-pylint-template, 12.0-cooperator_worker-auto_install, 12.0-cooperator_worker_force, 12.0-fix-beesdoo_product-main_seller_id, 12.0-fix-dependency-sale_suggested_price, 12.0-imp-beesdoo_print_label, 12.0-member-card, 12.0-move-csv-to-models, 12.0-rem-beesdoo_shift, 12.0-rem-beesdoo_shift_attendance, 12.0-rem-beesdoo_worker_status, 12.0-rename-beesdoo_pos_coop_status, 12.0-rename-beesdoo_product_info_screen, 12.0-rename-beesdoo_website_eater, 12.0-rename-beesdoo_website_posorder_amount, 12.0-rename-beesdoo_website_posorder_amount-portal_posorder_amount, 12.0-split-beesdoo_base-member_card, 12.0-split-beesdoo_base_eater, 12.0-split-beesdoo_product, 12.0-split-beesdoo_product-product_main_supplier, 12.0-split-beesdoo_purchase, 12.0-split-beesdoo_stock, 12.0-split_beesdoo_emc, 12.0-split_beesdoo_pos, 12.0-store-related-fields-main-seller, 12.0-supercoop-info-permissoin, and 12.0-test-print_label-flexbox

<h1 class="title">Member Card</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" 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.png" /></a> <a class="reference external" href="https://github.com/beescoop/Obeesdoo/tree/12.0/member_card"><img alt="beescoop/Obeesdoo" src="https://img.shields.io/badge/github-beescoop%2FObeesdoo-lightgray.png?logo=github" /></a></p> <p>Create a member card and link it to a partner.</p> <ul class="simple"> <li>each member card has a barcode</li> <li>create new cards in the &quot;member card&quot; tab of the partner form</li> <li>use &quot;Force Barcode&quot; field to set a user defined barcode</li> <li>the partner's card and barcode history is visible in the member card tab</li> <li>the barcode of a partner is computed from the last active member card</li> <li>a boolean &quot;Print Member card?&quot; allows to filter on partners for which you need to print new cards.</li> <li>contains a generic template for the member card</li> <li>the card template uses field <cite>member_card_logo</cite> rather than the company logo</li> </ul> <p>The wizards &quot;Request member card printing&quot; and &quot;Set member card as printed&quot; allow to</p> <p>Careful : this module overrides the barcodes already defined on the partners.</p> <p>If point of sale is installed, the generated barcode matches customer pattern rule.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#known-issues-roadmap" id="id1">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id3">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id4">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li> </ul> </li> </ul> </div> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id1">Known issues / Roadmap</a></h2> <ul class="simple"> <li>factor out wizards &quot;request member card printing&quot; and &quot;set member card as printed&quot;<ul> <li>it was used to request a batch of card to print but has no link to the actual template</li> </ul> </li> <li>use <cite>barcodes_generator_abstract</cite> from the OCA to generate barcodes</li> </ul> <p><strong>Customer Barcodes</strong></p> <ul class="simple"> <li>odoo/base adds <cite>barcode</cite> field on <cite>res.partner</cite>.</li> <li>member_card also adds <cite>barcode</cite> but defines it as computed and stored.</li> </ul> <p>On <cite>member_card</cite> install, odoo will compute the values for barcode field and <strong>erase pre-existing values</strong>. It will also make it impossible to load data on that field.</p> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id2">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/beescoop/Obeesdoo/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 <a class="reference external" href="https://github.com/beescoop/Obeesdoo/issues/new?body=module:%20member_card%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id3">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id4">Authors</a></h3> <ul class="simple"> <li>BEES coop - Cellule IT</li> <li>Coop IT Easy SC</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id5">Contributors</a></h3> <ul class="simple"> <li>BEES coop - Cellule IT</li> <li>Coop IT Easy SC</li> <li>Thibault François</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id6">Maintainers</a></h3> <p>This module is part of the <a class="reference external" href="https://github.com/beescoop/Obeesdoo/tree/12.0/member_card">beescoop/Obeesdoo</a> project on GitHub.</p> <p>You are welcome to contribute.</p>