#!/usr/bin/env python # -*- coding: utf-8 -*- #minute hour day month dow #CRON 1 0 1 * * from lib.youtrack_connector import createIssue issue = createIssue( project='OFF', assignee='bublik', summary='Calculate monthly expenses', description='''Prepare financial summary and discuss it with EM Make sure to process [https://docs.google.com/spreadsheets/d/1cMq07UqR_6Epfh31WymjvG95-TiuLmhlFSBEwtNyC2M/edit PTO] and [https://docs.google.com/a/orange35.com/spreadsheet/ccc?key=0AvtuIzvTmnijdEFkeF9QeG04LUZ2eC1jTFlmSThmWFE&usp=drive_web#gid=3 costs spent by staff] and forecast expenses for next month Pay attention to [https://drive.google.com/drive/folders/1pzmpIurtNnD2GRTEJ84SNV2A0fZQ0Z9v Rozpodil nyamok] for past month Cost of previous month should be calculated before 5th evening and updated [https://docs.google.com/a/orange35.com/spreadsheet/ccc?key=0AroWNEckjTdvdGVQTG16eWdpX2VBUmJNRTNWMGxIeFE&usp=drive_web#gid=0 financial document]''', subsystem='Finance', priority='Critical' )