POS Extension for Kodular. Enhance business management with this tool.
Downloads
790
Views
1,022
Reactions
2
Docs
| ShopName | text | Get the current shop name |
Add a product without an image
Rendering block preview…
| name | text |
| price | number |
| quantity | number |
Backup data to a CSV file
Rendering block preview…
| filePath | text |
Clear all product data
Rendering block preview…
Clear all sales data
Rendering block preview…
Delete a product
Rendering block preview…
| name | text |
Generate a receipt for a sale in CSV format
Rendering block preview…
| productName | text | |
| quantity | number | |
| filePath | text |
Generate a sales report in CSV format
Rendering block preview…
| filePath | text |
Get a list of all product names from the inventory
Rendering block preview…
returnType : list
Get a list of all product prices from the inventory
Rendering block preview…
returnType : list
Get a list of all products compatible with GridView
Rendering block preview…
returnType : list
Get a list of all sales compatible with GridView
Rendering block preview…
returnType : list
Get the total value of inventory
Rendering block preview…
returnType : number
Get the count of products below the low stock threshold
Rendering block preview…
returnType : number
Get a list of products with low stock
Rendering block preview…
returnType : list
Get the threshold for low stock
Rendering block preview…
returnType : number
Get the count of out-of-stock products
Rendering block preview…
returnType : number
Get the price of a product by its name
Rendering block preview…
returnType : number
| productName | text |
Get product details
Rendering block preview…
returnType : list
| productName | text |
Get the quantity of a product by its name
Rendering block preview…
returnType : number
| productName | text |
Get the total amount of sales
Rendering block preview…
returnType : number
Get the total number of inventory items
Rendering block preview…
returnType : number
Get the total number of sales
Rendering block preview…
returnType : number
Get the total quantity of all products
Rendering block preview…
returnType : number
Import data from a CSV file
Rendering block preview…
| filePath | text |
Process an order and generate an invoice
Rendering block preview…
returnType : text
| order | list |
Process a sale and generate a CSV receipt
Rendering block preview…
| productName | text | |
| quantity | number |
Set the threshold for low stock
Rendering block preview…
| threshold | number |
Set the shop name
Rendering block preview…
| name | text |
Update product details without an image
Rendering block preview…
| currentName | text | |
| newName | text | |
| price | number | |
| quantity | number |
Get the current shop name
Rendering block preview…
Event triggered when data backup is successful
Rendering block preview…
| filePath | text |
Event triggered when data import is successful
Rendering block preview…
| filePath | text |
Event triggered when there is insufficient stock
Rendering block preview…
| productName | text |
Event triggered when inventory is cleared
Rendering block preview…
Event triggered when a permission error occurs
Rendering block preview…
| message | text |
Event triggered when a new product is added
Rendering block preview…
| name | text |
Event triggered when a product is deleted
Rendering block preview…
| name | text |
Event triggered when a product is not found
Rendering block preview…
| name | text |
Event triggered when a product is updated
Rendering block preview…
| name | text |
Event triggered when a sale is processed
Rendering block preview…
| productName | text | |
| quantity | number | |
| totalAmount | number |
Event triggered when sales data is cleared
Rendering block preview…
Thank you
Give your feedback at kodular community or niotron community.
Releases
POSExtension.aix
17 KB
Jul 20, 2024
AIX package
Release notes not provided.
POSExtension V5.aix
17 KB
Sep 15, 2024
AIX package
Release notes not provided.