Search 1.9 billion lines of Odoo code on GitHub

coop_badge_reader

Author: La Louve
License: no license
Branch: 20180720
Repository: trobz/odoo-production
Dependencies: base, coop_membership, and coop_shift
Languages: CSS (6122, 18.8%), HTML (216, 0.7%), JavaScript (25755, 79.2%), PO File (62, 0.2%), Python (165, 0.5%), and XML (190, 0.6%)
Other branches: 12.0, 12.0_dev, 12.0_migrate_shift_operations, 20180112, 20180119, 20180126, 20180202, 20180209, 20180302, 20180309, 20180323, 20180330, 20180406, 20180413, 20180420, 20180504, 20180511, 20180518, 20180525, 20180601, 20180608, 20180615, 20180622, 20180629, 20180706, 20180713, 20180727, 20180727-1, 20180803, 20180810, 20180817, 20180824, 20180831, 20180907, 20180914, 20180921, 20180928, 20220905_pre, 9.0, 9.0-fix-reconcile, 9.0-memberspace-20180921, 9.0-template-recurrence, 9.0_S#210419, 9.0_bk, 9.0_deployment, 9.0_yassine, F#23633, F#23811, F#25715, F#25720_3, F#25759, F#25759_1, F#25770_2, F#25812, F#26146_1, F#26729_2, F#26743, F#27571_IMP, F#27960, F#27961, F#27961_1, F#29078, F#29400, F#29760_newest, and F#30036
Other repositories: AwesomeFoodCoops/odoo-production, DITIntl/odoo-production, Groupe-Informatique-LaCoopSurMer/odoo-production, Otsokop/odoo-production, azmeuk/odoo-production, chetanrdhaduk/odoo-production, criptomart/odoo-production, demain-supermarche/odoo-production, dlemireanybox/odoo-foodcoops, druidoo/FoodCoops, dzungtran89/odoo-production, estevebadia/odoo-production, fjouatte/odoo-production, hilarak/odoo-production, krunal267/odoo-production, lachouettecoop/odoo-production, mathieuvatel/odoo-production, mszinte/odoo-production, mulaudzicalvin/odoo-production, nthnnl/odoo-production, odoo-modules/odoo-production, petrus-v/odoo-foodcoops, phuctranerp/odoo-production, rihene-abdelwahed/odoo-production, sc4you/odoo-production, siddharth7815/odoo-production, suningwz/odoo-production, supercoopbdx/odoo-production, vidtsin/odoo-production, and yuntux/odoo-production

<img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> <a name="ionic-apps-coop-badge-reader"></a> <h2>Ionic Apps - Coop Badge Reader</h2> <p>Provide light JS apps that provides badge reader interface.</p> <p>Once installed, the apps is available via this url <a class="reference external" href="http://localhost:8069/coop_badge_reader/static/www/index.html">http://localhost:8069/coop_badge_reader/static/www/index.html</a> (by default)</p> <p>You can prefill identification data on the form, using parameters <a class="reference external" href="http://localhost:8069/coop_badge_reader/static/www/index.html#/login">http://localhost:8069/coop_badge_reader/static/www/index.html#/login</a>?db=DATABASE&amp;username=USERNAME&amp;password=PASSWORD</p> <p>If all parameters are provided, auto submit is done, to try identification.</p> <p>Note : set password in an url can generate security breaches.</p> <a name="authentication"></a> <h3>Authentication</h3> <p>User must select Database name, login and password. (The user must be member of the new group 'Coop Badge Reader / Time Clock')</p> <img alt="/coop_badge_reader/static/description/authentication.png" src="/coop_badge_reader/static/description/authentication.png" /> <a name="user-search"></a> <h3>User Search</h3> <p>User should scan User barcode.</p> <img alt="/coop_badge_reader/static/description/user_search.png" src="/coop_badge_reader/static/description/user_search.png" /> <p>If the barcode is unknown a specific sound is played.</p> <img alt="/coop_badge_reader/static/description/user_not_found.png" src="/coop_badge_reader/static/description/user_not_found.png" /> <a name="partner-form"></a> <h3>Partner Form</h3> <p>If the barcode matches with a user, the partner is display with some informations.</p> <img alt="/coop_badge_reader/static/description/partner_success.png" src="/coop_badge_reader/static/description/partner_success.png" /> <p>If the partner has some special state, an alternative background color is displayed with the reason.</p> <img alt="/coop_badge_reader/static/description/partner_warning.png" src="/coop_badge_reader/static/description/partner_warning.png" /> <a name="move-logs"></a> <h3>Move Logs</h3> <p>The use of this badge reader is logged and and logs are available in back-office</p> <img alt="/coop_badge_reader/static/description/user_moves.png" src="/coop_badge_reader/static/description/user_moves.png" /> <a name="technical-information-back-office"></a> <h3>Technical Information - Back office</h3> <ul class="simple"> <li>Create a new group 'Coop Badge Reader / User' User must be member of that group to access to the history of the logs;</li> <li>Create a new group 'Coop Badge Reader / Time Clock' User must be member of that group to log into the JS apps;</li> <li>Create a new group 'Coop Badge Reader / Manager' User must be member of that group to manage (update or delete) logs in backoffice;</li> </ul> <a name="technical-information-js-apps"></a> <h3>Technical Information - JS Apps</h3> <p>The extra libs used are</p> <ul class="simple"> <li>Bootstrap - v3.3.6 &lt;<a class="reference external" href="http://getbootstrap.com">http://getbootstrap.com</a>&gt;</li> <li>AngularJS - v1.3.15 &lt;<a class="reference external" href="http://angularjs.org">http://angularjs.org</a>&gt;</li> <li>IonicJS - v1.0.0 &lt;<a class="reference external" href="http://ionicframework.com/">http://ionicframework.com/</a>&gt;</li> <li>Angular Odoo &lt;<a class="reference external" href="https://github.com/akretion/angular-odoo">https://github.com/akretion/angular-odoo</a>&gt;, little JS framework based on angular, that provides functions to connect and communicate with Odoo / OCB</li> </ul> <a name="possible-improvments"></a> <h2>Possible Improvments</h2> <ul class="simple"> <li>display partner with bootstrap colors in kanban and tree view</li> <li>The JS apps is not translatable for the time being and is available only in french</li> </ul> <a name="credits"></a> <h2 class="with-subtitle">Credits</h2> <h2 class="section-subtitle" id="contributors"><span class="section-subtitle">Contributors</span></h2> <ul class="simple"> <li>Sylvain LE GAL &lt;<a class="reference external" href="https://twitter.com/legalsylvain">https://twitter.com/legalsylvain</a>&gt;</li> </ul> <p>Icon module comes from &lt;<a class="reference external" href="https://www.iconfinder.com/icons/52644/card_reader_security_icon">https://www.iconfinder.com/icons/52644/card_reader_security_icon</a>&gt; and is copyright by &lt;www.tpdkdesign.net&gt;</p>