A Simple GST Calculator for Lamina ✦ ! This is for v11.26100.16.0 BETA and Higher.
- Open Menu > Scroll Down > Press "Add"
- Open
Chill-Astro.GST.lamina
Enjoy! :)
{
"Metadata": {
"Name": "GST Calculator",
"Author": "Chill-Astro Software",
"Version": "1.0",
"Description": "Calculate GST Amount and Total Price",
"Repo": "https://github.com/Chill-Astro/Lamina-Modules-Repo"
},
"UI": {
"Formula": "Total = Price + (Price * GST%)",
"Inputs": [
{
"Header": "Net Price",
"Label": "Amount before tax",
"Key": "price",
"Placeholder": "100.0"
},
{
"Header": "GST Percentage",
"Label": "Tax Rate (%)",
"Key": "tax_rate",
"Placeholder": "18"
}
]
},
"Logic": {
"Output": "'GST Amount: ' + (price * tax_rate / 100) + ' | Total Price: ' + (price + (price * tax_rate / 100))",
"Error": "Please enter valid numbers for price and rate."
}
}
Please be aware: There are fraudulent repositories on GitHub that are cloning this project's name and using AI-generated readmes, but they contain completely random and unrelated files in each release. These are NOT official versions of this project.
ALWAYS ensure you are downloading or cloning this project ONLY from its official and legitimate source:
https://github.com/Chill-Astro/Lamina-GST-Module
I am trying my best to report these people.
Caution
MALWARE ALERT: If your downloaded folder looks like the images below, DO NOT OPEN any files. Format the drive or delete the folder immediately. Official releases are ONLY .msix files or an Inno Setup .exe.
View Details
- Suspicious Windows Executables: Files ending in
.exe,.bat, or.dll(e.g.,luau.exe,StartApp.bat). - Compressed Archives: This project is distributed as an MSIX, never as a
.zipor.7zcontaining Windows binaries. - Hidden Scripts: Text files like
asm.txtused to execute malicious code on your PC. - The Following Folder Structure is used by Malware (Shown in a VM) :
Appreciate my effort? Why not leave a Star ⭐ ! Also if forked, please credit me for my effort and thanks if you do! :)

