Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Google tax slug #417

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ This directory is built automatically. Each task's documentation is generated fr
* [Delete the oldest x products from a specific collection](./delete-the-oldest-x-products-from-a-specific-collection)
* [Delete variants having a metafield date that has passed](./delete-variants-having-a-metafield-date-that-has-passed)
* [Demonstration, Tutorial: Fetch data from a shared Google sheet](./demonstration-fetch-data-from-a-shared-google-sheet)
* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-goole-sheet)
* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-google-sheet)
* [Demonstration: Auto-tag new orders, with scheduled reconciliation](./demonstration-auto-tag-new-orders-with-reconciliation)
* [Demonstration: Fetch an external configuration file](./demonstration-fetch-an-external-configuration-file)
* [Demonstration: Fulfillment order move](./demonstration-fulfillment-order-move)
Expand Down Expand Up @@ -771,7 +771,7 @@ This directory is built automatically. Each task's documentation is generated fr
### Demonstration

* [Demonstration, Tutorial: Fetch data from a shared Google sheet](./demonstration-fetch-data-from-a-shared-google-sheet)
* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-goole-sheet)
* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-google-sheet)
* [Demonstration: Auto-tag new orders, with scheduled reconciliation](./demonstration-auto-tag-new-orders-with-reconciliation)
* [Demonstration: Fetch an external configuration file](./demonstration-fetch-an-external-configuration-file)
* [Demonstration: Fulfillment order move](./demonstration-fulfillment-order-move)
Expand Down Expand Up @@ -922,7 +922,7 @@ This directory is built automatically. Each task's documentation is generated fr

### Files

* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-goole-sheet)
* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-google-sheet)
* [Demonstration: Generating a file and uploading it to Shopify](./demonstration-generate-a-file-and-upload-to-shopify)
* [Demonstration: Upload files to Google Drive](./demonstration-upload-files-to-google-drive)
* [Demonstration: Web fonts in PDFs](./demonstration-web-fonts-in-pdfs)
Expand Down Expand Up @@ -967,7 +967,7 @@ This directory is built automatically. Each task's documentation is generated fr

### Google Sheets

* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-goole-sheet)
* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-google-sheet)

### HTTP

Expand Down Expand Up @@ -1258,7 +1258,7 @@ This directory is built automatically. Each task's documentation is generated fr
* [Copy prefixed tags to metafields](./copy-prefixed-tags-to-metafields)
* [Credit customers for sample orders](./credit-customers-for-sample-orders)
* [Delete cancelled orders after 48 hours](./delete-cancelled-orders-after-48-hours)
* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-goole-sheet)
* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-google-sheet)
* [Demonstration: Auto-tag new orders, with scheduled reconciliation](./demonstration-auto-tag-new-orders-with-reconciliation)
* [Demonstration: Order editing](./demonstration-order-editing)
* [Download and email a file to a customer, when purchased](./download-and-email-a-file-to-a-customer-when-purchased)
Expand Down Expand Up @@ -1666,7 +1666,7 @@ This directory is built automatically. Each task's documentation is generated fr

### Spreadsheets

* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-goole-sheet)
* [Demonstration: Add new orders to a Google Sheet](./demonstration-add-new-orders-to-google-sheet)

### Staff

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Tags: Demonstration, Files, Google Sheets, Orders, Spreadsheets

# Order Tracking with Google Sheets (Demonstration)

* View in the task library: [tasks.mechanic.dev/demonstration-add-new-orders-to-goole-sheet](https://tasks.mechanic.dev/demonstration-add-new-orders-to-goole-sheet)
* Task JSON, for direct import: [task.json](../../tasks/demonstration-add-new-orders-to-goole-sheet.json)
* View in the task library: [tasks.mechanic.dev/demonstration-add-new-orders-to-google-sheet](https://tasks.mechanic.dev/demonstration-add-new-orders-to-google-sheet)
* Task JSON, for direct import: [task.json](../../tasks/demonstration-add-new-orders-to-google-sheet.json)
* Preview task code: [script.liquid](./script.liquid)

## Default options
Expand Down Expand Up @@ -130,7 +130,7 @@ Use this task as a reference when building your own Google Sheets automations.

## Installing this task

Find this task [in the library at tasks.mechanic.dev](https://tasks.mechanic.dev/demonstration-add-new-orders-to-goole-sheet), and use the "Try this task" button. Or, import [this task's JSON export](../../tasks/demonstration-add-new-orders-to-goole-sheet.json) – see [Importing and exporting tasks](https://learn.mechanic.dev/core/tasks/import-and-export) to learn how imports work.
Find this task [in the library at tasks.mechanic.dev](https://tasks.mechanic.dev/demonstration-add-new-orders-to-google-sheet), and use the "Try this task" button. Or, import [this task's JSON export](../../tasks/demonstration-add-new-orders-to-google-sheet.json) – see [Importing and exporting tasks](https://learn.mechanic.dev/core/tasks/import-and-export) to learn how imports work.

## Contributions

Expand Down