eway Bill - Import (Good / Material)
As we Importer of goods , for That first we Generate PO then , Payment, then after We create Bill of Entry After Bill of Entry Anywhere (99%) cases material that arrived to port that comes to warehouse / factory for that Eway bill , we have to create
How to set up ‘Adjusted Revenue’ in Zoho Books?
Hello, I have a marketing agency where I typically offer social media management and advertising services to local clients on a retainer/monthly-recurring basis. One of my core services include Ad Spend (we call it Digital Media Buying), which contributes
Zoho Books API Charging a customer with their Creditcard or ACH Banking info
It is unclear if using this API, can acutally charge the customer. https://www.zoho.com/books/api/v3/customer-payments/#create-a-payment When we process invoices in Books, we Select "Record Payment" and then Charge Customer. The Client has either a CreditCard
zBooks Custom Script with deluge - Custom Field shows NULL
I am trying to read a custom-field from the item module, which is a decimal. time = item.get("cf_reparatur_dauer_h"); The answer is always NULL. I have already seen similar topics in the forum, but they are already 4 years old and do not work (anymore).
Does Books link Sales Order to Purchase Orders?
Should Books be linking Sales Order to Purchase Orders when a Sales Order converts to Purchase Order? The json response from Books has a key "salesorders" but it is always empty. What is or is not happening here?
Item Search | Contains Feature
The "CONTAINS" feature is limited to adding a single product description string while searching for the product. For product names that are 4 or more words long, containing different attributes like size, colour, design etc. it becomes difficult to locate
Guide on how to hide data based on values in HTML templates.
I am amazed that I discovered this after couple of hours of trial and error. Not sure why, but it works. *[data-hide=" "] { display:none; } *[data-hide="\A0"] { display:none; } <div data-hide="%ItemDescription%" > %ItemDescription% </div> If
Report Sales by Customer Location
Hi, Is there a way to run a report by customer location? I want to be able to see sales by state: Order Number - Order Date - Customer Name - Customer Ship State Thank you, Allison
Employee Loan & Deductions
Hello, How can we enter employee loan to ZB ? and if employee partially pays how can we enter these transactions?
Webhooks to send data to amazon aws (rds)
Is it possible to send data from Zoho Books, using webhooks and events to send data to a amazon aws rds database? Thanks
How to fetch data from zoho books into mysql workbench directly not manually?
I'm stuck with this problem of fetching data rom books to mysql workbench. I've gone across couple of tools but its not working . Please anyone has got any idea please share. Thanks
What's New in Zoho Books - April 2024
Hello users, We are back with a bunch of new features and enhancements to make your accounting experience seamless. Keep reading to learn more about them. WhatsApp Integration in Zoho Books You can now connect WhatsApp to your Zoho Books organization
What's New in Zoho Books - August 2024
Hello users, We've rolled out new features and enhancements to elevate your accounting experience in Zoho Books. Dive in to discover what's new in Zoho Books this August. Update Reports Permissions We’ve enhanced report permissions in Zoho Books to make
Bank reconciliation with Accounting currency with Foreign Currency bank accounts
We are unable to perform Bank reconciliation for Foreign Currency bank accounts and tie-up with General Ledger account, which will be in Accounting currency.
What is the module name for "Vendors" in a call to info zoho.books.getRecordsByID?
What is the module name for "Vendors" in a call to info zoho.books.getRecordsByID? "vendors" is incorrect. zoho.books.getRecordsByID("vendors", books_organization_ID, vendor_id, "books_full_access");
Generate Payment Link - ZOHO Books by an API
Hello Team, is there any way we can Generate a Payment Link - ZOHO Books by an API, if anyone has any idea about this please do comment? Thanks & Regards Piyush Goyal
What's New in Zoho Books - June 2024
Hello users, We are back with new features and improvements to enhance your accounting experience in Zoho Books. Keep reading to discover what's new in Zoho Books this June. Generate ABA Files for Bills [Australia Edition] An ABA file (Australian banking
What's New in Zoho Books - May 2024
Hello users, We've rolled out new features and enhancements to elevate your accounting experience in Zoho Books. Dive in to discover what's new in Zoho Books this May. Alipay Payment Method for Stripe Alipay, a popular digital wallet in China, is now
Automatically charge tax on shipping
When we do a quote we charge tax on the subtotal cost, but when I put in shipping I have to manually select a tax amount. How do I have it automatically apply tax to the shipping as well? I have provided a screenshot that shows I have to manually do this.
What's New in Zoho Books - July 2024
Hello users, We are back with a bunch of new features and enhancements this month to make your accounting experience seamless. Keep reading to learn more about them. Explore An Enhanced Reports Module We've streamlined the Reports page to increase efficiency
How to find (total) profits per item in Zoho inventory or Zoho Books
Hi, I would like to find out how to generate a report that has Item/ Cost Price/Sales Price (total)/Profit (total)/Margin The current sales reports has the total qty sold and the sales price but does not show the profits. Can i check how to do it? Similar
How to create a not payed yet transaction for a vendor
I want to create a transaction for a vendor, similarly as I do it for customers, but I can't do it. Basically, I receive an invoice from a vendor, I want to register it as not paid, being able to mark them then as approved, and when the due date arrives,
Item Search
Hi there, any plans to enhance the item search function, to include searching also the item description, when doing estimates and invoices? Thanks!
Automate PAYMENT RECEIVED email
In BOOKS - how do I make it automatically send a Payment Received, Thank you email to my Customer when I match a transaction to an Invoice (thereby making it PAID)? Thank you for your help.
Displaying Notes/Description Columns in "All Expense" showing Tabs
It's surprising to see there is no option to view description columns in tab showing all expenses. There are provisions for Reference# and Status, but why not the description/notes. Please Add. Thank You.
Zoho Books: Please ensure that the "description" has less than 100 characters.
I have this code written to convert Quote into an invoice and keep getting an error even while saving the code. Error: Please ensure that the "description" has less than 100 characters. // Replace with your actual organization ID and connection name org_id
Zoho Books | Product Updates | March 2025
Hello users, We have rolled out new updates in Zoho Books to enhance your accounting experience. These include the ability to create workflow rules for manual journals and Multi-Factor Authentication (MFA) for customer and vendor portals. Explore these
Customer Statement Template
Hi. how can i add order number "customer LPO number" in the customer statement. regards
While retrieving the Balance Sheet Report, there is always this "COST OF GOODS SOLD", This is not editable.
Hi Zoho & Readers, While retrieving the Balance Sheet Report, there is always this "COST OF GOODS SOLD", which is reduced from the Sales to arrive at the gross profit. The issue I face here is that Service Oriented Companies don't incur any COGS, hence
customer satisfaction records
Dear Zoho Team, Is it possible to get "customer satisfaction records" from all customers that we invoice through your portal. This query is raised with the view to satisfy ISO 9001 standards requirements. Kindly advise. Regards Anil
Turn off Inventory/Inventory while creating Sales invoice
I am using Zoho Books only for accouting and have a seperate billing software which contains the data of Inventory quantities, so I want to account only vendor/ customer which creating sales/ Purchase invoice without the items, is it possible to create
Zoho Books: How to trigger workflow in Deluge script
💡 How to Force Execute Workflow in Zoho Books Using Deluge Hello Team, If you're looking to forcefully execute a custom function or workflow in Zoho Books, you can do so by using the special header node X-ZOHO-Execute-CustomFunction in your API call.
Zoho items price not fetch in shopify store
why not fetching pricing with shopify store
Zoho Books API Limit Is RIDICULOUS!!!!!!!!!!!!!
The 2,500 API call limit in Zoho Books is about as useful as AOL dialup. Seriously Zoho, not only can I use up 2,500 API calls in no time with my own app but YOUR OWN STUPID IPAD APP blows through them super fast too, so if any one of my clients wants
Zoho Books API endpoint to fetch contact custom fields
Hello I am trying to sync my custom fields of woocommerce checkout with the custom fields of contacts/customers in Zoho books via API I need the api endpoint to fetch all custom fields from Zoho books, how can i achieve the same? Thanks Puneet
Importing old Invoices into Zoho Books - Hitting the limit
I'm currently working on importing historic invoices and payments made records from one Zoho Books premium instance into another however i'm hitting the 25,000 per year limit issue, these invoices go all the way back to 2019, and i understand that generating
VAT return period question plus pre-registration expenses
Hello! I'm new to Zoho and I am trying to generate a VAT return that covers the period 11 November 2021 (my VAT registration date) to 28 February 2022. I know I'm slightly late with this but I'm struggling, because Zoho wants to produce a return only
Zoho Book not Connecting to Bank
Is anyone else having issues with Zoho Books connecting to their bank? We have not been able to connect to the Co-operative bank feeds since Dec. Zoho are blaming the Co-op but the Co-op says that it has to be a Zoho issue as no other accounting software
Any way to download or export all attachments regarding a Vendor? (including payments)
Hi, I upload all documents to Zoho Books, especially regarding vendors, including their "official" invoice (the vendors send their official ones to us) and our payment slips (proof of payment to them). I need to be able to export all these files every
Revert to Default Email Templates
Hello In the Invoice Notification email template, I've removed the button linking to the Invoice in error. Is there a way to revert to the original template or how do I add the button back in, please? Thanks. Rachael
Next Page