Sha256: 42512b1815e7944853293c4db0501eeec8f97f0fde9abda354d62e50cb6547e3
Contents?: true
Size: 709 Bytes
Versions: 55
Compression:
Stored size: 709 Bytes
Contents
Description: Generate new device driver skeleton. There are 4 driver categories: RAW - any non-profiled device (send and receive data) PRINT - print and render functionality FISCAL - fiscal memory devices, process of Billing::Bill object (require gem billing) REPORT - logging devices (receive only) Example: `rails generate extface:driver vendor/device_name [raw|print|fiscal|report]` This will create: app/models/extface/driver/<vendor>/<device_name>.rb app/views/extface/driver/<vendor>/<device_name>/_settings.html.erb app/views/extface/driver/<vendor>/<device_name>/_control.html.erb test/models/extface/driver/<vendor>/<device_name>_test.rb
Version data entries
55 entries across 55 versions & 1 rubygems