-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
156 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63 changes: 63 additions & 0 deletions
63
docs/library/jobs/zoho_books/_fetch_recurring_invoices.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
title: Recurring Invoices | ||
sidebar_position: 2 | ||
--- | ||
|
||
|
||
Recurring Invoices in Zoho Books allows seamless retrieval of key details for recurring invoices, streamlining management and providing insights into automated billing cycles. | ||
|
||
<AddJob | ||
template="gsheet_zoho_books_db_get_recurring_invoices" | ||
/> | ||
|
||
|
||
## Data | ||
|
||
### Sample Data | ||
|
||
<Gsheet | ||
src="https://docs.google.com/spreadsheets/d/1-gX-uq5YrTW-6gQJYM-mNXitEOfJLTiQCvPtV8CR1Yc/edit#gid=583424710" | ||
/> | ||
|
||
|
||
### Data headers | ||
|
||
| Header | Description | | ||
|------------------------|-------------------------------------------------------| | ||
| customer_name | Name of the customer | | ||
| status | Current status of the recurring invoice | | ||
| total | Total amount of the recurring invoice | | ||
| recurrence_name | Name associated with the recurrence | | ||
| reference_number | Reference number for the recurring invoice | | ||
| child_entity_type | Type of child entity associated with the invoice | | ||
| start_date | Start date of the recurring invoice | | ||
| end_date | End date of the recurring invoice | | ||
| last_sent_date | Date when the recurring invoice was last sent | | ||
| next_invoice_date | Date of the next scheduled invoice in the recurrence | | ||
| recurrence_frequency | Frequency of the recurrence (e.g., monthly, annually) | | ||
| repeat_every | Interval for the recurrence (e.g., every 1 month) | | ||
| created_time | Time when the recurring invoice was created | | ||
| last_modified_time | Time when the recurring invoice was last modified | | ||
| customer_id | Zoho books id for the customer | | ||
| recurring_invoice_id | Zoho books id for the recurring invoice | | ||
|
||
|
||
### Filtration options | ||
|
||
This job can restrict the data that is visible in spreadsheets. Use the following parameters to restrict the data. | ||
|
||
| Parameter | Options | | ||
|----|----| | ||
| customer_id | Select invoices issued to a particular customer. Customer id is the id of the customer from zoho books. | | ||
|
||
<!--- | ||
## Others | ||
|
||
### Similar jobs | ||
|
||
Similar sort of data can be achieved by using get accounting transaction job and filtering it by invoice type. | ||
|
||
### Reports that use this job | ||
|
||
Here are some of the report templates that use this job: | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 0 additions & 62 deletions
62
docs/library/jobs/zoho_books/fetch_recurring_invoice_details.mdx
This file was deleted.
Oops, something went wrong.
51 changes: 25 additions & 26 deletions
51
docs/library/jobs/zoho_books/fetch_recurring_invoices.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"label": " Sales", | ||
"position":1 | ||
} |
2 changes: 1 addition & 1 deletion
2
...bs/zoho_books/fetch_sales_by_customer.mdx → ...bs/zoho_books/fetch_sales/by_customer.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: Sales by Customer | ||
title: By Customer | ||
sidebar_position: 2 | ||
--- | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...y/jobs/zoho_books/fetch_sales_by_item.mdx → ...y/jobs/zoho_books/fetch_sales/by_item.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: Sales by Item | ||
title: By Item | ||
sidebar_position: 2 | ||
--- | ||
|
||
|
Oops, something went wrong.