Skip to content

Instantly share code, notes, and snippets.

{"components": [{"key": "aglandEstimateCreator", "path": "aglandEstimateCreator", "type": "panel", "input": false, "label": "Agland Estimate Creator", "theme": "success", "title": "Agland Estimate Creator", "prefix": null, "suffix": null, "overlay": {"top": null, "left": null, "style": null, "width": null, "height": null}, "tooltip": null, "redrawOn": null, "tabindex": null, "validate": {"custom": null, "unique": false, "multiple": false}, "refreshOn": null, "tableView": false, "components": [{"key": "aglandEstimateCreator1", "path": "aglandEstimateCreator1", "type": "columns", "input": false, "label": "Agland Estimate Creator", "prefix": null, "suffix": null, "columns": [{"key": "column1", "pull": 0, "push": 0, "type": "column", "input": false, "label": null, "width": 6, "offset": 0, "prefix": null, "suffix": null, "tooltip": null, "tabindex": null, "validate": {"custom": null}, "tableView": true, "components": [{"key": "customerInformation", "path": "customerInformation", "tags": null, "type": "panel", "inp
###CloudVeil Technology Individual Contributor License Agreement
Thank you for your interest in contributing to open source software projects (“Projects”) made available by CloudVeil Technology or its affiliates (“CloudVeil”). This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to CloudVeil in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact [email protected].
You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.
**Copyright License.** You hereby grant, and agree to grant, to CloudVe
@dkwiebe
dkwiebe / gist:477d5f8af91022357ef13324a06a130e
Last active October 30, 2018 18:00
Retrieve Subscription products from WooCommerce
SELECT subscription_line_items.subscription_id,
subscriptions.post_status,
product.id AS product_id,
product.post_title AS product_name,
product.post_status,
mo.product_type,
subscription_line_items.qty,
subscription_line_items.product_total,
subscription_meta.currency,
subscription_meta.billing_period,
{
"name": {
"title": "Full Name",
"type": "string",
"githubKey": "name"
},
"email": {
"title": "E-Mail",
"type": "string",
"githubKey": "email",