This document discusses a new point of sale (POS) implementation in the Tryton software. The new POS module reuses existing Tryton modules like sale, account_statement, and product_barcode to enable quick sales management, automatic invoice/shipment creation, product receipt/sending, and payment recording at POS devices. Some advantages are that it requires little code and uses the same logic as core Tryton modules. A potential disadvantage is that each POS sale generates multiple invoices and shipments, and it requires a direct connection to the Tryton server. The document provides links to download the POS modules from Bitbucket and concludes with an invitation for questions.