Getaix
ExplorePublishcURL to BlocksNewAbout
Report issueGetaix GoldBlog
Back Getaix
Log in

Getaix

Explore and publish App Inventor extensions with cleaner docs, safer downloads, and developer profiles.

Marketplace

Explore extensionsPublish extensionAbout

Support

ContactReport issuePrivacyTerms

Community

TelegramTwitterApp Inventor Community

Built for App Inventor developers and no-code builders.

Getaix © 2026 by Jerin Jacob. All rights reserved.

Loading...
FreeReviewed listingLatest 4

POSExtension

@devxlabs1

POS Extension for Kodular. Enhance business management with this tool.

Downloads

790

Views

1,030

Reactions

2

Current version
4View all
File
POSExtension.aix
Package
com.devxlabs.pos.POSExtension
Size
17 KB
Updated
Jul 20, 2024
DocumentationAll versionsPermissionsHow-to Guide

Docs

Documentation

Designer Properties

ShopNametextGet the current shop name

Blocks

AddProduct

Add a product without an image

POSExtension.AddProduct

Rendering block preview…

nametext
Download latest
pricenumber
quantitynumber

BackupData

Backup data to a CSV file

POSExtension.BackupData

Rendering block preview…

filePathtext

ClearInventory

Clear all product data

POSExtension.ClearInventory

Rendering block preview…

ClearSalesData

Clear all sales data

POSExtension.ClearSalesData

Rendering block preview…

DeleteProduct

Delete a product

POSExtension.DeleteProduct

Rendering block preview…

nametext

GenerateReceipt

Generate a receipt for a sale in CSV format

POSExtension.GenerateReceipt

Rendering block preview…

productNametext
quantitynumber
filePathtext

GenerateSalesReport

Generate a sales report in CSV format

POSExtension.GenerateSalesReport

Rendering block preview…

filePathtext

GetAllProductNames

Get a list of all product names from the inventory

POSExtension.GetAllProductNames

Rendering block preview…

returnType : list

GetAllProductPrices

Get a list of all product prices from the inventory

POSExtension.GetAllProductPrices

Rendering block preview…

returnType : list

GetAllProducts

Get a list of all products compatible with GridView

POSExtension.GetAllProducts

Rendering block preview…

returnType : list

GetAllSales

Get a list of all sales compatible with GridView

POSExtension.GetAllSales

Rendering block preview…

returnType : list

GetInventoryValue

Get the total value of inventory

POSExtension.GetInventoryValue

Rendering block preview…

returnType : number

GetLowStockProductCount

Get the count of products below the low stock threshold

POSExtension.GetLowStockProductCount

Rendering block preview…

returnType : number

GetLowStockProducts

Get a list of products with low stock

POSExtension.GetLowStockProducts

Rendering block preview…

returnType : list

GetLowStockThreshold

Get the threshold for low stock

POSExtension.GetLowStockThreshold

Rendering block preview…

returnType : number

GetOutOfStockProductsCount

Get the count of out-of-stock products

POSExtension.GetOutOfStockProductsCount

Rendering block preview…

returnType : number

GetPriceByName

Get the price of a product by its name

POSExtension.GetPriceByName

Rendering block preview…

returnType : number

productNametext

GetProductDetails

Get product details

POSExtension.GetProductDetails

Rendering block preview…

returnType : list

productNametext

GetQuantityByName

Get the quantity of a product by its name

POSExtension.GetQuantityByName

Rendering block preview…

returnType : number

productNametext

GetTotalAmountOfSales

Get the total amount of sales

POSExtension.GetTotalAmountOfSales

Rendering block preview…

returnType : number

GetTotalInventoryItems

Get the total number of inventory items

POSExtension.GetTotalInventoryItems

Rendering block preview…

returnType : number

GetTotalNumberOfSales

Get the total number of sales

POSExtension.GetTotalNumberOfSales

Rendering block preview…

returnType : number

GetTotalQuantity

Get the total quantity of all products

POSExtension.GetTotalQuantity

Rendering block preview…

returnType : number

ImportData

Import data from a CSV file

POSExtension.ImportData

Rendering block preview…

filePathtext

ProcessOrder

Process an order and generate an invoice

POSExtension.ProcessOrder

Rendering block preview…

returnType : text

orderlist

ProcessSale

Process a sale and generate a CSV receipt

POSExtension.ProcessSale

Rendering block preview…

productNametext
quantitynumber

SetLowStockThreshold

Set the threshold for low stock

POSExtension.SetLowStockThreshold

Rendering block preview…

thresholdnumber

SetShopName

Set the shop name

POSExtension.SetShopName

Rendering block preview…

nametext

UpdateProduct

Update product details without an image

POSExtension.UpdateProduct

Rendering block preview…

currentNametext
newNametext
pricenumber
quantitynumber

ShopName

Get the current shop name

POSExtension.ShopName

Rendering block preview…

DataBackupSuccess

Event triggered when data backup is successful

POSExtension.DataBackupSuccess

Rendering block preview…

filePathtext

DataImportSuccess

Event triggered when data import is successful

POSExtension.DataImportSuccess

Rendering block preview…

filePathtext

InsufficientStock

Event triggered when there is insufficient stock

POSExtension.InsufficientStock

Rendering block preview…

productNametext

InventoryCleared

Event triggered when inventory is cleared

POSExtension.InventoryCleared

Rendering block preview…

PermissionError

Event triggered when a permission error occurs

POSExtension.PermissionError

Rendering block preview…

messagetext

ProductAdded

Event triggered when a new product is added

POSExtension.ProductAdded

Rendering block preview…

nametext

ProductDeleted

Event triggered when a product is deleted

POSExtension.ProductDeleted

Rendering block preview…

nametext

ProductNotFound

Event triggered when a product is not found

POSExtension.ProductNotFound

Rendering block preview…

nametext

ProductUpdated

Event triggered when a product is updated

POSExtension.ProductUpdated

Rendering block preview…

nametext

SaleProcessed

Event triggered when a sale is processed

POSExtension.SaleProcessed

Rendering block preview…

productNametext
quantitynumber
totalAmountnumber

SalesDataCleared

Event triggered when sales data is cleared

POSExtension.SalesDataCleared

Rendering block preview…

Thank you

Give your feedback at kodular community or niotron community.

Releases

All versions

2 releases

4

Latest

POSExtension.aix

17 KB

Jul 20, 2024

AIX package

Release notes

Release notes not provided.

Download latest

5

Archive

POSExtension V5.aix

17 KB

Sep 15, 2024

AIX package

Release notes

Release notes not provided.

Download this version

Before you install

  • Compare permissions with what the extension claims to do.
  • Prefer the latest version unless you need an older release for compatibility.
  • Report suspicious behavior so the marketplace can review it.

Permissions

No special permissions declared for this extension.

Report listing