https://github.com/jeffthompson/checkoutformgenerator
Python script for generating checkout sheets and equipment hang tags
https://github.com/jeffthompson/checkoutformgenerator
Last synced: over 1 year ago
JSON representation
Python script for generating checkout sheets and equipment hang tags
- Host: GitHub
- URL: https://github.com/jeffthompson/checkoutformgenerator
- Owner: jeffThompson
- Created: 2014-09-03T00:46:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-03T01:06:22.000Z (almost 12 years ago)
- Last Synced: 2025-01-04T15:18:41.278Z (over 1 year ago)
- Language: Python
- Size: 703 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Checkout Form Generator
=====================
A script that generates checkout forms and hang tags from a master list of students and equipment.
**A FEW CAVEATS:**
* Since the forms result as HTML, you may run into some formatting issues when printing.
* Forms should be printed in landscape format - Chrome seems to respect the CSS @page declaration, so I suggest printing from there.
* The hang tags may be scaled for printing, so you will need to play with the CSS dimensions to get accurate sizes.
* Not everything in the inventory is included on the form - I assume you don't need the value of the item on the checkout form, but it could easily be added if necessary.
**REQUIRES:**
* BeautifulSoup for cleaning up the HTML output - not necessary and could be removed if needed
**THANKS:**
* Writing UTF-8 files:
http://www.azavea.com/blogs/labs/2014/03/solving-unicode-problems-in-python-2-7