Company, inventory, parties, SKUs, prices, units and canteen data are preloaded from the supplied source files. Routine changes can be made with Alter/Edit.
All Inventory / SKUs
Party / Canteen Master
Gateway of ANatural ERP
Masters
Transactions
Reports
Company
ANatural International Cultive Pvt Ltd Financial Year: 2026-27
F11 Features | F12 Configuration | Alt+G Go To | Ctrl+A Accept | Esc Back
ANatural ERP V3Ready
GATEWAY OF ANATURAL ERP
Company Creation / Alteration
On iPhone you can choose a photo or take a new photo.
Saved Companies
Customer / Canteen Master
Master Canteen and Subsidiary Canteen are maintained together. New customers can be added and edited.
Inventory Info → Stock Item Master
Edit any existing SKU manually. Changes are saved locally and do not require ChatGPT.
Accounts / Inventory Info → Canteen Master
Master Canteen and Subsidiary Canteen are maintained separately. Edit existing records or add a new customer without ChatGPT.
Master Canteen List
Subsidiary Canteen List
Bulk Master Data Import
Source: ANatural_GT_SS_Distributor_Order_Format.xlsx
The ERP Code, Item, Pack Size, MRP, Bill Rate, Scheme, Base Value, Tax %, Tax, With Tax, Order in Cases and Party/Place/State/GST fields are imported from the uploaded Excel.
ALL STOCK ITEMS / SKUs
All SKU records from Book1.xlsx are installed. Rates, GST, units/case, case value and order quantity are master data and can be altered inside the ERP.
MASTER DATA — ANATURAL
All routine master data is visible and editable here. No ChatGPT is required.
Inventory — Stock Item Master
Create a SKU only when a new product is introduced. Existing SKUs are selected in Sales Orders.
Sales Order
Stock Item
Due Date
Qty
Unit
Rate
GST
Amount
Alt+C Create Master | Ctrl+A Save | F12 Configure | Esc Back
Sales Invoice
C Configure | I Preview | P Print | Ctrl+A Save
Purchase Invoice
Reports
document.addEventListener('keydown',function(e){
if(e.key==='F8'){e.preventDefault();show('sales')}
if(e.key==='F9'){e.preventDefault();show('purchase')}
if(e.key==='F11'){e.preventDefault();show('company')}
if(e.key==='F12'){e.preventDefault();alert('Configuration screen: voucher, inventory, GST and printing configuration will be available here.')}
if(e.altKey&&e.key.toLowerCase()==='g'){e.preventDefault();try{show('tallyGatewayV13')}catch(x){}}
});