Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
To assign serial numbers to the item quantity to issue or receive. Click the Lot/Serial button from a transaction window. The Serial Number Entry window appears displaying the item and transaction information. Note: If the lot is under lot and serial control, you must enter the lot information before you can assign serial numbers. The serial number for Fetch is available This release was created for you, eager to use Fetch 2.1.2 (mac) full and with without limitations. Our intentions are not to harm Fetch software company but to give the possibility to those who can not pay for any piece of software out there.
Sign upHave a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
commented May 25, 2010
Version: 1.4.3 Libusb backend try to fetch from device serial number even if it is not available. In my case, this cause my printer (Oki 14ex) to hang (won't work at all till restart), and I'm unable to print anything. I've attach small patch to prevent such behaviour. When iSerialNumber=0 (no serial available), omit serial number read from device. |
commented May 25, 2010
CUPS.org User: mike P3 since there is a workaround and this printer doesn't conform to the USB printer spec... |
commented Aug 13, 2010
CUPS.org User: mike Fixed in Subversion repository. |
commented Aug 13, 2010
'cups.diff': diff -ruN cups-1.4.3/backend/usb-libusb.c cups-1.4.3-new/backend/usb-libusb.c if ((sern = cupsGetOption('SERIALNUMBER', num_values, values)) NULL)
|
Fetch Serial Number Mac
commented Aug 13, 2010
'str3590.patch': --- backend/usb-libusb.c (revision 9236) if ((sern = cupsGetOption('SERIALNUMBER', num_values, values)) NULL)
|