Zoho Expense: Product updates - March - September 2019

Zoho Expense: Product updates - March - September 2019

Hello everyone,

We've rolled out some amazing updates with handy workarounds to make your expense reporting effortless. Take a quick look at the important enhancements that we’ve introduced in the past seven months.

iOS App 2.O

We've brought a new makeover to the iOS app with the iOS 13 updates and the following enhancements:

  • A refreshing new UI, user-friendly workflows with contextual menus, easy navigations, and many more.

  • Your virtual assistant, Zia, will help you get your tasks done quickly.

  • The all new Siri shortcuts, cuts down on a lot of steps and helps you work efficiently.

  • You can now easily create expenses, mileage expenses, and record GPS offline. You can also upload receipts while offline. They will be auto-scanned and converted into expenses, once you are back online.

  • Multi-policy users can select a policy under which a report has to be created. Associate policies and create policy specific expense reports.

Download now and experience the new iOS App 2.O.

Compare Trip Options

Once your travel desk adds the trip options, you can view them in your trip request. The options will bear details of the flight, hotel, bus or train, amount, date, and timings. You can compare these options and select the one you prefer.

4.png


Comment on Trips

Communications with the travel desk can now take place in the comments section of your trip requests. You can resolve any query regarding your trip bookings by chatting through comments of the respective trips. The travel desk will be promptly notified of your comments and they can respond immediately.

6.png


Change Integration Owner of QBO

If the user who set up the integration has left the organization or is unavailable due to a similar reason, you can now re-authorize yourself as the integration owner replacing the old user. Once you assign yourself as the integration owner, you will have the permission to export reports to QuickBooks Online and configure the integration. Also, you can share access with other users to export reports to QuickBooks Online.

To do this: Go to Admin > Integration > QuickBooks Online > Show Details > Update.

1.png


External Lookup

With this custom field, you can now look up the tickets module in Zoho Desk. For example, if you create a Lookup field for ticket number in the Expenses module, you can look up the ticket number and associate it with an expense.

To do this: Go to Admin > Settings > Expenses > Preferences > + New Field Label name: (Preferred name), Date type: External Lookup > Save.

2-1.png


Budgeting (Early Access)

The most awaited feature is here! You can now create budgets for the expense categories in your business, on a monthly, quarterly, half-yearly, or annual basis. Compare your actual spending with the set budget. You can also fetch values from previous years’ actuals and set the new budget. Thus, budgeting will help you take informed financial decisions for developing your business further.

To do this: Go to Admin > Budgets.




Export Analytic Reports to Zoho Sheet

Export your analytic reports to Zoho Sheet and view them as spreadsheets. You can also export these analytics to other employees from Zoho Sheet or save them as spreadsheets for future reference.

To do this:  Go to Analytics > Run an analytic report > Export as > Export to Zoho Sheet.

7.png


Auto-match Card Feeds and Expenses Created From Receipts

You can now avoid duplicate expenses by auto-matching the expenses created from card feeds, and the expenses created from receipts. Whenever you create an expense from a receipt, Zoho Expense displays all the possible matches of that expense, from the expenses created from card feeds. You can match with one of the expenses or create a new expense.

SMS Notifications (Indian edition)

App notifications can now be sent through SMS. The approvers and submitters can receive notifications when reports are submitted or approved. The following table depicts the notification types and the user roles who will receive SMS notifications:

Notification Type

Received by

Reports Submission

Approver

Reports Approval

Submitter

Reports Rejection

Submitter

Reports Reminder

Approver


Note: As of now, we support SMS Notifications only for the Reports module. However, we're planning to support SMS Notifications for other modules soon.

3.png


Other Enhancements:
  • You can import or export per diem rates that are specific to different locations or departments.

  • We have provided a default user invite email template. You can customize it and use it to invite your employees.

  • If you've integrated Zoho Expense with Forte, you can now reimburse the expenses in bulk via ACH. (US and Canada)

  • You can now import and export advance payments.

  • Besides giving a policy name, you can give a display name for the policies. This is the name that will be displayed to all the users in the organization.

  • You can create Text Box (Multi-line) custom fields for expenses, reports, trips, and advance payments.
  • You can create Multi-select custom fields for reports, trips, and advance payments.

  • With the custom approval option, you can now send your reports for approval to the project head(s) of every expense in a report.

  • You can map the bank accounts under the Paid Through list in Zoho Expense with the corresponding bank account in QuickBooks Online. When you export a report to QuickBooks Online, the expenses that are paid through the mapped bank account in Zoho Expense will be listed under the corresponding bank account in QuickBooks Online.

Try out these features and share your feedback in the comments section below. 

