In most business applications, we may have a form where we enter data and click submit to push that data to the database behind the scenes. Until you click Submit or OK, nothing is registered. In our templates, we use a different approach. You are directly entering data in the database which is nothing but Excel Table. This saves a lot of time but adds more responsibility to the user to make sure that they don’t unintentionally edit any data that was previously entered.


Tip 2: Input Data is Live
Tip 2: Input Data is Live

 

Since calculations are real-time and dynamic, if you make any changes to an old order, it will immediately update all dependent calculations.