Stepwise Process for Showing the Strike Pricing by enabling the feature of Strike through Pricing in Netsuite

trike-Through Pricing compares a customer’s configured price level with the default price level that you set in the Shopping Catalog tab of the SuiteCommerce Configuration Record. If the price level set for the customer is lower than the default price level, the item pricing on your website is displayed with a strike mark through the… Continue reading Stepwise Process for Showing the Strike Pricing by enabling the feature of Strike through Pricing in Netsuite

Resolve Web Store Credit Card-based Sales Orders Not Automatically Processed for Authorization

For Web Store-generated Sales Orders, when both Credit Card and Terms is tried to be set on the Sales Order during creation (e.g. through user event scripts), the back end logic checks whether if a Terms value is being set and applied. If found, the Authorization Process is skipped. Terms being prioritized over Credit Card… Continue reading Resolve Web Store Credit Card-based Sales Orders Not Automatically Processed for Authorization

Merge a PDF file from the File Cabinet using nlapiXMLtoPDF

Using ‘pdfset’ element, another file can be merged as another page using the ‘src’ attribute where the URL of the file can be indicated.*** Note that the ‘Available without login’ must be checked on the file record for this to work. Sample code snippet: ====================== function xmltoPDF_pdfSet(request, response){   var xml = “<?xml version=\”1.0\”?>\n<!DOCTYPE pdf PUBLIC \”-//big.faceless.org//report\” \”report-1.1.dtd\”>\n”;  xml +=… Continue reading Merge a PDF file from the File Cabinet using nlapiXMLtoPDF

Steps to Put More Space Between Two Body Fields

To create a space between 2 fields, create an invisible Custom Field in between them: 1. Navigate to Customization > Lists, Records, & Fields > select the type of Custom Field > New.2. Enter Label for the field.3. Type = Inline HTML4. Under Applies To > mark the box that corresponds to the record or transaction type where you want to place the custom field.5. Under Display > Subtab = select the subtab where the user want to… Continue reading Steps to Put More Space Between Two Body Fields

Apply Credit memo to Cash sale

Create an Item with a Payment type Navigate to Lists > Accounting > Items > New Select Payment Item Name: Enter Item Name Click Accounting Select Account Account: Select Accounts ReceivableNote: This must be the same A/R account used by the Credit Memo created. Populate other mandatory fields.  Click Save Create a Credit Memo In the Cash… Continue reading Apply Credit memo to Cash sale

Recurring Payment Proposal

Recurring Payment Requirement for implementing a custom solution to process recurring payments every month. BigRig requires the ability to set up recurring payment details such as the amount, duration (in months), and specific dates for processing the payments. These recurring payments should be automatically applied to open invoices on the specified date for the designated… Continue reading Recurring Payment Proposal

Joystick: Overview

A joystick is an input device commonly used in electronic systems and computer interfaces to control the movement of a cursor, character, or object on a screen or to manipulate physical devices like robots or remote-controlled vehicles. Here’s an overview of a joystick’s components and how it works: Components of a Joystick: Stick or Handle:… Continue reading Joystick: Overview

ELEPHANT’S FOOT IN 3D PRINTING

Elephant’s Foot is a common issue in 3D printing, especially when using certain materials like PLA or PETG. It refers to a phenomenon where the first few layers of a 3D print appear flattened, deformed, or wider than the rest of the object. This problem occurs during the initial printing layers, and it can lead… Continue reading ELEPHANT’S FOOT IN 3D PRINTING

Published
Categorized as Robotics

LIDAR

LIDAR, which stands for “Light Detection and Ranging,” is a remote sensing technology that uses laser light to measure distances with high precision. It works on the principle of sending out laser pulses and measuring the time it takes for those pulses to bounce back after hitting an object. Here’s an overview of how LIDAR… Continue reading LIDAR

Published
Categorized as Robotics

Custom customer price list: Price and Price Level

The explanation of the default Price and Price Level used in the Sales Orders. The Hierarchy being followed is: If the Customer Name is already indicated, the Default Price will be based on the Price Level set on the Financial Tab > Item Pricing subtab of the Customer Record. If none, It will be based on the Price Level set on the Financial Tab > Group Pricing subtab of the Customer Record. If none, It will be… Continue reading Custom customer price list: Price and Price Level