Simple yet powerful application to calculate/verify GST bills.
There are 5 columns:
1) SL. which is the serial number.
2)QTY which is the quantity.
3) MRP maximum retailer price.
4)GST% which is the percentage of GST, which is 0%, 5%, 12%, 18%, 28%.
5)TAX- this value is MRP subtracted by the Tax amount based on the GST%.
If we type QTY (quantity) to be 2, and MRP to be 300, and GST% to be 18% the TAX- will be automatically calculated, which is 508.47, and a new row will be added to do the same. At the bottom it shows the Total(TAX-) which is the addition of all the TAX- values, and below it are the CGST (central GST) and SGST (state GST) of the repective GST percentage. And Finally we have the Grand Total.
We can do the reverse i.e. if we have the TAX- value and the quantity we can get the MRP. For example if we type TAX- value to be 200 and the QTY (quantity) to be 5 we will get the MRP to be 51.20, and a new row will be added to do the same.Also we can click the Done key on the virtual keyboard to add new row.
In this full version you can save the data entered to the internal memory. Also we can open the saved file for processing. To save the data entered you must first click the menu (which is three vertical dot) on the top right corner and click save. Next you have to enter the file name for example "bill1" and click done button on the virtual keyboard. This app will create a file named "bill1.gst" on the internal storage of the android. The app adds .gst at the end of the file name if not entered. The file will be saved at "/storage/emulated/0/GSTfiles" in the internal storage by default, you can change the path if needed. We can open the saved gst file by clicking the open option on the menu.