SCA versions & custom module

versions:Denali and Mont BlancKilimanjaro (2017.2) version of SuiteCommerce AdvancedAconcaguaElbrus only see javasript2018.22019.1 theme updation2019.2 upto this we can create custom module2020.1 from this create extension2020.22021.12021.2 Create a Custom Module In the ‘module’ folder create a ‘customization’ folder create a folder for ‘addresscustom@jj’ and then ‘templates’ folder copy the ‘address_details.tpl’ and ‘ns_package.json’ from ‘Suitecommerce’ -> Address@2.4.3… Continue reading SCA versions & custom module

GIS form specification VNB JCS Version 3

Requirement: VBN PDF Customization & VBN Send Email  J-curve would like to update the existing VBN PDF to add 3 additional columns as follow  Our Solution  The requirement can be achieved by updating the existing script to add following 3 columns as per the sample given  ภาษี  Vat Amount  หัก ณ ที่จ่าย  WHT Amount  จำนวนเงินสุทธิ … Continue reading GIS form specification VNB JCS Version 3

GIS form specification PO JCS Version 3

Requirement 1: Purchase Order  J-curve would like to create the Purchase Order PDF template as per given layout  Our Solution  The requirement can be achieved by creating a script for adding a custom button named PO Print in the Purchase Order. When the user clicks the custom button then PDF will be generated.  Field Mapping… Continue reading GIS form specification PO JCS Version 3

GIS_Document Printing for Sales Transaction Version 4.1 – Estimation (Quotation)

Requirement 1: Estimate Include Vat for CSD    J-curve would like to create the Estimate PDF template as per given layout  Our Solution  The requirement can be achieved by creating a script for adding a custom button named CSD – Estimate (Include VAT) in the Estimate. When the user clicks the custom button then PDF… Continue reading GIS_Document Printing for Sales Transaction Version 4.1 – Estimation (Quotation)

GIS_Document Printing for Sales Transaction Version 4.1 – Invoice/ Tax Invoice

Requirement 1: Tax Invoice (Base Currency)   J-curve would like to create the Invoice PDF template as per given layout  Our Solution  The requirement can be achieved by creating a script for adding a custom button named Tax Invoice (Base Currency) in the Invoice. When the user clicks the custom button then PDF will be… Continue reading GIS_Document Printing for Sales Transaction Version 4.1 – Invoice/ Tax Invoice

GIS_Document Printing for Sales Transaction Version 4.1 – Delivery Note

Requirement 1: Delivery Note PDF   J-curve would like to create the Item Fulfilment PDF template as per given layout  Our Solution  The requirement can be achieved by creating a script for adding a custom button named Delivery Order in the Item Fulfilment. When the user clicks the custom button then PDF will be generated. … Continue reading GIS_Document Printing for Sales Transaction Version 4.1 – Delivery Note

How to run an existing NetSuite Integration React WebApp project in a new system

We might need to edit or update an existing NetSuite Integration React WebApp project in a new system. Here are the steps for that: Clone the repository in VS Code. Choose the correct repository branch before cloning. Open the project directory in cmd. Make sure the correct Node Virtual Machine is installed. Use ‘nvm install… Continue reading How to run an existing NetSuite Integration React WebApp project in a new system