Changes between Version 22 and Version 23 of Docs/825gen2/Dev/DeveloperNews


Ignore:
Timestamp:
03/04/25 10:07:19 (7 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/DeveloperNews

    v22 v23  
    2727**Comming Soon...**
    2828
    29 arm825beta lib825ev CTktFlds and CTicket are updated to allow apps to send tickets as emails. These classes are also updated to allow graphical printing to [https://en.wikipedia.org/wiki/CUPS CUPS] supported printers connected by Network or USB.
     29arm825beta lib825ev CTktFlds and CTicket are updated to allow apps to send tickets as emails. These classes are also updated to allow graphical printing to [https://en.wikipedia.org/wiki/CUPS CUPS] supported printers connected by Network or USB. The library currently uses a popen system call to use **msmtp** command line to send email. A future plan is to use libesmtp to send emails directly. In the VM install the libesmtp-devel package.
     30{{{
     31sudo dnf install libesmtp-devel
     32}}}
    3033
    3134Apps that use these classes for ticket printing can be recompiled with the updated lib825ev to support sending emails and CUPS printing.