#!/usr/bin/env python # -*- coding: utf-8 -*- #minute hour day month dow #CRON 1 0 2 * * from lib.youtrack_connector import createIssue issue = createIssue( project='OFF', assignee='bublik', summary='Send invoice to Adapta', description='''Prepare invoice for Adapta for the past month Confirm with EM [https://docs.google.com/spreadsheets/d/1BvL0o9t-i5O28__kKZ7zWFGdMtgTbU9UB0CLuO5kwOs/edit Orange35 to Adapta Charges] Add new sheet to [https://docs.google.com/a/orange35.com/spreadsheets/d/16KOZ23CDK7FhdntxG_oBn0qFQgR5KFOiou66FpB4s6w/edit Invoices document] Make sure to include costs received via PayPal from [https://docs.google.com/a/orange35.com/spreadsheets/d/1J0q2MWdqb08T-uomPlnWprFNRH4GnmJLCLpxW-gKFag/edit Orange35 PayPal orders tracking] Save invoice as PDF and send to stan@adaptainc.com ''', subsystem='Finance', priority='Critical' )