Skip to content

Instantly share code, notes, and snippets.

View ianroberts's full-sized avatar

Ian Roberts ianroberts

View GitHub Profile
@ianroberts
ianroberts / LICENSE
Created December 23, 2023 12:54 — forked from rkirsling/LICENSE
Directed Graph Editor
Copyright (c) 2013 Ross Kirsling
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
@ianroberts
ianroberts / ListPayrolls.groovy
Last active August 30, 2022 12:14
MyPAYE -> QuickFile integration
/*
* Helper script to determine the "payrollId" parameter - fill in the rest of
* config.groovy first, then run this script to list your payrolls and copy
* the relevant ID into the config for use by ProcessPayroll.groovy.
*/
@GrabResolver(name='secure-central', root='https://repo1.maven.org/maven2')
@Grab(group='org.codehaus.groovy.modules.http-builder', module='http-builder', version='0.7.1')
import groovyx.net.http.*
import static groovyx.net.http.ContentType.*