Skip to content

Instantly share code, notes, and snippets.

@jknisley
jknisley / customInvoiceTemplateGuide.md
Created September 10, 2015 13:50
Creating Custom Invoice Templates in Apto

Apto Logo

##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

@jknisley
jknisley / test_listener.py
Created February 18, 2019 15:36
Basic TCP/UDP listener
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)