Questions tagged [zohobooks]

Zoho Books is online accounting software that manages your finances, keeps you tax compliant, automates business workflows, and helps you work collectively across departments

Zoho Books is online accounting software that manages your finances, keeps you tax compliant, automates business workflows, and helps you work collectively across departments

56 questions
2
votes
1 answer

Issue while creating an item adjustment in Zoho inventory through API's

Here is the require fields of Create the Inventory Adjustment through Zoho API: API that I'm using: https://www.zohoapis.com/inventory/v1/inventoryadjustments token in Headers Method: POST Body: { "date": "2023-08-02", "reason": "my…
2
votes
1 answer

Avoid a hooked function to be triggered multiples times in WooCommerce

I have included code in my WordPress plugin file to sync data with Zoho Books whenever an WooCommerce order is created or updated. However, I am experiencing an issue where this function is triggered multiple times during order updates or creation,…
2
votes
1 answer

Automate zoho grant token generation or code generation, without using self client code directly

I am using this url https://accounts.zoho.in/oauth/v2/auth?scope=ZohoInvoice.invoices.CREATE&client_id=1000.G1NT1HEKCZB7TACFBW7TRD3PX0WHxxX&state=testing&response_type=code&access_type=offline&prompt=Consent as mentioned in this docs, but this is…
nkil
  • 29
  • 3
2
votes
1 answer

Zoho Books API adding Estimates

I am very new to the Zoho API as well as curl. I am trying to develop a class that is able to create estimates for customers using the Zoho Books API, but when I run my code I keep getting a boolean false response >>. Please tell me what i'm doing…
BrodaTherapy
  • 91
  • 2
  • 11
1
vote
0 answers

How to write a custom function in Zoho Books to calculate commision for every invoice sent?

I am writing a custom function in Zoho Books using Deluge. I don't know how to get the total price from invoice and generate a commission on a custom field when an invoice got generated, saved, or sent. I have tried running the following code, but…
Hassan Kazmi
  • 11
  • 1
  • 8
1
vote
0 answers

How to get invoices from ZohoBook with a custom field as parameter, which contain array of IDs

We included a custom field called "property_Id" while creating an invoice. In order to retrieve a list of invoices, we currently use the custom field by passing property_id='12345' as a parameter. However, we now wish to pass an array of property…
Aman ullah
  • 11
  • 1
1
vote
0 answers

Zoho Books API search using OR operator

We are using Zoho books for our application and we have integrated the Zoho books API with our platform.  For some scenery, we need to search in the list API using the OR operator. But we could not find anything about it in the documentation.  In…
Ahsan Aasim
  • 1,177
  • 3
  • 14
  • 40
1
vote
2 answers

Overwriting descriptions from items on sales order with default descriptions + not updating rate?

Have a deluge script that runs in Zoho Books/Inventory that calculates some fees based on custom fields in the customer/item modules and a creator table. Script is working as intended (although a little slower than hoped) but has two final hurdles…
RTee
  • 21
  • 3
1
vote
1 answer

How to access custom fields of invoices using Zoho Deluge?

I'm trying to access the custom fields of my invoices and I'm getting the following error: Any ideas on how to solve this?
delfincortesb
  • 85
  • 1
  • 6
1
vote
0 answers

Rounding problems on Zoho Books API (JS)

I am currently working with ZohoBooks API with JavaScript, and I have some problems, when I try to add a bill with a post request. line_items: [ { account_id: '8057xxxxxxxxxxx', rate: 577.09, tax_id: '8057xxxxxxxxxxx' …
Aalksv
  • 93
  • 1
  • 12
1
vote
0 answers

Is it possible to pass tax value instead of tax ids to sales order API request body in ZOHO Books API?

I'm using sales order API to create a sales order and in the request body, there are the parameters for tax_id on both levels i.e items_level and entity_level. In my case, there are different tax values for different items in a single sales order.…
Suraj Sanwal
  • 728
  • 1
  • 6
  • 14
1
vote
2 answers

Creating Sales Order in Zoho Books via Zoho Creator

I am trying to build a simple application in Zoho Creator where a person inputs the data of a sales order. This has to be translated into Zoho Books along with the integration of the manual orders sent via Zoho Books. I have done every single step…
1
vote
0 answers

How do I connect my Zoho Flow Custom Deluge Function? I keep getting error 57 (Unauthorized Access)

I am working on a project that involves Zoho Flow. We created a custom function that should update the item stock and status based on the sales order. However, when I try to run it I get error 57 (Unauthorized Access). I've tried multiple things and…
1
vote
2 answers

Populate Dropdown from Zoho Response

I am trying to populate a dropdown from the ZOHO API response I am getting with my request. I have two files. request.php and zoho.php. I am receiving the response from request.php as below. object(stdClass)#2 (4) { ["code"]=> int(0) …
Roshan Zaid
  • 336
  • 1
  • 4
  • 21
1
vote
0 answers

ZOHO timesheet webhook not triggering

I am working on ZOHO timesheet, where I want to send the timesheet to Database whenever user submits timesheet in ZOHO system. I have created a webhook (FormName = Timesheet) and added the URL that sends data to DB.…
user12277274
  • 105
  • 2
  • 15
1
2 3 4