Dart – Loop Control Statements (Break and Continue)

Dart supports two types of loop control statements: Break Statement Continue Statement Break Statement: This statement is used to break the flow of control of the loop i.e if it is used within a loop then it will terminate the loop whenever encountered. It will bring the flow of control out of the nearest loop.… Continue reading Dart – Loop Control Statements (Break and Continue)

How to Replace a Substring of a String in Dart?

To replace all the substring of a string we make use of  replaceAll method in Dart. This method replaces all the substring in the given string to the desired substring. Returns a new string in which the non-overlapping substrings matching from (the ones iterated by from.allMatches(this String)) are replaced by the literal string replace. Syntax:… Continue reading How to Replace a Substring of a String in Dart?

Dart – Getters and Setters

Getters and Setters, also called accessors and mutators, allow the program to initialize and retrieve the values of class fields respectively.  Getters or accessors are defined using the get keyword. Setters or mutators are defined using the set keyword. A default getter/setter is associated with every class. However, the default ones can be overridden by explicitly defining a setter/ getter.… Continue reading Dart – Getters and Setters

Proposal for Automated Creation of Inventory Adjustments

This proposal covers the scope of the automated creation of inventory adjustments to ProScope locations when Project task/milestone status is marked as Completed by the user. This proposal also covers the engagement scope of Jobin and Jismi It Services LLP, as the official implementation partner Of Oracle NetSuite.   Submitted To   L+O Technologies Submitted By   Rijo… Continue reading Proposal for Automated Creation of Inventory Adjustments

Proposal for Auto PO creation from Item Record

Proposal Summary This proposal covers the scope of Auto PO creation from Item Record and automatically populates the sublist of the Purchase Order with the corresponding Item as a line item. Requirement The objective is to introduce a button within the Item Record. When this button is clicked by users, it is designed to direct… Continue reading Proposal for Auto PO creation from Item Record

Report – User-level preferences

User-level preferences are available at Home > Set Preferences. User preferences for reports are available on the Set Preferences page’s Analytics tab. If the user selects the ‘Financial Only’ preference, then it will show the reports filtered by period. If the user selects the ‘Never’ preference, then it will show the reports filtered by Date.