From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: Ann: Ada Bar Codes project launched Date: Wed, 13 Jun 2018 23:52:03 +0200 Organization: A noiseless patient Spider Message-ID: References: <46f5d4d1-a79c-4509-b201-0094ab88f60d@googlegroups.com> <87in6nnpgo.fsf@jacob-sparre.dk> <8288cedb-d157-463b-b996-231db3b4c438@googlegroups.com> <87efhbndnf.fsf@jacob-sparre.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 13 Jun 2018 21:52:01 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="f4c57e6fd260492457098fcfcb1389a1"; logging-data="26827"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18HPbt/gLFFV20O/YKXpT78" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 Cancel-Lock: sha1:Gf8gGl/JcrNaBeUqnE7xmXrwAx8= In-Reply-To: <87efhbndnf.fsf@jacob-sparre.dk> Xref: reader02.eternal-september.org comp.lang.ada:53088 Date: 2018-06-13T23:52:03+02:00 List-Id: On 2018-06-13 13:12, Jacob Sparre Andersen wrote: > gautier_niouzes@hotmail.com writes: > >> Cool - so perhaps at some time even the bar codes will be generated >> from the Ada program... > > The Warehouse Management System prints lots of bar codes every day, but > I'm not sure if the actual conversion happens in the printer or in the > Ada code (I suspect the printer is doing it). Well - it depends. Printing barcodes on a delivery note or a freight note is the work of Ada programs (packages) (in our WMS) printing it to a graphic document - which usually is a postscript or pdf document. And the barcodes are indeed generated from the Ada program. Interpreting barcodes - like GS1 - is the reverse of printing it. And we do that too. I am to ask if we can release those packages as GPL. I'm not holding my breath - but I'll try to make it happen. Eventhough you dissaprove of the API, Jacob ;-) -- -- Björn