sde1000 / quicktill

Figure out where all the money and stock went to
GNU General Public License v3.0
43 stars 8 forks source link

Binary configuration items #283

Open sde1000 opened 4 months ago

sde1000 commented 4 months ago

The receipt logo implementation in #282 uses a text config item containing a base64-encoded PBM for the logo.

It would be neater if we supported binary configuration items natively, possibly with an associated MIME-type (or list of acceptable MIME-types). Then we could easily add image upload and display support to the configuration web interface.