Regards,
Vidhya G.S.
The Zoho Expense team







    • Recent Topics

    • Add Hebrew & RTL Support to Feedback Widget

      Hello Zoho Desk Team, How are you? We are using Zoho Desk and would like to utilize the Feedback Widget. While Zoho Desk itself supports Hebrew and RTL, the Feedback Widget unfortunately does not. We kindly request that Hebrew and full RTL support be
    • OAUTH2 isn't working with Power Automate and N8N (Zoho Desk)

      Hello, I am trying to set up an OAuth2 connection to the Zoho Desk API, but the authentication flow fails immediately. I am experiencing this issue in two separate platforms: Microsoft Power Automate (using a Custom Connector) and n8n. Instead of being
    • Kit Items Breaking Automations - "Provide mapped components for all kit items"

      This has been brought up in other threads, but I believe this issue warrants its own topic. Whenever a sales document (Estimate, Sales Order, Invoice) is created or manipulated programmatically, trying to include a Kit as an Item throws this error: "Provide
    • Show item Cost value on Item screen

      The Item screen shows Accounting Stock and Physical Stock. It would be very helpful if value information could be displayed here as well, for instance Cost Price. Currently, to find the Cost Price (as used for inventory valuations) from inside the item
    • Mark shipment as delivered via api

      Hellloooo again Zoho guys !! More help required if you would be so kind, pleeeezz..... var options =        {         'method' : 'post',         'contentType' : 'application/json',         'muteHttpExceptions' : true       }; var myPackNo  = encodeURIComponent('###################');
    • Setting Alternative units for an item.

      Hello Team, How to create alternate units for an item. We are placing orders for stocks in boxes. One box contain 24 items. At the time of selling we have two categories of buyers wholesalers and retailers. So the sales will be in PCS and in boxes also.
    • Zoho Inventory search when adding items to SO/PO, etc.

      I do not see that Zoho Inventory searches within the item name for an item lookup. We have many products with variants. So when I search for a product, say a lighting system, and it comes in different sizes and colors, I can only get those products where
    • Item Group Attributes

      Hello, I would like to see more attributes under grouped items. We sell car parts, there are several suppliers for the same part but under different brands. We want to group them together but the attributes under groups are lacking. For example, the products
    • Remove HTML Format - Deluge

      Hello @all if you want to delete the HTML format from the text please follow the script. Data = "Text"; info Data..replaceAll("<(.|\n)*?>" , "").replaceAll("&nbsp;" , " "); Apart from this if you require anything please let me know Thanks & Regards Piyush
    • Using multiple languages in template

      I wanted to add the company name in the template in arabic. I found a way through the header and footer option, except when i print the quotation the arabic disappears both in the top and bottom of the page. I have attached pictures of the before and
    • ADDING 5% VAT TO PURCHASE ORDERS GENERATED ON ZOHO BOOKS UAE

      Please guide on how to add 5% VAT to Purchase Orders generated on ZOHO Books UAE edition.
    • Import from /csv file, some items fail with the error "Specify Tax Or Tax Exemption".

      Hello! I am trying to import a csv file of all of my expenses for a complete financial year. I get errors for some items with the error message "Specifiy Tax or Tax Exemption". These errors only occur on lines where I have "Postage" as the expense account.
    • About maximum number of requests per minute

      Hi, Our company has integrated Zoho inventory and we're using the shipping order creation and update functions and so on. Currently we're receiving "For security reasons you have been blocked for some time as you have exceeded the maximum number of requests
    • Approval - Report/Views

      Hi, On Zoho Desk - Is there a way to report on pending approvals, or a view or similar?
    • "Zoho CRM Integration" option is missing in Zoho Social Settings

      I am trying to integrate my Zoho Social account with my Zoho CRM account. I am on the Professional Trial plan and my user role is "Brand Admin". However, I cannot find the "Zoho CRM Integration" or "Lead Generation" option anywhere in my Zoho Social settings.
    • Zoho CRM still doesn't let you manage timezones (yearly reminder)

      This is something I have asked repeatedly. I'll ask once again. Suppose that you work in France. Next month you have a trip to Guatemala. You call a contact there, close a meeting, record that meeting in CRM. On the phone, your contact said: "meet me
    • Error 553

      Não estou conseguindo enviar ou receber e-mail, sempre dando o erro 553, sendo que há mais de um mês o domínio está pago e liberado. Preciso de um suporte urgente
    • Automate insurance document workflows with Zoho Writer

      Insurance companies have to deal with creating and managing complex documents and forms, such as policy applications, explanation of benefits documents, brochures, renewals, and claim forms. Handling all of this manually is hugely time and effort intensive,
    • Create PDFs with Text so that we can copy from a generated PDF

      Currently, any information that a user enters into a field cannot be highlighted and copied from the PDF that Zoho Sign renders. For example, if someone were to provide a phone number in a Zoho Sign text field, you would not be able to copy the phone
    • How To Insert Data into Zoho Table using Api

      Hi Community, I have created a table inside zoho tables. How do I insert data into table using API. Please tell the exact endpoint and payload , I just have to insert data into table columns. Also tell how to find tableid, viewid, baseid etc. which are
    • How do I delete a folder in Marketing Automation?

      Folders are used across contact lists and segments, and email templates. How do I delete a folder once it's been created?
    • Portal Approval Process

      Hi Zoho team and fellow users, I am seeking a method to establish a multi-step approval process between a Zoho user and a portal user (Custom Portal) to review and approve requests through the Custom Portal. For instance, within this setup, one of the
    • Narrative 8: Intelligent in-app support that's instantly available anytime and anywhere

      Behind the scenes of a successful ticketing system - BTS Series Narrative 8: Intelligent in-app support that's instantly available anytime and anywhere The App Support Across Platforms (ASAP) add-on for Zoho Desk is an independent application that integrates
    • Navigation issue — unable to return to Customer page after opening Receipt from Transactions

      Steps to reproduce: Open a Customer record. Go to Transactions tab and open a Receipt by clicking its receipt number. After viewing the receipt, clicking browser Back or closing the receipt does not reliably return me to the original Customer record (I
    • Thermal Printer Option Needed for Delivery Challan Templates

      Currently in Zoho Books, the Delivery Challan template only supports A4 and A5 page sizes. However, in many businesses (especially retail and hardware), we use thermal printers (like 3-inch or 4-inch rolls) to print delivery challans. It would be very
    • Separate Default Payment Modes for Receipts vs. Payments

      Right now, when I set a default Payment Mode via a customer invoice or Payments Received screen, that same mode shows up for vendor payments (Purchases → Payments Made). 🔹 Request: We need different default modes for: Customer receipts (e.g., default
    • Update/Change GSTIN in GST Settings of zohobooks

      We are trying to update our GSTIN under the GST settings section of our Zohobooks account Initially, we had entered a dummy GSTIN (123456789123456) to generate a sample invoice before obtaining our official GST registration. After receiving our actual
    • Link Payment Mode and Paid Through Accounts

      For most users, it's very difficult for them to understand that the Payment Mode is totally independent of the Paid Through account when paying bills. It seems (and is) redundant for them to have to select what is basically the same thing twice. The current
    • Lets enable business to choose the default payment mode

      Lets enable business to choose the default payment mode so that we do not have choose payment mode again and again for each and every transsctions
    • Add Attachment Support to Zoho Flow Mailhook / Email Trigger Module

      Dear Zoho Support Team, We hope you are well. We would like to kindly request a feature enhancement for the Mailhook module in Zoho Flow. Currently, the email trigger in Zoho Flow provides access to the message body, subject, from address, and to address,
    • South African Payment Gateways

      Since the "Demise" of Wave many South African users have moved over to Zoho and yet for years users have been requesting Integration with a South African Payment Gateway to no avail. Payfast was the most commonly requested gateway as it supports recurring
    • Has anyone verified if Zoho is PCI compliant?

      We are planning on using Zoho to process payments via Authorize.net. We have everything set up and are attempting to complete the PCI DSS SAQ-A requirement for our merchant account. This requires us to prove Zoho has completed the SAQ-D for Service Providers. We need a way to verify compliance, or a copy of an attestation of compliance signed by the appropriate officer at Zoho. I assume I'm not the first person to use Zoho to process payment, and therefore not the first to require this information
    • Support for Custom Fonts in Zoho Recruit Career Site and Candidate Portal

      Dear Zoho Recruit Team, I hope you're doing well. We would like to request the ability to use custom fonts in the Zoho Recruit Career Site and Candidate Portal. Currently only the default fonts (Roboto, Lato, and Montserrat) are available. While these
    • Bigin Plugin for Outlook

      Could we get this added? The Gmail version already exists, and I would like to avoid having to make a switch.
    • Date does not fit the field

      Hi There. I am having fun learning zoho sign API. Today I noticed the "Signed Date" field does not fit, or alternatively the font is to large for the auto field space. See screenshot below. The signed date field is created by putting {{Signdate}} on the
    • Tip of the Week #69 – Automate your Zoho TeamInbox tasks with n8n integration.

      Don’t waste time repeating the same tasks—like sending follow-up emails or adding new contacts. Let automation save the day. With n8n, an open-source automation tool, you can connect your favorite apps and let them handle the busywork for you. You don’t
    • Multi Page/Step Forms in creator

      Greetings i was wondering if it's possible to create multipage/step forms on creator similar to what we have on zoho forms. is that possbile? Thanks
    • Package Geometry

      how can i add the dimensions and weight capacity of the available boxes to be default in the system everytime we use it ?
    • How to create a Master Kanban Board that syncs with Child Projects?

      Hello, We're currently using Zoho Sprints for managing our interdepartmental teams, and we're looking to enhance our workflow using Kanban boards as part of a company-wide productivity improvement initiative. Our goal is to implement a project structure
    • Writer.. Broken?

      Hello,  Writer has been really good to me during the months I've used it, up until now.  I usually launch the app by tapping the icon and I could immediately pick up where I left off.  Now I'm greeted by a loading circle not reaching 100% and I only have the option to create a new account.  By pressing that button it now switches to a login screen and I can access my account. However, it seems (only speculating ofc) to be stuck in cell-phone mode? everything looks scrambled.  I can't access any of
    • Next Page