Jerry Dodge

Results 25 issues of Jerry Dodge

When starting the download anonymous thread, there's usually a delay before it actually starts for some weird reason.

If terminating app while in progress, a memory leak happens with the thread refs.

Create a component which encapsulates everything which has to do with saving cards to the vault and managing their tokens.

MerchantWare
Components
Addition

Need to implement gift cards via new component `TCayanGeniusGiftCard`. This includes Activation, Balance Inquiry, and Adding Funds.

Genius
Components
Addition

New structure in database to hold invoices, payments, and inventory, and tie them all down to a standard transaction structure.

Components
POS App
Addition

Need basic abilities to create new invoices. Right now, the "cart" is just a concept, up in the air for interpretation. It's a mix of various components, and relies currently...

Components
POS App
Addition

There are many places in the POS app where "Cancel" is called blindly. This needs to be more strategically used, only when it's really needed. This includes giving a user...

Genius
Components
POS App