Method: Extface::Driver::EltradeTmU220#check_status

Defined in:
app/models/extface/driver/eltrade_tm_u220.rb

#check_statusObject



202
203
204
205
206
207
208
209
# File 'app/models/extface/driver/eltrade_tm_u220.rb', line 202

def check_status
  flush
  status = get_printer_status
  #TODO check for:
  #1. sold PLUs dangerously high -> solution PLU Report (0x32)
  #2. open bon and transaction count
  errors.empty?
end