Set of mini tools for WMS Support team
Source files. No instalation needed
This is a small but mighty application that will generate UCC-128 type barcodes.
Run the program. Application will welcome you and ask for required data:
- Start Tote number
- Type the number and press Enter.
- End Tote number.
- Type the number and press Enter. After generation is complete:
- application will return you the information about location of the labels. Follow the provided directions to retrieve it.
- application will save a log about the last operation in format: {date: current date, start: start_tote, end: end_tote, requester: User, warehouse: Test, comments: Blah}
- Add UI
Simple parser to convert original csv with the list of emails to the format accepted by CC. Run the program:
# to generate all_emails
_all = ConvertForConsantContact('all')
_all.convert_emails()
# to generate billing_emails
billing = ConvertForConsantContact('billing')
billing.convert_emails()
- Add UI