##Custom Invoice Templates
Last Updated: 7/20/15
####Goal After following this guide, you should be able to create custom invoice templates by leveraging the custom invoice components and controllers, along with CSS.
####Prerequisites
import asyncio | |
import json | |
import logging | |
import os | |
import socket | |
import threading | |
logging.basicConfig(format='Test-Listener [%(process)d] %(levelname)s - %(message)s', level=logging.DEBUG) |