PROPOSAL FOR INVENTORY BALANCE AND TRANSACTION PAGE

Proposal Summary This proposal outlines the scope of the custom page for the inventory balance and transaction details on the NetSuite account at Nationwide Pharmaceutical (hereafter referred as the client) by Jobin&Jismi (hereafter referred to as Implementer).   This proposal covers the development of a custom Suitelet page in NetSuite to enhance inventory and transaction reporting.… Continue reading PROPOSAL FOR INVENTORY BALANCE AND TRANSACTION PAGE

Create a custom page to show the Sales Vs Quota this Month Report

/**  * @NApiVersion 2.1  * @NScriptType Suitelet  */ define([‘N/record’, ‘N/ui/serverWidget’, ‘N/search’, ‘N/query’, ‘N/runtime’],     (record, serverWidget, search, query, runtime) => {         /**          * Entry point for the Suitelet          * @param {Object} context – The context of the Suitelet request      … Continue reading Create a custom page to show the Sales Vs Quota this Month Report

Function to add bar graph in a custom page developed using vue js

The following code can be used for adding the bar graph to the custom page using the chart.js library. /**          * Renders a bar chart using Chart.js based on the provided chart data.          * @param {Object} chartData – The data object containing labels, datasets, and other chart… Continue reading Function to add bar graph in a custom page developed using vue js

Custom page for display sales order based on the status

Create a custom form that will display sales orders which need to be fulfilled or billed. The sublist columns contain, Internal IDs Document Name Date Status Subsidiary Line Number Tax Type Total Committed Quantity The page should contain the following filter, Subsidiary The value should be updated dynamically based on the filters.