To add column representing last three periods data in Budget vs Actual report

Navigate to Reports > Banking / Budget > Budget vs Actual and customize the report 1. Financial : Amount Alternative Period Range Type : Relative to today’s date Alternate Period Range : This period 2. Financial : Amount Alternative Period Range Type : Relative to today’s date Alternate Period Range : Last period 3. Financial… Continue reading To add column representing last three periods data in Budget vs Actual report

How to create a react web app/project using next.js by vercel

To create a React web app/project using Next.js 1. Install Node.js and npm: Ensure you have Node.js installed on your system, as Next.js requires Node.js to run. 2. Create a new Next.js project: Open your terminal and run the following command to create a new Next.js project: npx create-next-app my-next-app Replace my-next-app with the name… Continue reading How to create a react web app/project using next.js by vercel

Introduction to molding – Thermoforming

What is Thermoforming? Thermoforming is a plastic manufacturing process that involves heating a plastic sheet and forming it using a mold to specific shapes. The shaped plastic then gets cooled down and trimmed to result in the finished part. The process is executed using a thermoforming machine to heat and stretch the pliable thermoplastic sheet over the… Continue reading Introduction to molding – Thermoforming

Custom Page for Assessments of Customers based on Investments and Administrative Oversight

ACA & IOA Assessment    ACA & IOA Assessment screens used to calculate the Administrative and Investment Oversight assessment monthly basis. The journal entries created from ACA & IOA Screen stabilise the financial statements.  6.1 Process Flow  ACA & IOA Assessment calculated and evaluated against the transactions activity of the DAF funds. Here we summarize… Continue reading Custom Page for Assessments of Customers based on Investments and Administrative Oversight

Vendor Exemption

Vendor Exemption    The Vendor Exemption tax rate rule is used to calculate the tax exemption for a vendor based on the Certificate Number.  you can assign default TDS section codes to items and accounts. The default section code for an item or account automatically populates in the India Tax Section Code field when you… Continue reading Vendor Exemption

India Localization SuiteTax Engine

India Localization SuiteTax Engine  Features:   Calculate and manage Goods and Services Tax (GST)   Calculate and manage Tax Deduction at Source (TDS)   Calculate and manage Tax Collection at Source (TCS)   Generate, certify, and send electronic invoices   Generate E-Way bills   Create statutory adjustment journals   Send customized email notifications based on scenarios for India localization features such as… Continue reading India Localization SuiteTax Engine

United States Specific Tax Settings

United States Specific Tax Settings   US Exemption Certificates    Sales Tax Exemption Certificates enable a purchaser to make tax-free purchases that would normally be subject to Sales Tax. The SuiteTax Engine provides support for tracking the tax exemptions allowed by respective US states. Exemption certificates are considered for tax determination  We can select the items… Continue reading United States Specific Tax Settings

How can we create a Pagination in react

Creating pagination in a React application involves managing the current page state and rendering the appropriate page content based on user interactions. import React, { useState } from ‘react’; const Pagination = ({ totalItems, itemsPerPage, onPageChange }) => {   const [currentPage, setCurrentPage] = useState(1);   // Calculate the total number of pages   const… Continue reading How can we create a Pagination in react

Introduction to molding – Injection molding

Injection moulding is a manufacturing process that allows for parts to be produced in large volumes. It works by injecting molten materials into a mould. It is typically used as a mass production process to manufacture thousands of identical items. Injection moulding materials include metals, glasses, elastomers and confections, although it is most commonly used… Continue reading Introduction to molding – Injection molding