Author: Magi Thomas
How can render an array of objects to advanced pdf
Read the details from the saved search and objects pushed into array . var inventoryDetails= [{“itemInventory”:”101002010″,”lotNumber”:”A-1022-4559″,”invQuantity”:”4″},{“itemInventory”:”101002010″,”lotNumber”:”A-1022-4664″,”invQuantity”:”4″},{“itemInventory”:”101001075″,”lotNumber”:”A-1022-4562″,”invQuantity”:”5″}] Render this array to the advanced pdf : renderer.addCustomDataSource({format: render.DataSource.OBJECT,alias: “customdata”,data: {inventoryDetails: inventoryDetails}}); Display the details of Lot number and Quantity from the inventory details
Extend E-Waybill Validity using the direct integration with Clear tax
You can Extend Validity an EWB by sending a POST request to E-Invoicing API with the following request headers. Request URL POST: {{HOST}}/einv/v1/ewaybill/update?action={{action}} Request Headers x-cleartax-auth-token: {{USER_AUTH_TOKEN}}owner_id:{{owner_id}}gstin:{{gstin_number}} Sample Request Sample Response Error Response
Goods and Services Tax (GST)
The India Localization Tax Engine SuiteApp enables you to calculate India Goods and Services Tax (GST) on transactions. GST is an indirect tax imposed in India on the supply of goods and services, right from the manufacturer to the consumer. Transactions made within single state (intrastate) are imposed with Central (CGST) by the Central Government… Continue reading Goods and Services Tax (GST)
Assigning E-Document Templates and Sending Methods to Subsidiaries
Assign e-document templates to subsidiaries: Go to Setup > E–Documents > E–Document Templates. Click Edit next to the e–document template for assignment. On the Subsidiary field, select the subsidiary. Click Save. Assign e-document sending methods to subsidiaries: Go to Setup > E–Documents > E–Document Sending Methods. Click Edit next to the e–document sending method for assignment. On the Subsidiary field, select the subsidiary. Check… Continue reading Assigning E-Document Templates and Sending Methods to Subsidiaries
set up India GSP configurations
Follow the below mentioned steps for set up India GSP Configurations Go to Setup > India Localization > GSP Configuration. Click Edit. On the India GSP Configuration Page, select a E-Document Package. Check the Enable E-Document Package box. In the Webservice URL field, enter the URL for connecting GSP. For example, https://einvoicing.internal.cleartax.co/v2/eInvoice/generate. In the Connection… Continue reading set up India GSP configurations
How can set the total tax as zero in the body level of the record using the Celigo
Hardcode the value of the Total tax in the NetSuite as zero Click the Setting button and enter default value as ZERO
Add a new item line in the record
Find the difference of times
Read the current time using script.
The below function is used to read the current time in 24 hours. The below function is used to read the current time in 12 hours.