LIT BILLBOOK
Changelog
LIT BILLBOOK — version history

LOG ERP VERSION CHANGELOG

Version 10.6.12 (24-08-2026)

[UPD] Big speed-up across the whole application. Every page was re-running a Windows hardware/license check that launches PowerShell on each load, adding roughly 2 seconds to every page. It now runs once per login session instead of on every page, so screens open around 20x faster after you sign in (about 2.3 seconds down to under 0.2 second per page on the test machine). The license is still verified at login exactly as before.
[UPD] Reduced repeated database look-ups within a page (company settings and common fields are now read once per page and reused) - lighter load on the database, which matters most on cloud/hosted setups.
[UPD] Reports page: the report cards now flow continuously with no empty gaps, whichever modules are turned on or off (previously hidden reports left blank slots in the grid).

Version 10.6.11 (24-08-2026)

[NEW] Stock Movement Report (Reports -> Stock Movement): a new standard report that shows, per product, Opening + Purchase - Sales + Returns +/- Adjustment = Current Stock, with a Difference column that flags any product whose live stock is out of step with its movement history - so you can spot it and click Validate Stock to reconcile. Runs as a single fast query.
[FIX] Stock Report (Supplier-Wise / monthly movement): fixed a long-standing bug in the stock-calculation procedure. The month/year value was being compared using the wrong data type, so the procedure never found the existing monthly row - it kept inserting DUPLICATE rows and never carried the previous month's closing stock forward, giving wrong or zero figures. The procedure now updates cleanly (no duplicates) and carries opening stock forward correctly; any existing duplicate rows are cleaned up automatically on update.

Version 10.6.10 (24-08-2026)

[UPD] Stock Only Adjustment redesigned to work by PHYSICAL COUNT (proper add / subtract, no more overwriting). For each product it now shows the Current Stock; you type the Actual Count you physically have; it instantly shows the Adjustment (+/-) and the resulting New Stock. On Save it adds or subtracts exactly that difference, keeps the warehouse figure in step, and records the change. Example: current -65, you hold 100 -> type 100 -> adjustment +165 -> new stock 100.
[NEW] Every stock adjustment is now saved to an audit log (Stock Adjustment Log): product, batch, old quantity, actual count, adjustment, reason and user - so you always have a record of what was changed and why.
[FIX] Stock adjustments now SURVIVE a "Validate Stock". The adjustment is recorded as a stock movement (opening-stock), so re-validating a product - which recomputes stock from purchases, sales, opening stock, returns and manufacturing - no longer wipes it. No stock is lost, and purchase / opening / sales / return / adjustment stay consistent.
[UPD] The old confusing per-warehouse adjustment columns (and the duplicate "Main Qty" columns) are gone - the screen is now a clean Current / Actual / Adjustment / New Stock / Reason layout.

Version 10.6.9 (24-08-2026)

[UPD] Cleaner, more compact list cards. The Products, Customers, Suppliers, Purchase, Delivery Challan, Payslip, Jobcard, Production and Returns lists now use smaller cards - reduced thumbnail/avatar size and tighter spacing - so you can see more items at once without scrolling. On wide monitors (1500px and above) these lists now show 5 cards per row instead of 4; on standard 1366px screens they stay at 4 per row. This is an appearance-only change (one shared stylesheet) - no data, actions or layout logic were changed, and it adds no extra page load

Version 10.6.8 (24-08-2026)

[NEW] A5 Pharmacy invoice - a new A5 (half-page landscape) print format for pharmacy and hospital bills, with Manufacturer, Batch, Expiry, M.R.P, GST %, GST Amount and Net Amount columns, a patient/UHID and referring-doctor header, and a tax-slab (5/12/18/28) CGST/SGST summary. Turn it on in Settings -> Print Settings by choosing the A4 printer and the "A5 Pharmacy" template
[UPD] "Warehouse (Godown)" and "Stock Transfer" moved out of the Preferences menu and into the Master menu, where they belong; opening any Warehouse or Stock Transfer screen now correctly highlights the Master menu
[FIX] Stock Only Adjustment: when a business had more than one warehouse the quantity columns were all labelled with the branch name (e.g. "Main Qty" shown three times) - each column now shows its own warehouse name. Also fixed a save bug where, for a product not stocked in the first warehouse, the quantity you typed could be recorded against the wrong warehouse and wipe that warehouse's stock to zero. Adjustments now always write to the correct warehouse
[FIX] Fire & Safety -> Training Certificate list: the edit (pencil) icon was opening the View page instead of the Edit page. It now opens the Edit screen, and an "Edit Certificate" option was added to the row's action menu (View now uses a magnifier icon)

Version 10.6.7 (20-08-2026)

[UPD] Faster billing across the whole application. Sales, Purchase and other screens now open and respond noticeably quicker: the software no longer repeats the same menu-permission, company-module and settings look-ups dozens of times while drawing a single page. On a typical billing screen this cuts the database work by roughly half, and the effect grows with the size of your data
[UPD] The "Basic Demo Video" used to load a YouTube player in the background on EVERY page (dashboard, lists, billing), wasting memory and network even though nobody opened it - a major drag on lower-spec PCs. It now appears only on the Dashboard, opens once automatically, loads the video only when actually shown, and has "Skip" and "Never show again" buttons; once you pick "Never show again" it never loads or appears again
[UPD] Added gzip compression + static-asset browser caching rules (.htaccess). When the Apache modules are enabled this shrinks each page's CSS/JS from ~3 MB to a few hundred KB and makes repeat page loads near-instant - a big help on lower-spec PCs
[UPD] Product search (typing a name / barcode in the item row) is much faster. It no longer scans your entire purchase history on every keystroke - that IMEI/serial scan now runs only for businesses that actually track IMEI numbers - and it fetches the available stock for all matching items in one step instead of one query per item. Applied to Sales, Purchase, Batch-wise Purchase, Estimate and Delivery Challan
[NEW] Income list: every income entry now has a Delete button (with a confirmation prompt), the same as the Expenses list
[UPD] Purchase entry and edit screens: tighter field spacing, the Amount column widened and right-aligned so large values are fully visible, column headings now line up exactly over their fields, and the MRP / Discount / Free columns resized for a cleaner grid. The same layout was applied to the Batch-wise (multi-company) purchase screen
[FIX] Batch-wise Purchase: the Back button led to a "page not found" - it now returns to the Purchase list correctly
[UPD] Invoice / bill view screens (Sales, Purchase, Estimate, Delivery Challan, returns and more): removed the extra pencil icon next to "Print Settings" (the panel is edited directly), and the bottom action buttons are now each shown in a distinct colour so they are easier to tell apart at a glance
[UPD] Sales view: the thermal print preview now defaults to 110 mm (4-inch) width so receipt columns are no longer cramped
[UPD] New Employee form: the two columns now line up row-for-row and there is proper spacing below the title card

Version 10.6.6 (14-08-2026)

[FIX] CRITICAL: An invoice/bill number could be generated as a DUPLICATE of an existing one once the running number crossed a digit boundary (for example after 999 rolled to 1000). The generator was limiting its search to a fixed number width, so as soon as your bills grew a digit it stopped "seeing" the newer bills, reset to the start and re-issued an already-used number - which the database rejected with a "Duplicate entry" error. It now reads the last number of the series at any length and simply adds one (…998, 999, 1000, 1001 … continues correctly). Applied to Sales, Purchase, Sales Return, Purchase Return, Sales Order, Purchase Order, Delivery Challan, Quotation, Multi-screen and Lab numbering
[FIX] Upgrade reliability for existing installations: updating an older database now automatically creates the Cash Discount and background e-mail tables and (re)installs every accounting stored procedure that some older databases were missing, and removes a duplicate stock trigger that could double-count godown/warehouse stock. Every step is safe to re-run, so a partly-updated database heals itself on the next update
[FIX] Day Book Entry list: the "F8 Approve" button no longer submits (and no longer errors) when no rows are ticked - it now asks you to tick at least one entry first
[FIX] Login page could show a "headers already sent" warning immediately after activation on some server setups; the page now decides where to go before drawing anything, so activation flows straight into the software
[UPD] Sales Advance billing screen: the item entry row is now tighter with the ADD button back on the same line, and the totals panel (Base, MRP, GST, Total, Cash Return) is no longer hidden behind the bottom action bar

Version 10.6.5 (14-08-2026)

[NEW] Live Upgrade: the application can now update itself from inside the app - it checks for a new version, takes a full database + file backup, downloads and verifies the release, installs it, runs any database migrations and can roll back automatically if a step fails. Your settings, uploads and licence are never touched during an update
[SEC] Offline licence binding moved from the network MAC address to the machine's fixed hardware identity (motherboard / BIOS). Windows Wi-Fi "MAC randomisation" was silently changing the network address on its own, which wrongly asked an already-activated computer to re-activate on login. The binding now survives Wi-Fi, LAN and docking changes and only needs re-activation if the motherboard itself is replaced. Existing activated machines upgrade automatically on the next login - no re-activation required
[SEC] Login could be reached by posting directly to the login handler even on an unlicensed machine. The licence is now checked at the login handler itself, so an unactivated copy is always sent to the activation screen
[FIX] Login screen sometimes span forever "loading". The version check that ran on page load could pull in an external advertisement/parking script when the update server was unreachable. The login page no longer contacts the internet on load - the update check runs only when you click "Check for updates"
[FIX] The Windows activation record was moved to a single machine-wide location so one activation now works for every Windows user account on that PC (the earlier "Current User / All User" choice was removed)
[FIX] Expense Category: switching a category between Active and Inactive was not reflected in the list or the edit screen. Status now updates correctly everywhere
[FIX] Many list and data-entry screens had their footer action buttons (Save, New, export, etc.) hidden, off-screen or missing a background bar - Customers, Employees, Fire, Lab, Transport, Day Entry and several master screens. Audited every screen from Dashboard through Reports and restored the buttons with the standard footer bar
[FIX] New / Edit Project: the vendor dropdown was empty because normal suppliers were being filtered out; it now lists them. Mandatory fields on both screens are marked with a red asterisk
[UPD] Employees and Transport Expense lists rebuilt with the modern title card used by the Sales list - a header band with the screen name, a Filters button and the New button, with the search box and export buttons tucked into the collapsible filter panel
[UPD] Customer entry: the "Save (F8)" button was pushed off the visible area and is now shown in the footer; the Employee view screen gained a "Save (F8)" footer button on each tab

Version 10.6.4 (12-08-2026)

[FIX] CRITICAL: jQuery was loaded only at the bottom of the page while the top bar, left sidebar and right settings panel emit inline jQuery code near the top - every page threw a "$ is not defined" error and silently stopped running the rest of that script block. jQuery now loads in the page head, before any panel renders (single copy - the duplicate at the bottom was removed)
[FIX] Print Settings page rendered blank - a script tag URL was split across two lines, so the file 404d and the inline script after it never ran
[FIX] Print Settings had a "Default Settings" button whose partner icon opened a modal that does not exist anywhere in the app; the modal library reads the target without a null check, so it threw and aborted modal setup for the whole page. Both removed
[FIX] Right settings panel: hovering the CURRENTLY ACTIVE menu item turned the row white while the text stayed white - the item disappeared under the cursor. Active rows now keep their dark background (and icons / caret stay readable) on hover
[UPD] Right settings panel recoloured from green to a neutral grayscale gradient, so it reads as chrome and does not compete with the accent colour used for actions
[UPD] POS billing screens (new and edit) now use the same theme as the rest of the application - they were the only pages still on the old colour scheme, and the only ones missing the shared sidebar / header / right-panel styling
[UPD] Settings pages now share ONE page-title card with icon, title and subtitle. Several pages were showing two stacked title cards and several others had none - Business Profile, IP Restriction, Maintenance Tools, Tax, Due Date, Print, E-Mail and SMS pages gained the standard header
[UPD] The business selector on Settings pages moved into the page header next to the title, instead of sitting inside a panel header or on its own row
[FIX] Branch Settings list: the Copy / Excel / PDF / Print export buttons used Adobe Flash, which browsers removed in 2020, so they had stopped working. Rebuilt with the modern export engine used by the other list screens, and "Excel" now produces a real Excel file rather than a CSV
[UPD] Item list cards now carry Edit, View Batch-wise Stock and Delete icons - those actions were only reachable from the old table view. The batch-stock popup was restyled with a sticky header for its wide column set
[UPD] Customer and Sales list cards gained their full action sets - Edit, Payment, Advance Payment, Gift to Reward Points and Delete - with consistent icon styling. Gift to Reward Points is never offered on the shared walk-in Cash account, which would otherwise stamp one customer of details onto every walk-in
[FIX] Lab Test entry, new and edit: a bill could be saved with no tests in the list, or with a test row left blank. Both are now blocked, and the server no longer crashes when a save arrives with an empty test list
[FIX] Lab Test entry: the Consultation Fees box opened pre-filled with the words "Consulting fees" - a field label was being used as the field value. It now starts empty and accepts numbers only, and mandatory fields are marked with a red asterisk
[UPD] Hospital Token: Patient ID, Age and Gender now appear and can be edited on the new-token screen, and the token popup edits every field instead of only the consulting fee
[UPD] Token print slip redesigned for thermal rolls - large token number, patient age and gender, correct 80mm / 58mm paper width taken from the print settings, and a guard so a removed token no longer produces a broken page
[FIX] The Filters button on 20 list screens showed no icon - the icon name used does not exist in the icon font
[FIX] CRITICAL: Customer & Supplier outstanding balances could read too HIGH when a Cash Discount note existed. The balance-recompute routine (used by the "Validate" button on the Sales / Purchase bulk-payment screens and by every save, delete and payment) counted only the payment portion of a cash-discount note and dropped the note amount, so that party's outstanding never came down by the discount given. Both the customer and supplier recompute routines are fixed; plain payments, bills, returns and matched notes are unchanged to the paisa
[SEC] Delete protection tightened across Purchase Order, Purchase Bill, Sales Order, Sales Return, Purchase Return, Delivery Challan, Quotation and Cash Discount: a delete now only ever removes the single most-recent document, only within your own business, only for a user whose role allows it, and only if the document still exists - a stale or hand-typed delete link can no longer remove another business's record or an out-of-sequence document
[NEW] The dashboard demo-video popup URL is now editable from Multi-Company Settings, so the intro video can be pointed at your own clip without a code change
[FIX] The close (X) on the dashboard demo-video popup was invisible - it was the same colour as the header behind it. It is now clearly visible
[UPD] Multi-Company Settings screen modernised: module on/off controls and the sharing list are now on/off switches instead of check boxes; Event Calendar, Job Card and Production System were moved into the Features group; "Manufacturing Convert System" was renamed "Production System"; and "Common Fields Source" was renamed "Multi Business Sharing Modules"
[NEW] Password fields now have a show / hide (eye) toggle - on the User Add / Edit screen, Maintenance Tools, the Multi-Company login and the main application login
[UPD] The Stock-Only Adjustment menu now appears whenever the GST Inventory System is on; it previously stayed hidden unless Multi-Branch Billing was also enabled
[NEW] Sales Return and Purchase Return lists gained "This Month" summary cards (count and value of returns for the current month)
[FIX] Bank Settings screen: the form fields were rendering inside the page-title card at the top instead of inside the Bank Settings panel - corrected
[UPD] Added the missing "New" action button on screens that lacked it - New User (User list), New Bank Entry and New Employee - matching the button style used across the rest of the app
[FIX] Silent invoice printing (print without the browser dialog) now works reliably from the invoice view

Version 10.6.2 (31-07-2026)

[UPD] Every report page now has a consistent modern header band showing the business name, the report title and Print / All Reports buttons - applied across Sales, Purchase, Expenses, Stock, Day Book, Payment & Collection, Ledger (customer & supplier), Itemwise, Overall Transactions, Production, Jobcard, Payroll, Damaged, Renewal, Warehouse Transfer, Product Loading, Product Profit, Other, Mobile App and the monthly Profit & Loss
[FIX] Ledger reports (Customer and Supplier) showed wrong / empty data on the on-screen "View Report" (the customer/supplier id and the from/to dates were passed to the query in the wrong order); the Excel export was unaffected. Corrected - on-screen ledger now matches the export
[FIX] Supplier-wise Stock report showed wrong / empty rows on screen for the same reason (supplier id and row-count arguments swapped) - corrected
[FIX] Warehouse Stock Transfer: the "Download" (Excel) button did nothing and always fell back to the on-screen report - the export now works
[FIX] Renewal report listed the SAME product on every row (and duplicated each invoice once per line item) - it now shows each invoice once with its own product
[FIX] Monthly Profit & Loss could error out (division-by-zero and a null-value read) when a period had zero purchase value or a product had no stock record - now handled safely
[UPD] Performance: the Itemwise Profit & Loss and Overall Transactions reports no longer run their heavy query twice (once for the rows and again for the totals / once in the controller and again in the view) - the fetched data is reused
[UPD] Performance: added database indexes on the columns reports filter by (business + date) for Sales, Purchase, Sales/Purchase Returns, Expenses and Income - date-range reports run noticeably faster on large data
[FIX] Payroll "Payslip Bank" report now excludes cancelled/void payslips (added the same active-status filter the Payslip report already uses)

Version 10.6.1 (31-07-2026)

[NEW] Four new Financial Statement reports under Reports:
[NEW] Profit & Loss (Income Statement) - net sales less net purchases = gross profit, plus other income less operating expenses (listed by category) = net profit / loss, for any date range
[NEW] Balance Sheet (as on a date) - assets (cash & bank, receivables, closing stock, supplier advances) versus liabilities (payables, customer advances, GST payable) with Owner's Equity / Net Worth as the balancing figure
[NEW] Cash Flow Statement - operating cash in (customer receipts, other income) and out (supplier and expense payments), with a cash/bank split and opening-to-closing reconciliation for the period
[NEW] Trial Balance (as on a date) - debit / credit balances of every ledger account (debtors, creditors, cash & bank, stock, sales, purchases, returns, output/input GST, expenses, income) that always ties out via a Capital & Reserves balancing line
[UPD] These statements are DERIVED from the recorded billing/inventory transactions (this is not a formal double-entry ledger): figures use pre-tax values with GST treated as pass-through, receivables/payables come from the customer/supplier account balances, cash & bank is derived from the payment ledgers, and each report can be printed

Version 10.6.0 (30-07-2026)

[NEW] Modern card-style list screens across the app - Sales, Purchase, Quotation, Stock, Purchase Order, Delivery Challan, Sales & Purchase Returns, Manufacturing, Jobcard, Customers, Suppliers, Products, Expenses, Income and Employees now show as clean responsive cards with a live search box (and infinite scroll on the large transaction lists) instead of dense data tables
[NEW] Expenses & Income module revamp: the "Accounting" sidebar menu is renamed "Expenses & Income"; Expense List, Income List, Expense Category and Sub Category are now card lists; Expense Category and Sub Category are combined into a single two-column screen (add form + list side by side) and the separate "Expense Sub Category" menu item is removed
[UPD] Expenses list cards show Category, Sub Category, Employee, Date and Amount in a clean 4-per-row aligned grid with Edit / Delete actions; Income cards show the amount and Edit together on the card footer
[NEW] Employees screen rebuilt as profile cards (photo, active/inactive status, designation) split into "Employee" and "Referral Partner" tabs with per-tab search; "Commission Agent" is renamed "Referral Partner" everywhere - list tab, and the Add / Edit forms
[UPD] Employee Add and Edit screens modernised with a profile hero header; the Edit screen is now tabbed - Employee Details, Bank Details and Salary Details - each section saved on its own
[FIX] Employee Edit tabs were showing every section at once instead of one at a time - tab switching now works correctly
[FIX] GSTR-1 export - "Summary of documents issued during the tax period" (docs) sheet: "Invoice for outward supply" was listed as two separate rows (the invoices were being split by branch) with an incorrect Sr. No. From / To range. It is now a single row per GSTIN with the correct starting and ending invoice number and the correct Total Number and Cancelled counts

Version 10.5.9 (27-07-2026)

[FIX] Large invoices / bulk updates failing on live (shared) servers: saving more than ~100 line items silently dropped the extra rows and the save failed or saved partially. Root cause was PHP max_input_vars (default 1000 on shared hosting) truncating the POST - each product row posts ~32 fields. Raised the limits via .user.ini and a guarded .htaccess block (max_input_vars 50000, post_max_size 128M, max_execution_time 300s, memory 512M) so Sales, Purchase, Quotation and Bulk Rate Adjustment can save 1000+ line items in one go
[UPD] Sales / Purchase / Quotation / Bulk Rate save actions now lift the script time limit so very large batches never hit the 30-second shared-host timeout
[NEW] Emailed invoice PDF rebuilt as a clean, standard TAX INVOICE (company header, item table, CGST/SGST or IGST breakup by state, bank details, amount in words) that renders reliably as a PDF; the emailed Payment Receipt was redesigned to match
[FIX] Emailed Payment Receipt showed blank Place of Supply and Invoice Date for a freshly saved bill (the lookup filtered on a status the new bill did not have yet) - now resolved
[FIX] Currency symbol was blank in emailed invoice / receipt PDFs (the stored rupee glyph has no matching character in the PDF font) - now shown as "Rs."
[UPD] Invoice / payment emails are sent through the background queue, so saving a bill is not delayed by the mail step (works on localhost and cloud)
[UPD] Email Settings screen redesigned with a step-by-step Google App Password guide (Google no longer accepts the normal Gmail password for SMTP), a one-click "Quick fill Gmail SMTP" preset, uniform action buttons and inline field hints
[NEW] Per-user 2-Step Verification (Google Authenticator): when enabled and verified for a user it takes priority and Email / SMS OTP is skipped for that user - only one login-verification method applies per user
[FIX] Google Authenticator QR code was not generating (it used a Google image service that has been shut down) - the QR is now generated locally, with the manual setup key shown as a fallback
[UPD] Login, Secure Log (OTP) and Google 2-Step Verification screens restyled to the modern two-panel login layout; Resend OTP now shows a toast and no longer submits the form on the first click
[UPD] Dashboard panels renamed to "Customer Outstanding" and "Vendor Outstanding"; sidebar active / hover, the right settings panel and the Clear Cache button use the app's green-slate gradient

Version 10.5.8 (26-07-2026)

[NEW] POS-styled Edit screen: bills created on the POS screen now edit in the same POS layout (pre-loaded with the bill's items, customer and payment) and save through the existing update handler; reachable from the sales-list Edit action when POS is the default billing screen
[NEW] Barcode / QR scanner support on Sales, Sales Advance and POS entry screens - scanning a code auto-selects the product and moves the cursor to Qty
[UPD] Cash / counter customer fast billing: the shared "Cash Bill" walk-in account no longer triggers the O(rows) ledger running-balance recompute on every save (it is paid-in-full with no outstanding), so saving and printing stay fast no matter how many bills accumulate
[UPD] Bulk Payment (Sales & Purchase): the four Payment-History tabs now load on demand from the server with in-table scrolling (was rendering the entire history inline), the Notes box is a single row, and the Save button reads "Save Payment"; fixed a duplicate table id that stopped the Return tab from initialising
[FIX] Payroll payslip: monthly salary and payable are floored at 0 (never negative when absences exceed paid days); payable keeps 2 decimals; Regenerate now deducts PF/ESI like Generate (it previously dropped them); advances recorded for the salary month are auto-deducted (a typed amount still overrides)
[FIX] Attendance: marking Absent no longer crashes on PHP 8 when no employee is selected; clear messages when a person is already Present/Absent; the Absent List gained a Month filter and a "Show All" option (was only ever showing today's date)
[FIX] Stock Transfer: the manual transfer now blocks moving more than the source warehouse holds (was able to create negative / phantom stock), rejects same source-and-destination, and no longer crashes on PHP 8 with an empty product list - matching the Excel-import transfer's behaviour
[UPD] Manufacturing module renamed to "Production" across the menu and the New / Edit / View / List screens
[UPD] Consistent card headers and a solid fixed action-footer bar applied globally; page content reserves space so the last fields are never hidden behind the footer
[UPD] Customer view: OB History and Shipping Address shown as two equal-height side-by-side panels; Customer new/edit form restyled; Payslip list table restyled
[NEW] Top bar shows a click-to-call Loginfotech Support number (9566597070, 10AM to 7PM)

Version 10.5.7 (24-07-2026)

[FIX] Barcode Print: pressing Enter in the "No. of label" field could spawn runaway blank rows and print many empty labels. Keyboard handlers were re-bound on every "add row" click, so one Enter fired the add-row action repeatedly
[FIX] Barcode Print: the blank-row cleanup (checkEmptyRow) referenced an undefined variable and never removed anything, so empty rows reached the print page
[FIX] Barcode Print: Enter no longer submits the print form - printing is now explicit via the "F12 Print Barcode" button or the F12 shortcut
[FIX] Barcode Print: label templates now skip rows with no barcode / zero quantity, and treat "No. of label per row" less than 1 as 1 (prevented a fatal divide-by-zero on PHP 8 for newly created barcode designs)
[UPD] Barcode Print preview redesigned - centred 110mm paper preview on a modern toolbar; print output (label sizes, margins, page breaks) unchanged
[NEW] Sales Order: three save buttons - Save, Save & Unicode Print (Tamil/Telugu/Hindi/Kannada/Malayalam), Save & English Print. The Unicode button appears only when "Show Unicode Item Name on Product" is enabled
[UPD] Sales Order entry: Customer / Table No / No. Person and UOM / Qty / Rate arranged as 3-column rows; Total and Add as 2 columns
[UPD] Sales Order list: Salesman and Table No shown as highlighted badges on both Pending and Completed lists; Make Invoice icon hidden on phones
[UPD] Export buttons (Copy / Excel / PDF / Print) migrated from the discontinued Flash TableTools to the HTML5 Buttons extension - they were non-functional since browsers dropped Flash
[NEW] Row actions in list pages use a modern 3-dot menu; View and Edit stay inline (applied across 15 modules)
[UPD] Modern gradient button system with a distinct colour per action type so adjacent buttons are easy to tell apart
[FIX] Buttons whose colour came from a gradient rendered invisible (white text on a transparent background) because a global rule stripped background images
[UPD] Global form input styling standardised app-wide (32px height, 7px radius, 14px text, darker border, emerald focus ring); POS keeps its compact entry grid
[UPD] Application background unified to a soft half-white across all pages
[UPD] Master Settings unlock screen, Software Update page, Maintenance Tools, Event Calendar and Product forms restyled
[UPD] Mobile: the floating settings button was removed (it appeared on every mobile page) and replaced with a settings icon beside the profile menu in the top bar
[UPD] PWA "Add to Home Screen" improved - manifest scope/start_url set for standalone launch without the browser URL bar, iOS status-bar and touch-icon tags added, service worker now registered on every page
[UPD] System Requirements updated (Windows 10/11, Intel i3, 8 GB RAM, 20 GB disk, latest Chrome/Firefox)
[UPD] Support panel redesigned with clearly aligned support time, email and mobile details

Version 10.5.6 (23-07-2026)

[FIX] Customer/Supplier OUTSTANDING desync: ledger_customer / ledger_supplier stored procedures rewritten to O(rows) cursor versions (originals looped 1..MAX(id) and were too slow on large data, so recalc had been disabled). Identical balances (verified 0 differences), dramatically faster => automatic outstanding recalc safely re-enabled
[UPD] Covering indexes added on ledger_sales (cust_id, comp_id, id) and ledger_purchase (sup_id, comp_id, id) for the recalc cursor
[UPD] Ledger procedure rewrite ships as an auto-rollout migration (applied on the Update page) so client databases get the fast versions on upgrade

Version 10.5.5 (23-07-2026)

[UPD] CodeIgniter framework core upgraded 3.1.11 => 3.1.13 (official PHP 7.4 / 8.0 / 8.1 / 8.2 / 8.3 compatibility; PHP 8 session-handler wrappers)
[NEW] Session cookie SameSite attribute support (sess_samesite = Lax) for modern browsers
[FIX] Verified full codebase parses on PHP 7.4 and 8.3; runs on 7.4 / 8.2 / 8.3

Version 10.5.4 (23-07-2026)

[UPD] Performance: composite database indexes added for faster lookups on large data => sales, sales_master, sales_order (+ master), sales_payment, purchase, purchase_payment, stock (added online, no data change)
[UPD] Removed a redundant duplicate index on the stock table
[FIX] App updater: duplicate-index (1061) and drop-missing-index (1091) now reported as "Already Applied" instead of Failed

Version 10.5.3 (23-07-2026)

[NEW] Sales Order: per-item "Special customization / note" field on New & Edit screens => saved and shown on screen and on print
[NEW] Sales Order KOT (kitchen ticket) receipt redesigned => bold title, prominent Table No. box, "Order By" user, numbered items with highlighted per-item customization notes; customization also shown on the A4 sales order
[UPD] sales_order table: customization column added

Version 10.5.2 (22-07-2026)

[NEW] Print Settings: "Silent Print" On/Off toggle => both use a hidden print frame (never a blocked pop-up); Off shows the print preview, On prints silently (kiosk). Applied to all print screens (sales/return/DC/quotation/PO/purchase/lab/certificate)
[NEW] @page paper size & margin now applied to all sales/return/DC/quotation invoice templates (central injection)
[UPD] settings_print table: silent_print column added
[FIX] Common Bug fixed

Version 10.5.1 (22-07-2026)

[NEW] Print Settings: Paper Size & Print Margin options (drive @page for silent/kiosk printing)
[NEW] Silent print via hidden iframe on Sales view => print no longer blocked by Chrome pop-up setting
[NEW] Kiosk-printing setup guide on Print Settings page (F10/F12 direct print, then next sale)
[NEW] Dynamic F10 Unicode-print button label per business language (Tamil/Telugu/Hindi/Kannada/Malayalam) across sale/return/POS screens
[UPD] settings_print table: paper_size, print_margin columns added
[UPD] Sales/Purchase/DC/Quotation/Stock/Return list actions => quick icon links with tooltips; cancelled invoice number shown in red
[UPD] Alerts restyled as top-right toasts; native confirm() dialogs replaced with SweetAlert toast confirmations
[FIX] Common Bug fixed

Version 10.5.0 (21-07-2026)

[NEW] English-to-regional-language transliteration for product names (Tamil/Telugu/Hindi/Kannada/Malayalam) in New & Edit product screens
[NEW] Business Settings: Product Unicode Language selector; product Unicode field label & auto-fill language now driven by this setting
[NEW] Settings table: unicode_language column added
[FIX] Common Bug fixed

Version 10.4.9 (20-07-2026)

[NEW] Sales order new, edit screens redesigned to modern mobile app UI
[NEW] Sales order view screen redesigned to mobile app UI
[NEW] Sales order pending & complete list changed to colorful card style with load-on-scroll
[NEW] Sales order list card action icons shown inline with tooltips
[NEW] Sidebar menu drawer & quick shortcut menu added in sales order list/view pages
[FIX] Sales order view List button now returns to the originating (pending/complete) list
[FIX] Loginfotech login email OTP default recipient set; SMTP configured in code
[FIX] Common Bug fixed

Version 10.4.8 (13-06-2026)

[SEC] Auth guard added to Reports, Reports_gstr, Sync, Check, Test controllers - unauthenticated access blocked
[SEC] Live database credentials removed from database.php and database_live.php
[SEC] QueryLogHook disabled - SQL query log no longer written to web-accessible file
[FIX] GSTR-1 Excel export controller fully rewritten with all 29 government-required worksheets
[FIX] GSTR-1 report SQL injection vulnerability fixed in b2b summary totals query
[FIX] GSTR-1 b2b summary wrong table (sales_master) corrected to sales table
[FIX] GSTR-1 b2b customer count fixed - was counting invoices instead of unique customers
[FIX] CompanyLibrary company ID bug fixed - companies 1003 to 1006 were all returning ID 1002
[FIX] GST summary page duplicate HTML IDs fixed - branch dropdowns now update independently per form
[FIX] GST summary page month default fixed - January no longer defaults to month 0
[FIX] Reports memory limit reduced from 10000M to 512M
[FIX] GSTR-1 export row border range changed from hardcoded row 200 to dynamic row count
[FIX] Common Bug fixed

Version 10.4.7 (14-02-2026)

[FIX] All sales screen on/off wise wallet amount updated
[NEW] General Settings reward point to amount added
[FIX] Item new, edit screen modified
[NEW] Full application customer A,B,c replaced to wholesale,retail,credit
[NEW] Business settings business type added
[FIX] Common Bug fixed 

Version 10.4.6 (02-09-2025)

[NEW] Bulk rate adjust page added
[NEW] Inventory sidebar Bulk rate adjust added
[FIX] Common Bug fixed 

Version 10.4.5 (30-08-2025)

[NEW] Stock only adjust page added
[NEW] Inventory sidebar stock only adjust added
[FIX] Common Bug fixed 

Version 10.4.4 (22-08-2025)

[FIX] Major branch module updated.
[FIX] Common Bug fixed 

Version 10.4.3 (20-08-2025)

[NEW] Profit loss percentage report added.
[FIX] Common Bug fixed 

Version 10.4.2 (08-08-2025)

[FIX] Purchae bulk payment validation issue fixed.
[FIX] Sales bulk payment validation issue fixed.
[FIX] Common Bug fixed 

Version 10.4.1 (21-06-2025)

[NEW] Purchae order list total amount added.
[NEW] Purchae order print rate, amount added.
[NEW] Purchae order new, edit rate, amount added.
[NEW] Settings Model No as new column Show on Print added.
[NEW] Settings Purchase Order Amount Show added.
[FIX] Common Bug fixed 

Version 10.4.0 (10-06-2025)

[NEW] GSTR-1 - B2B / B2C HSN Summary Report added.
[FIX] Common Bug fixed 

Version 10.3.9 (05-05-2025)

[NEW] Product new screen setting sidebar added.
[NEW] Product edit screen setting sidebar added.
[FIX] Common Bug fixed 

Version 10.3.8 (30-04-2025)

[FIX] Sales bulk payment calculation issue fixed.
[FIX] Purchase bulk payment calculation issue fixed.
[FIX] Common Bug fixed 

Version 10.3.7 (10-03-2025)

[FIX] Sales pos screen modified.
[FIX] Common Bug fixed 

Version 10.3.6 (28-02-2025)

[NEW] Pending Sales multiscreen edit alert notification added
[FIX] Sales multiscreen new, edit payment entry issue fixed
[FIX] Common Bug fixed 

Version 10.3.5 (20-02-2025)

[NEW] Pending sales standard, classic, retail edit alert notification added
[FIX] Sales standard, classic, retail new, edit entry issue fixed
[NEW] Pending purchase edit alert notification added
[FIX] Purchase new, edit payment entry issue fixed
[FIX] Common Bug fixed 

Version 10.3.4 (06-02-2025)

[FIX] Batch wise Purchase new screen modified
[FIX] Purchase new, edit screen modified
[FIX] Common Bug fixed 

Version 10.3.3 (20-01-2025)

[FIX] Opening stock duplicate entry issue fixed
[FIX] Stock rate adjust duplicate entry issue fixed
[FIX] Common Bug fixed 

Version 10.3.2 (11-11-2024)

[FIX] Php 8.2 issue fixed 
[FIX] Stock rate adjust issue fixed
[FIX] Common Bug fixed 

Version 10.3.1 (09-11-2024)

[FIX] Product item name Duplicate issue fixed
[FIX] Sales screen, Product item name duplicate issue fixed
[New] Sales screen, customer modal Email added
[FIX] Multi screen, Product item name duplicate issue fixed
[New] Multi screen, customer modal Email added
[New] Pos Sale screen, customer modal Email added
[FIX] Pos Sale screen, Product item name duplicate issue fixed
[FIX] New Batch wise purchase bill screen, Product item name duplicate issue fixed
[FIX] New Purchase bill screen, Product item name duplicate issue fixed
[New] New Estimate Bill screen, customer modal Email added
[FIX] New Estimate Bill screen, Product item name duplicate issue fixed
[FIX] DC bill Screen, Product item name duplicate issue fixed
[New] DC bill Screen, customer modal Email added
[FIX] Purchase Order & Service Bill Screen, Product item name duplicate issue fixed
[FIX] New Opening Stock Batchwise Screen, Product item name duplicate issue fixed
[FIX] New Opening Stock Screen,Product item name duplicate issue fixed
[New] Standard-Unique item filter screen, customer modal Email added
[FIX] Standard-Unique item filter screen, Product item name duplicate issue fixed
[New] Clasic-Duplicate  item filter screen, customer modal Email added
[FIX] Clasic-Duplicate item filter screen, Product item name duplicate issue fixed
[New] Retail Sale With Exchange item filter screen, customer modal Email added
[FIX] Retail Sale With Exchange item filter screen, Product item name duplicate issue fixed
[FIX] Common Bug fixed 

Version 10.3.0 (06-05-2024)

[FIX] Purchase return roundoff issue fixed
[FIX] Sales return roundoff issue fixed
[FIX] Common Bug fixed 

Version 10.2.9 (15-04-2024)

[NEW] In Business settings, emergency number one and two added
[NEW] In Business settings, lab test QR code added
[FIX] Invoice template lab template basic and advanced print issues fixed 
[NEW] Lab template basic and advance print, QR code and emergency contact number added
[FIX] Common Bug fixed 

Version 10.2.8 (07-03-2024)

[NEW] Multiscreen purchase new tcs dropdown list added
[NEW] Purchase new tcs dropdown list added
[NEW] Purchase edit tcs dropdown list added
[FIX] Common Bug fixed 

Version 10.2.7 (17-02-2024)

[NEW] Lab test new, edit OP number option added
[NEW] Customer list export option added
[FIX] Multi Screen Sales qty and free qty common stock updated
[FIX] Sales, Sales return qty and free qty common stock updated
[FIX] Purchase, Purchase return qty and free qty common stock updated
[FIX] Opening stock qty and free qty common stock updated
[FIX] Stock & rate Adjustment qty and free qty common stock updated
[FIX] Common Bug fixed 

Version 10.2.6 (06-11-2023)

[FIX] Lab test advance, basic print date renamed sample collected
[FIX] Lab test advance, basic print report date added
[NEW] Lab test advance new, edit report date added
[NEW] Lab test basic new, edit report date added
[FIX] Common Bug fixed 

Version 10.2.5 (26-07-2023)

[FIX] Sales classic, advanced, unique Customer edit reward points only update access only super admin 
[FIX] Customer edit reward points only update access only super admin
[NEW] Last sold and unsold report added
[FIX] Common Bug fixed 

Version 10.2.4 (18-07-2023)

[FIX] Sales retail screen batchwise expiry date fixed
[FIX] Sales classic screen batchwise expiry date fixed
[FIX] Sales unique screen batchwise expiry date fixed
[NEW] Sales bulk payment advance paid dropdown list wise payemnt addded
[NEW] Sales retail screen advance paid dropdown list wise payemnt addded
[NEW] Sales classic screen advance paid dropdown list wise payemnt addded
[NEW] Sales unique screen advance paid dropdown list wise payemnt addded
[NEW] Customer Advance payment status, delete option added
[FIX] Common Bug fixed 

Version 10.2.3 (15-06-2023)

[FIX] Opening Stock expiry date location changed
[FIX] Inventory all product autocomplete free qty stock added 
[NEW] Stock Rate adjustment free qty column added 
[FIX] Barcode print pkg date fomat modified
[FIX] Common Bug fixed 

Version 10.2.2 (29-05-2023)

[FIX] Reports customer autocomplete pointcard id fixed
[FIX] Sales payment report issue fixed
[FIX] Common Bug fixed 

Version 10.2.1 (25-05-2023)

[FIX] Sales Return discount readonly removed
[FIX] Purchase Return discount readonly removed
[NEW] Sales payment advance paymant, credit/debit note wallet added
[NEW] Invoice label commercial invoice added
[FIX] Common Bug fixed 

Version 10.2.0 (17-05-2023)

[FIX] D2ecommerce report modified
[FIX] Sales basic print issues fixed
[NEW] Sales, purchase modal d2ecommerce checkbox new,edit added
[NEW] Customer d2ecommerce checkbox new,edit added
[NEW] Item view stock free qty, total qty added
[FIX] Common Bug fixed 

Version 10.1.9 (09-05-2023)

[FIX] Purchase return print fixed
[FIX] Sales return print fixed
[FIX] Purchase return Bill no optional fixed
[FIX] Sales return Bill no optional fixed
[FIX] Common Bug fixed 

Version 10.1.8 (26-04-2023)

[FIX] Purchase return product search issue fixed
[FIX] Sales return product search issue fixed
[FIX] Common Bug fixed 

Version 10.1.7 (06-04-2023)

[FIX] Sales three design save issue fixed
[FIX] Sold Outstanding Collection Report added
[FIX] Item new, edit Juice MFG Grade option added
[FIX] Common Bug fixed 

Version 10.1.6 (03-04-2023)

[NEW] Ecommerce retail report added
[FIX] Purchase validation issue fixed
[FIX] Purchase return validation issue fixed
[FIX] Sales three design validation issue fixed
[FIX] Sales return validation issue fixed
[FIX] Common Bug fixed 

Version 10.1.5 (23-03-2023)

[FIX] Sales dotmatrix advanced, standard quantity location changed
[FIX] Sales return bill date issue fixed
[FIX] Common Bug fixed 

Version 10.1.4 (16-03-2023)

[FIX] Sales thermal retail total removed
[FIX] Sales thermal advanced, standard print amount, total issue fixed
[FIX] Sales thermal advanced, standard, retail print qty location changed
[FIX] Common Bug fixed 

Version 10.1.3 (07-02-2023)

[NEW] Sales Retail code/modal product search added
[FIX] multi Sales edit customer modal state, city issue fixed
[FIX] Sales edit customer modal state, city issue fixed
[FIX] Dashboard chart issue fixed
[FIX] Common Bug fixed 

Version 10.1.2 (28-01-2023)

[NEW] Sales, Purchase, Returns Total Zero allowed option added
[NEW] General Settings Invoice Total Zero Allow option added
[NEW] Sales Return All product display in autocomplete
[NEW] General Settings Sales & Purchase Return Billwise Product Disable option added
[NEW] Sales basic, advanced zero rate product inserted option added
[NEW] Product new, edit Allow Zero Rate For Sale checkbox added
[FIX] Common Bug fixed 

Version 10.1.1 (28-12-2022)

[NEW] Customer Reward Points Report added
[FIX] Common Bug fixed 

Version 10.1.0 (13-10-2022)

[FIX] Sales thermal retial issue fixed
[FIX] Dashboard chart expense payslip amount added
[FIX] Employee Advance/Loan show all data
[NEW] Employee increment history added
[NEW] Payslip print button added
[FIX] Attendance absent entry date 10 select fixed 
[NEW] Sales Normal List added
[FIX] Common Bug fixed 

Version 10.0.9 (15-08-2022)

[NEW] MRP total showed in all sale and muliscreen new and edit page
[FIX] Common Bug fixed 

Version 10.0.8 (28-07-2022)

[NEW] Business Bill Title show bottom settings added in general settings
[NEW] MRP Total added in thermal print 
[FIX] Common Bug fixed 

Version 10.0.7 (18-06-2022)

[NEW] Counter filter added in itemwise sales report and itemwise sale history report
[NEW] Counter number added in sales and counter wise print added
[NEW] Counter list option added in product new, edit and list
[NEW] Counter sale and counter sale print option added in general settings
[NEW] Box(no.of pcs) stock displayed in product list and view stock
[NEW] Manufacture item customer rate showed in label
[FIX] New and edit manufacturing Box type product stock and pcs rate issue fixed
[FIX] Sales and purchase edit item payment delete alert issue fixed
[FIX] Common Bug fixed 

Version 10.0.6 (14-06-2022)

[NEW] Itemwise history thermal print added in product edit
[FIX] Common Bug fixed 

Version 10.0.5 (10-06-2022)

[FIX] Itemwise sales thermal print report issue fixed
[NEW] Input border color changed
[FIX] Common Bug fixed 

Version 10.0.4 (11-05-2022)

[NEW] Month and employee fiter added in payroll list
[FIX] Sales empty row insert issue fixed
[FIX] Sales thermal print discount percentage show issue fixed and on/off from general settings
[FIX] Payroll and attendance list added in sidebar
[FIX] Common Bug fixed 

Version 10.0.3 (25-04-2022)

[NEW] Employee barcode print added
[NEW] Validate stock button added in product edit.
[NEW] All new billing and edit screen also background color changed.
[NEW] All view pages button name renamed
[FIX] Sales retail screen calculation issue fixed
[FIX] Inclusive total amount fixed for all sales screen
[FIX] Common Bug fixed 

Version 10.0.2 (24-03-2022)

[NEW] Entered qty greater than stock alert if negative quantity off in sales
[FIX] Common Bug fixed 

Version 10.0.1 (22-03-2022)

[NEW] No of person option added in sales order
[NEW] Table no. option added for restaurant in all sales design
[FIX] Common Bug fixed 

Version 10.0.0 (21-03-2022)

[NEW] Sales Retail new,edit table no added
[NEW] Sales Retail new,edit batch added
[NEW] Sales Retail new,edit batch added
[NEW] Sales Retail batchwise product fixed
[FIX] Common Bug fixed 

Version 9.9.9 (14-03-2022)

[NEW] Manufacturing list excel employee added
[NEW] Manufacturing report employee added
[NEW] Manufacturing new, edit employee added
[FIX] Common Bug fixed 

Version 9.9.8 (05-03-2022)

[NEW] Table no. option added for restaurant in sales
[NEW] Salesman and table no. option added for restaurant in pos
[NEW] Salesman and table no. added in sales thermal print
[NEW] Presale order thermal print added
[FIX] Presale order edit issue fixed
[FIX] New POS sale print issue fixed
[FIX] Batchwise barcode print No.of Label Per Row fixed 
[FIX] Common Bug fixed 

Version 9.9.7 (07-02-2022)

[NEW] Itemwise sales history report category, brand added
[NEW] Payroll payslip report added
[FIX] Stock report issue fixed
[FIX] Batchwise barcode mrp issue fixed.
[FIX] Common Bug fixed 

Version 9.9.6 (05-02-2022)

[NEW] Employee payment history added
[FIX] Employee advance/loan issue fixed
[FIX] Common Bug fixed 

Version 9.9.5 (02-02-2022)

[NEW] Leave eligible on/off added in payroll employee
[NEW] Hospitalization leave added in general settings
[NEW] Multiple date select in payroll absent entry
[FIX] Payroll calculation issue fixed
[FIX] Common Bug fixed 

Version 9.9.4 (11-12-2021)

[NEW] In Stock option added in jobcard
[FIX] Serial,imei number print issue fixed
[FIX] Common Bug fixed 

Version 9.9.3 (08-12-2021)

[NEW] App php version wise auto update
[FIX] Product duplicate entry issue fixed
[FIX] Barcode generate vendor wise issue fixed
[FIX] Delivery challen print issue fixed
[FIX] Common Bug fixed 

Version 9.9.2 (10-11-2021)

[NEW] Barcode generate vendor wise
[NEW] Barcode generate accounting year wise with vendor
[NEW] Free qty with stock and report
[FIX] Common Bug fixed 

Version 9.9.1 (08-10-2021)

[NEW] Invoice templates payslip template added
[FIX] Common Bug fixed 

Version 9.9.0 (07-10-2021)

[NEW] payslip new invoice added
[NEW] employee view some column added
[FIX] Common Bug fixed 

Version 9.8.9 (06-10-2021)

[NEW] General settings Delivery challan rate on/off added
[NEW] Delivery Challan print rate hide, show
[FIX] Common Bug fixed 

Version 9.8.8 (15-09-2021)

[NEW] Sales,purchase text report autobackup after logout.
[FIX] Common Bug fixed 

Version 9.8.7 (14-09-2021)

[NEW] Sales text file export added
[NEW] Purchase text file export added
[FIX] Common Bug fixed 

Version 9.8.6 (11-09-2021)

[NEW] Stock adjustment list fixed
[NEW] Fire extingusher list fixed
[FIX] Common Bug fixed 

Version 9.8.5 (28-08-2021) Major Release

[NEW] PHP 7.3+ support updated
[FIX] Common Bug fixed 

Version 9.8.4 (27-08-2021)

[NEW] Customer address showed in all thermal print
[NEW] Additional Different Product Rate Zero Free Qty added in general settings
[FIX] Common Bug fixed 

Version 9.8.3 (09-08-2021)

[FIX] SMS Format changed
[FIX] Pay mode added in expense report
[FIX] Common Bug fixed 

Version 9.8.2 (09-07-2021)

[FIX] Product delete issue fixed
[FIX] Common Bug fixed 

Version 9.8.1 (30-06-2021)

[NEW] Reports day book,sales,itemwise sales, stock thermal print added
[NEW] Barcode settings font family added
[NEW] Barcode print font famiy dynamically changed
[FIX] Common Bug fixed 

Version 9.8.0 (10-06-2021)

[NEW] Free qty added in sales retail design
[FIX] Revise quotation issue fixed
[FIX] Stock report issue fixed
[FIX] Common Bug fixed 

Version 9.7.9 (05-05-2021)

[NEW] View report option added for all report
[NEW] Product rate analyer report added
[NEW] Customer rate change or not checkbox added in manufacturing
[FIX] Hsncode show issue fixed for all print
[FIX] Common Bug fixed 

Version 9.7.8 (07-04-2021)

[NEW] TCS 0.1% changed
[FIX] Today saving issue fixed in thermal print
[FIX] Purchase return print issue fixed
[FIX] Common Bug fixed 

Version 9.7.7 (23-03-2021)

[NEW] New sms provider added for transactional sms settings
[NEW] General settings auto save on switch on/off
[FIX] POS issue fixed
[FIX] Common Bug fixed 

Version 9.7.6 (19-03-2021)

[NEW] Video tutorial added
[FIX] Database backup option removed for online customers
[FIX] Common Bug fixed 

Version 9.7.5 (16-03-2021)

[FIX] All list table export copy,excel,pdf issue fixed 
[FIX] Common Bug fixed 

Version 9.7.4 (13-03-2021)

[NEW] Sales order pending and complete list added
[FIX] Sale order to make invoice update complete status
[FIX] Sales order list table no added for restaurant
[FIX] Common Bug fixed 

Version 9.7.3 (11-03-2021)

[NEW] Customer edit on sales added
[NEW] 7.5% tax added 
[FIX] Gstr1 report issue fixed
[FIX] Common Bug fixed 

Version 9.7.2 (09-03-2021)

[NEW] TCS Tax Added on purchase, batchwise purchase and show A4 print and report
[NEW] Debit note wallet added on purchase, history added on purchase return payment 
[FIX] TCS show sales report
[FIX] Common Bug fixed 

Version 9.7.1 (13-02-2021)

[NEW] User activity log added
[FIX] Make purchase issue fixed 
[FIX] Common Bug fixed 

Version 9.7.0 (04-02-2021)

[NEW] Branch filter added in gstr-1 report
[FIX] A4 invoice print footer issue fixed
[FIX] Jobcard view and print issue fixed
[FIX] Lab test normal range, observed value issue fixed
[FIX] Stock report issue fixed
[FIX] Common Bug fixed 

Version 9.6.9 (29-01-2021)

[NEW] Employee bank details added
[NEW] Employee bank details added in payroll report
[FIX] Common Bug fixed 

Version 9.6.8 (12-01-2021)

[FIX] Customer city name show issue fixed
[FIX] Barcode print issue fixed
[FIX] Thermal print issue fixed
[FIX] Common Bug fixed 

Version 9.6.7 (09-01-2021)

[NEW] Lab test category, sub category filter added in testname list
[NEW] Signature showed in lab test print printed sheet
[FIX] Barcode generate issue fixed
[FIX] Common Bug fixed 

Version 9.6.6 (04-01-2021)

[NEW] GST summary(sales & purchase) report added
[FIX] Jobcard issue fixed
[FIX] Common Bug fixed 

Version 9.6.5 (26-12-2020)

[NEW] Default qty enter for new product added in general settings
[NEW] CTRL+Q Shortcut added focus on last product in sales
[FIX] Quick menu fixed based on default sales screen and user access page 
[FIX] Common Bug fixed 

Version 9.6.4 (11-12-2020)

[FIX] GSTR 1 report hsn summary issue fixed
[FIX] Logout with database backup or without database issue fixed
[FIX] Upi/net banking/bank payment method select bank list show issue fixed
[FIX] Auto select pending payment list on manual bulk payment in sales,purchase
[FIX] Common Bug fixed 

Version 9.6.3 (20-11-2020)

[NEW] Default UOM pcs added on general settings 
[FIX] Common Bug fixed 

Version 9.6.2 (03-11-2020)

[NEW] EMI payment option added on sales payment 
[FIX] EMI issue fixed on sales 
[FIX] EMI issue fixed on daybook report and payment collection report 
[FIX] Product description modal enter function issue fixed
[FIX] Common Bug fixed 

Version 9.6.1 (19-10-2020)

[FIX] Sales and puchase total qty showed to A4,Dot matrix print 
[FIX] Sales A4 invoice issue fixed 
[FIX] Common Bug fixed 

Version 9.6.0 (08-10-2020)

[NEW] TCS Tax Added on sales and show A4, dotmatrix print
[NEW] Customer reward points hide on thermal print
[NEW] Lab test details select all option added lab muliscreen design
[NEW] Lab test notes show on print
[FIX] Itemwise sales and purchase issue fixed 
[FIX] Common Bug fixed 

Version 9.5.9 (17-09-2020)

[FIX] Sales thermal unicode(fully tamil) print issue sixed
[FIX] Purchase rate should lesser than sale rate alert added on sale
[FIX] Salesman itemwise report issue fixed
[FIX] Online customer activation issue fixed
[FIX] Common Bug fixed 

Version 9.5.8 (07-09-2020)

[FIX] Sales retail design changed
[FIX] Sales item auto scroll fixed for last item
[FIX] Paymode name changed
[FIX] Common Bug fixed 

Version 9.5.7 (02-09-2020)

[NEW] Product description editor add, Imei and serial number multi row updated
[FIX] Sales thermal print issue fixed
[FIX] Manufacturing issue fixed
[FIX] Bug fixed 

Version 9.5.6 (18-08-2020)

[FIX] Database auto backup and download issue fixed
[FIX] Activation issue fixed

Version 9.5.5 (03-07-2020)

[New] Google authentication 2 way factor for users added
[New] Gst new 1%,1.5% added
[New] Send SMS text type for notification added
[FIX] Sales retail design issue fixed

Version 9.5.4 (04-06-2020)

[FIX] Empty bill insert issue fixed on sales
[FIX] Sales retail design restricted without renew annual charges

Version 9.5.3 (29-05-2020)

[NEW] Delivery challen hsncode,rate,total show in all A4,dotmatrix print

Version 9.5.2 (22-05-2020)

[NEW] Supplier wise overall outstanding payment report added

Version 9.5.1 (16-03-2020)

[NEW] Item UOM is added bulk type and single qty type on sales retail design

Version 9.5.0 (13-03-2020)

[FIX] Daybook report issue and print fixed
[FIX] All company options added to overall customer wise payment outstanding report, stock with value and expense report
[NEW] View report added on expense report
[FIX] Sales list direct print issue fixed 

Version 9.4.9 (02-03-2020)

[New] Renew sidebar menu added
[FIX] AMC Alert issued fixed on login
[FIX] Gstr govt report name changed

Version 9.4.8 (27-02-2020)

[FIX] Sales list filter issue fixed
[NEW] Sale Retail design item purchase price short code added
[NEW] 5 new districts in tamilnadu added

Version 9.4.7 (12-02-2020)

[FIX] Customer sale A, B, C rate issue fixed on purchase and batchwise purchase
[FIX] Bug fixed 

Version 9.4.6 (06-02-2020)

[FIX] Company,Category,Brand, Product wise unused products delete
[FIX] Position(order) added in lab subcategory, testname list

Version 9.4.5 (06-01-2020)

[FIX] Customer empty and product empty issue fixed sale edit and purchase edit
[FIX] Discount added on unicode thermalprint

Version 9.4.4 (02-01-2020)

[NEW] Unused product list delete ajax loading added
[FIX] Unused product common products module removed
[FIX] Sales save button renamed
[NEW] Tamil print reward points added

Version 9.4.3 (26-12-2019)

[FIX] Item add issue fixed 
[FIX] Bug fixed

Version 9.4.2 (24-12-2019)

[NEW] Qutotation product description show on print added general settings 
[FIX] Bug fixed

Version 9.4.1 (20-12-2019)

[NEW]Unicode(Tamil Print) thermal templates added on invoice templates settings
[NEW]Reward pts not eligible item added on products
[NEW]Sales report, Supplier Wise Stock Report, Itemwise Sales and Purchase Report, Itemwise Profit & Loss Report,Billwise Payment Outstanding Report,Overall Outstanding Customer wise Report view report added
[FIX]Customer Reward points on thermal print issue fixed 
[FIX]Delete product issue fixed on sales edit 
[FIX]Bug fixed

Version 9.4.0 (30-11-2019)

[NEW]Sl.No genarated on employees payslip in payroll
[NEW]Total showed on employee payslip list
[NEW]Customer mobile number showed on shipping address 
[FIX] Bug fixed

Version 9.3.9 (23-11-2019)

[FIX] Barcode label print issue fixed
[FIX] Bug fixed

Version 9.3.8 (19-11-2019)

[NEW] Taxable product show on exempted added in sales advance screen
[NEW] Jobcard name included in all sales invoices
[NEW] Customer mobile number added in jobcard print
[FIX] Barcode print issue fixed
[FIX] Duplicate entries issue fixed
[FIX] Jobcard issue fixed
[FIX] Bug fixed

Version 9.3.7 (09-11-2019)

[NEW] Powered by show on print added
[NEW] Product warranty Changable in jobcard added
[FIX] Jobcard report issue fixed
[FIX] Job Card issue fixed
[FIX] Purchase & batchwise purchase enter key issue fixed
[FIX] Bug fixed

Version 9.3.6 (08-11-2019)

[NEW] Rate total show on thermal print added in general settings
[NEW] Exclusive total amount showed
[FIX] Stock with value report issue fixed
[FIX] Bug fixed

Version 9.3.5 (06-11-2019)

[NEW] Sales list date wise filter added
[FIX] Customer & Supplier export excel in list issue fixed
[FIX] Bug fixed

Version 9.3.4 (30-10-2019)

[NEW] Barcode print button added on product view
[FIX] Customer and Supplier list issue fixed
[FIX] Barcode print design two issue fixed
[FIX] Bug fixed

Version 9.3.3 (29-10-2019)

[NEW] Stock value report in stock report added
[FIX] Bug fixed

Version 9.3.2 (26-10-2019)

[NEW] Advance edit sale design added
[NEW] Total discount amt and base amount on sales added
[FIX] Print preview on chrome issue fixed
[FIX] Barcode print no of labels moved, design 2 & 3 font bold updated
[FIX] Bug fixed

Version 9.3.1 (19-10-2019)

[FIX] Inc. rate & exc. rate calculation based on general settings in sale advance screen issue fixed
[FIX] Sales thermal retail print issue fixed
[FIX] Bug fixed

Version 9.3.0 (18-10-2019)

[NEW] Shipping address added on sale advance screen
[FIX] Shortcut issue fixed on sale advance screen 
[FIX] SMS send to owner multi mobile number added
[FIX] Sales thermal retail print issue fixed
[FIX] Bug fixed

Version 9.2.9 (17-10-2019)

[New] Today's bill count in thermal print added
[New] Edit customer in advance new sale design added
[FIX] Advance new sale design issue fixed
[FIX] Sale thermal print issue fixed
[FIX] Bug fixed

Version 9.2.8 (12-10-2019)

[New] Advance new sale design added
[NEW] Customer profit loss report added
[FIX] Bug fixed

Version 9.2.7 (02-10-2019)

[FIX] Sales order new, list fixed
[FIX] Invoice total visibility fixed
[FIX] Bug fixed

Version 9.2.6 (30-09-2019)

[NEW] Shortcuts moved to pop up modal in page
[FIX] At Discount, BT Discount show hide fixed
[FIX] Bug fixed

Version 9.2.5 (26-09-2019)

[NEW] unicode and english print added on sales return
[FIX] Barcode strikeout on mrp customer rate issue fixed
[FIX] Bug fixed

Version 9.2.4 (25-09-2019)

[NEW] Handling amount added for supplier bill on purchase
[NEW] Multi purchase bill with same invoice for large number of items on purchase added
[NEW] Purchase report, GSTR2 report, cleartax purchase report for multi purchase bill added
[NEW] Unicode and English direct print added
[NEW] Single page payment entry for sales,sales multiscreen,quotation,dc
[NEW] Lab test subcategory and testname order wise on print added general settings
[NEW] Customer list modified
[FIX] Customer reward points issue fixed
[FIX] Lab test edit issue and general settings fixed
[FIX] Bug fixed

Version 9.2.3 (09-09-2019)

[NEW] Customer age & gender show added in general settings
[FIX] Item wise profit loss report issue fixed
[FIX] Bug fixed

Version 9.2.2

[NEW] Item wise purchase and sales report added
[NEW] Item wise profit loss report added
[FIX] Bug fixed

Version 9.2.1

[NEW] Barcode new design five and six added
[FIX] Purchase bill number yearwise issue fixed
[FIX] Bug fixed

Version 9.2.0

[NEW] Resend OTP added in Secure log
[NEW] Customer A rate added on product auto search
[FIX] Duplicate invoice entry issue fixed in sales, sales multiscreen, quotation and dc.
[FIX] Barcode issue fixed
[FIX] Supplier gst number added in purchase report
[FIX] Confirm account number removed in bank setting 
[FIX] Sales payment all print issue fixed 
[FIX] Before tax discount issue fixed in multiscreen sale edit page 
[FIX] Bug fixed

Version 9.1.9

[NEW] Product search limit setting added in maintenance tools
[NEW] Package/Forwarding added in quotation
[NEW] Product unicode name added in pos screen
[FIX] Package/Forwarding issue fixed in sales and purchase 
[FIX] After tax discount issue fixed in batchwise purchase  
[FIX] After tax discount issue fixed in multiscreen sale edit page 
[FIX] Discount mode issue fixed in purchase edit page
[FIX] Bug fixed

Version 9.1.8

[FIX] Purchase return bill issue fixed
[FIX] Customer group delete issue fixed
[FIX] Bug fixed

Version 9.1.7

[NEW] Outstanding balance show on customer and supplier list
[NEW] Barcode print added on purchase list
[NEW] Action style changed in all list
[FIX] Style and Size issue fixed on product list
[FIX] Sales and purchase billwise report issue fixed
[FIX] Bug fixed

Version 9.1.6

[NEW] MRP Show on product list
[FIX] Purchase payment issue fixed
[FIX] Product size, color issue fixed on edit product
[FIX] Bug fixed

Version 9.1.5

[NEW] Sales & Purchase return delete added
[FIX] Product size, color show in autocomplete on Barcode print & generate 
[FIX] Barcode issue fixed
[FIX] Bug fixed

Version 9.1.4

[NEW] Barcode new designs added
[NEW] Paper height and vendor short code show added in barcode print settings
[NEW] No.item and No.qty moved to bottom
[FIX] Barcode issue fixed
[FIX] Import customer and Import supplier opening balance issue fixed
[FIX] Customer and Supplier opening balance delete issue fixed
[FIX] Quoation & DC list issue fixed
[FIX] Make purchase issue fixed
[FIX] MRP Show on barcode print issue fixed
[FIX] Bug fixed

Version 9.1.3

[NEW] Recieved & Balance show on thermal print added in general settings
[FIX] Bug fixed

Version 9.1.2

[NEW] Product UOM enable added
[NEW] Multiscreen data delete procedure added
[NEW] Closing Balance added in day book report
[NEW] System requirements added in menu
[FIX] Right sidebar menu issue fixed
[FIX] Supplier balance issue fixed
[FIX] All Report issue fixed
[FIX] Barcode search batch wise product issue fixed
[FIX] Barcode wise filter in product list issue fixed
[FIX] Bug fixed

Version 9.1.1

[FIX] Lab test order issue fixed
[FIX] Bug fixed

Version 9.1.0

[NEW] Order(position) number added in lab test sub category and test name
[FIX] POS issue fixed
[FIX] Pre sales order issue fixed
[FIX] Packing/Forwarding charges issue fixed
[FIX] Total Item and Qty on all edit page issue fixed
[FIX] Sales after tax discount edit issue fixed
[FIX] Barcode no of label per row issue fixed
[FIX] Quick added category, subcategory and testname in Lab test issue fixed
[FIX] Bug fixed

Version 9.0.9

[FIX] Total Item and Qty issue fixed
[FIX] Multi Screen ledger issue fixed
[FIX] Bug fixed

Version 9.0.8

[NEW] Customer Point Card ID show on thermal print
[FIX] Customer & Supplier delete issue fixed
[FIX] Multi Screen ledger issue fixed
[FIX] Customer Credit limit issue fixed
[FIX] Bug fixed

Version 9.0.7

[NEW] Packing & Forwarding charge enable added in general setting
[FIX] Bug fixed

Version 9.0.6

[NEW] Packing & Forwarding charge added 
[FIX] Barcode label alignment line issue fixed
[FIX] Ledger customer issue fixed
[FIX] Ledger supplier issue fixed
[FIX] Bug fixed

Version 9.0.5

[NEW] Customer return amount added on all thermal print
[NEW] Credit note wallet history added on sales return payment
[NEW] Customer reward points update on customer
[NEW] Supplier advance payment showed on purchase
[NEW] Customer advance payment and reward points showed on sales
[NEW] Added advance payment on customer and supplier
[NEW] Added credit note wallet on customer and debit note wallet on supplier
[NEW] Added quick add lab test category, subcategory and test name on lab test
[FIX] 3 variant sale rate option disabled once enable general settings
[FIX] Low stock alert issue fixed
[FIX] All thermal print issue fixed and altered
[FIX] Import stock issue fixed
[FIX] Purchase edit issue fixed
[FIX] Thermal print gstno show issue fixed
[FIX] Ledger issue fixed
[FIX] Customer advance payment issue fixed
[FIX] Customer credit wallet payment issue fixed
[FIX] Hospital lab test issue fixed
[FIX] Barcode issue fixed
[FIX] Bug fixed

Version 9.0.4

[NEW] Inventory quick product purchase rate added
[NEW] Inventory quick product edit barcode,unicode name added
[NEW] Cookie clear concept added
[FIX] Barcode label currency icon issue fixed
[FIX] EMI payment issue fixed
[FIX] Payment details issue fixed
[FIX] Payment details enter function issue fixed
[FIX] Bug fixed

Version 9.0.3

[New] New design thermal print added for retail shop
[NEW] Database Speed increased
[FIX] Session timeout increased upto 24hrs
[FIX] Barcode print issue fixed
[FIX] Sales edit issue fixed

Version 9.0.2

[FIX] Product attributes issue fixed
[FIX] Cash bill customer also allowed credit wallet fixed
[FIX] Bug fixed

Version 9.0.1

[New] Default state code issue fixed
[FIX] Bug fixed

Version 9.0.0

[New] Label added for inventory screen
[FIX] Bug fixed

Version 8.9.9

[New] Keyman Appversion Updated
[New] Item attributes added in all invoice printer design
[New] Item attributes added in product & product code autocomplete
[New] Customer/Vendor return payment show on billing screen 
[FIX] Cash bill customer not allowed credit payment
[FIX] lab test issue fixed
[FIX] Maintenance Tools settings altered
[FIX] Payslip generate issue fixed

Version 8.9.8

[New] Appversion added  
[FIX] Logo issue fixed in A4 print

Version 8.9.7

[New] Item attributes new added  
[New] Itemwise sales & dc report added  
[New] Itemwise sales history report added  
[New] Same as shipping address option added in customer  
[New] Imei, serial number added in Manufacture(assembling)  
[New] Customer unique mobile number setting added 
[New] Sales to Owner sms setting added
[FIX] Jobcard issue fixed
[FIX] Manufacture(assembling) issue fixed
[FIX] DC issue fixed
[FIX] Multiscreen thermal print issue fixed
[FIX] Daybook report issue fixed
[FIX] Daybook report to owner sms issue fixed
[FIX] Itemwise stock report altered
[FIX] Pre sale order issue fixed
[FIX] Payslip generate[payroll] issue fixed
[FIX] Database Backup issue fixed
[FIX] Cleartax purchase report issue fixed

Version 8.9.6

[New] Purchase rate based on MRP added with percentage option
[New] Inventory all billing screen changed
[New] Customer & Supplier bulk payment simplified
[New] Purchase delete added
[FIX] Payslip generate year wise issue fixed
[FIX] Reward points report altered
[FIX] Daybook report issue fixed
[FIX] Customer & Supplier forms simplified

Version 8.9.5

[New] Pre Sales order report added
[New] Additional maintenance tool security master password added
[FIX] arrow key function fixed in inventory
[FIX] Customer select issue fixed
[FIX] Dashboard Remainder issues fixed

Version 8.9.4

[FIX] Financial year wise list issues fixed.

Version 8.9.3

[FIX] Modal new product barcode generate option added

Version 8.9.2

[FIX] Manufacturing sale rate fixed based on profit %

Version 8.9.1

[FIX] Itemwise stock report issue fixed
[FIX] Multiscreen thermalprint rate issue fixed

Version 8.9.0

[FIX] Sales multiscreen enter function issue fixed
[FIX] Sales return discount issue fixed
[FIX] Sales return report issue fixed

Version 8.8.9

[NEW] Sales multiscreen standard design added
[FIX] Sales breakup wise report issue fixed
[FIX] Sales new standard design added new sales page option
[FIX] Inventory page arrow option fixed

Version 8.8.8

[NEW] Up down arrow key added in inventory
[FIX] Excel import product issue fixed
[FIX] Excel import customer issue fixed
[FIX] Dashboard annual expence(employee payslip) amount issue fixed

Version 8.8.7

[NEW] General setting added new batch rate insert A batch rate option
[NEW] New Batch rate inserted A batch rate create new batch
[NEW] Multi screen thermal print round off added
[FIX] Purchase and opening stock removed inclusive tax default check option
[FIX] Multiscreen product autocomplete set minium length
[FIX] Sales method two default discount mode option fixed

Version 8.8.6

[NEW] Billwise purchase report added
[NEW] Purchase price short code bulk update added
[NEW] Import & Export products with stock barcode added
[NEW] Import & Export customers opening balance added
[NEW] Import & Export suppliers opening balance added
[FIX] Import & Export customers altered
[FIX] Import & Export suppliers altered
[FIX] Barcode design 3,4 issue fixed
[FIX] Stock report issue fixed
[FIX] Overall manufacturing report fixed
[FIX] Thermal print issue fixed

Version 8.8.5

[NEW] View icon quick link added in all list
[FIX] Add catogory issue fixed on product
[FIX] Barcode issue fixed

Version 8.8.4

[NEW] IP Based security system updated on online application
[NEW] Opening Stock with barcode label print option added
[NEW] Invoice template new font family added
[NEW] Pre order sale with stock management updated
[NEW] Pre sale with actual sale variaton report added
[FIX] Print issue fixed

Version 8.8.3

[NEW] Import excel sheet changed as pack/box value and unit value
[NEW] Export excel sheet change as pack/box value and unit value
[FIX] Sales method two place of supply added
[FIX] Report itemwise purchase history fixed
[FIX] Multiscreen print additional standard print added
[NEW] General settings GST total show added
[NEW] Impoty and export excel sheet added style and size field

Version 8.8.2

[FIX] Sales method enter function issue fixed
[NEW] IP Address inclusion added
[NEW] Redirect url added
[NEW] Item list view stock added price code unit and pack
[NEW] Batch no edit option added unit and pack price code

Version 8.8.1

[FIX] Barcode print url issue fixed
[NEW] Price short code update while purchase/opening stock/manufacturing update
[FIX] Barcode setting default value added on new company insert
[NEW] Import price shortcode added

Version 8.8.0

[FIX] Payslip generate incentive amount issue fixed
[NEW] Product modal number showed on barcode print 
[FIX] Barcode issue fixed 

Version 8.7.9

[FIX] New sales show on price code
[FIX] Barcode Print show price code based bulk product
[FIX] EMI Setting delete option issue fixed

Version 8.7.8

[NEW] Quick menu navigation changed
[NEW] Item price short code auto filling based on purchase rate
[NEW] EMI option added in Sales Payment 
[NEW] Price short code settings added
[NEW] Purchase rate short code auto generate
[NEW] Payment mode added in payment collection report
[FIX] Item view stock update batch no and barcode
[FIX] Multi sales screen barcode wise product show option fixed

Version 8.7.7

[NEW] Purchase Barcode print added 3 design option
[NEW] Batchwise opening stock added
[NEW] Quick menu Batchwise opening stock, purchase added
[FIX] Barcode print issue fixed
[FIX] Product enter issue fixed
[NEW] All invetory batchwise mrp added dropdown
[NEW] EMI Company added
[NEW] Brand added on product list

Version 8.7.6

[NEW] Barcode print added 3 design option
[FIX] Batchwise Barcode design change option added on screen
[NEW] Barcode print added 3 design Templates

Version 8.7.5

[NEW] Edit Sales method two added on sales
[NEW] Default set as new sales method two on master settings

Version 8.7.4

[NEW] New Sales method two added on sales

Version 8.7.3

[NEW] Old data delete using datewise sales & sales return
[NEW] Old data delete using datewise purchase & purchase return
[NEW] Delete unused product with multiple select option with company wise
[FIX] Sales list show user name
[FIX] Product export option added category wise
[NEW] Purchase & Purchase Return Store Procedure added

Version 8.7.2

[FIX] GSTR 3B Report Issues Fixed.

Version 8.7.1

[NEW] Sales Reward Points added on sms.
[FIX] POS Sales rate issues fixed

Version 8.7.0

[NEW] Point card ID added on Customers.
[FIX] Barcode print issue fixed
[FIX] Point card ID filter added on sales.
[FIX] Product direct barcode issue fixed
[FIX] Thermal print address issue fixed
[FIX] Point card ID added on Import & Export of customers.

Version 8.6.9

[NEW] Item Department added on business settings
[FIX] Sales Screen altered
[FIX] Enter function issue fixed
[FIX] Purchase round off issue fixed
[FIX] Supplier outstanding limit issue fixed

Version 8.6.8

[NEW] Sales Rate % apply on exclusive tax rate for MRP based option added
[NEW] Customer A,B,C rate percentage change option added on purchase  
[FIX] Stock rate adjustment issue fixed

Version 8.6.7

[NEW] Sales rate calculation based on mrp option added
[NEW] IMEI on/off condition added on print
[NEW] Serial no on/off condition added on print
[FIX] General setting issue fixed

Version 8.6.6

[NEW] Default uom displayed on product  
[NEW] Default HSN/SAC Code displayed on product  
[FIX] Sales rate percentage issue fixed on purchase  

Version 8.6.5

[NEW] Sales return free quantity added
[NEW] Purchase return free quantity added
[FIX] Stock report altered 

Version 8.6.4

[NEW] Salesman wise item sales report altered for restaurant
[NEW] New Sales order link added on quick menu
[FIX] SMTP issue fixed
[FIX] Batch issue fixed on sales order

Version 8.6.3

[NEW] Sales order altered for restaurant
[FIX] Sales order thermal print added for restaurant
[FIX] POS mobile,tablet issue fixed
[FIX] Sales order mobile,tablet issue fixed
[FIX] Payment due date fixed on sales, purchase
[FIX] Sales order make invoice employees auto loaded

Version 8.6.2

[NEW] Currency type INR added
[FIX] Loginfotech setting authentication secure otp modified
[FIX] POS Default load a product list

Version 8.6.1

[NEW] DC invoice make to Sales invoice DC No show on print
[NEW] Inclusive rate show on print option added general setting
[FIX] GST Column show and hide in print based on general setting
[FIX] CGST, SGST show allignment on print based on goverment invoice format
[FIX] Taxable value show and hide in print based on general setting
[FIX] POS Screen changed for product display and make sales
[FIX] POS Screen product display using ajax serverside pagination

Version 8.6.0

[NEW] Software auto update option added(Important)
[FIX] Invoice amount issue fixed
[NEW] Enter function issue fixed

Version 8.5.9

[NEW] Software update option added
[NEW] GSTR report issue fixed

Version 8.5.8

[NEW] Custom Fields added Job Work Invoice Option
[NEW] Amount Show and Hide Option added GeneralSettings
[NEW] Bulk payment manual check option added
[FIX] Purchase list filter issue fixed
[FIX] Purchase list filter issue fixed

Version 8.5.7

[FIX] New jobcard serial no search issue fixed
[FIX] Invoice print gst number issue fixed
[FIX] Itemwise sales report maximaum one month limit 
[FIX] Invoice print issue fixed
[FIX] Add home screen option added
[NEW] Login Page Design Changed
[NEW] ERP Logo added

Version 8.5.6

[FIX] GSTR-3B Report altered as per government rules
[FIX] Edit sales ledger issue fixed
[FIX] Edit sales customer validated
[FIX] Customer A,B,C Rate issue fixed

Version 8.5.5

[NEW] Default payment mode credit/Cash option added on general settings
[NEW] Default payment mode credit/Cash reflected in sales, purchase

Version 8.5.4

[FIX] Cleartax Format Report Cancelled invoice removed
[FIX] Cess zero rate, zero values cleared as per goverment format 
[FIX] GST Return submission due dates are given in our website
[FIX] GST Return submission links are given in report section
[FIX] Overall GSTR,Cleartax Reports altered as per goverment format

Version 8.5.3

[FIX] GSTR1,GSTR-2,GSTR-3B Report Decimal format issue fixed
[FIX] Cleartax Format Report Decimal format issue fixed
[FIX] GSTR1,GSTR-2,GSTR-3B Report date format modified as (DD-MM-YYYY)
[FIX] Cleartax Format Report date format modified as (DD/MM/YYYY)

Version 8.5.2

[FIX] GSTR1,GSTR-2,GSTR-3B Report Filter altered
[FIX] Monthly and Quarterly filter added on GSTR1,GSTR-2 Report
[FIX] Monthly filter added on GSTR1,GSTR-2 Report
[FIX] GSTR and Cleartax format Reports accounting yearwise export altered 

Version 8.5.1

[FIX] POS Product focus automatically
[FIX] Default customer rate fixed on sales

Version 8.5.0

[NEW] Auto update feature added
[FIX] Multiscreen calculation issues fixed
[FIX] Multiscreen print altered
[FIX] Profit Loss Report issue fixed

Version 8.4.9

[FIX] Address details height reduced in invoice print
[FIX] Purchase cancel print seperated
[FIX] paid,balance added on purchase
[FIX] paid,balance added on purchase Return
[FIX] paid,balance added on Sales Return
[FIX] Ledger Report altered for cancelled invoice

Version 8.4.8

[FIX] GSTR3 Report altered
[FIX] Purchase return payment delete option added
[FIX] Customer import fields added
[FIX] Daybook Report issue fixed

Version 8.4.7

[FIX] Taxable value on/off added on print 
[FIX] Three type of discounts added on print
[FIX] Enter function issue fixed
[FIX] Lab test print altered
[FIX] Lab test print bold option added

Version 8.4.6

[FIX] Purchase batch enable option for company wise
[FIX] Sales multiscreen list based on company
[FIX] Report Outstanding balance issue fixed
[NEW] Report Overall Outstanding report added customer wise

Version 8.4.5

[FIX] Sales, Purchase after discount mode option
[NEW] Manufacture B2B rate and credit sale rate added
[NEW] Purchase return paymant option added
[FIX] Purchase outstanding balance issue fixed 

Version 8.4.4

[FIX] Salesmanwise Item report bulk enabled
[FIX] Sales invoice issue fixed
[FIX] Sales outstanding balance issue fixed 
[NEW] Sales,Quotation before discount and after discount option added
[NEW] Sales return before discount and after discount option added
[NEW] Purchase return before discount and after discount option added
[NEW] Sales multiscreen before discount and after discount option added
[NEW] Supplier place of supply added
[NEW] Sales Return cancel option added
[NEW] Purchase Return cancel option added

Version 8.4.3

[FIX] Ledger issue fixed
[FIX] Itemwise discount and billwise discount options fixed
[NEW] Purchase before discount and after discount option added
[NEW] Purchase cancel option added
[NEW] GSTR-3B issue fixed

Version 8.4.2

[NEW] Item wise salesman option added general setting
[NEW] Item wise salesman option added for sales page
[NEW] Salesman report added

Version 8.4.1

[NEW] 3 Way sale rate option added in general setting
[NEW] Product Style and Size enable option added in general setting
[NEW] Multi barcode settings added companywise
[NEW] Customer price type added
[NEW] Reports added customer price type for filter
[FIX] Barcode generate issue fixed
[FIX] Barcode print default rate option added in settings
[FIX] List search issue fixed
[FIX] Garmens Dashboard added in sidebar

Version 8.4

[NEW] Advance Payment option added on sales& purchase
[NEW] Advance Payment Print added on sales& purchase
[FIX] Shortcut menu new tab fixed
[FIX] Manufacture menu added to quick menu
[FIX] Ledger puchase issue fixed

Version 8.3

[NEW] Lab Modal Dashboard Created
[FIX] Project renamed as Garmens
[NEW] Rangewise import & Export added on Products, Customer
[NEW] Model No displayed on invoice print
[NEW] Garmens Modal Dashboard created
[NEW] Rangewise Report added on Products
[NEW] Profit added on day book report
[NEW] Userwise today sales added on day book report
[NEW] Payslip Regenerate option added
[NEW] Expense Sub Category added
[FIX] Expense Categorywise report added
[FIX] Stock adjestment enter option fixed
[FIX] Database backup on logout make as optional
[FIX] Customer autocomplete option fixed in Report Page

Version 8.2

[NEW] Default item qty option added
[NEW] Price short code enable option added
[NEW] Itemwise Profit Loss Report added
[NEW] Outstanding Balance on Print
[NEW] Terms & Condition displayed on Token Print[Hospital]
[NEW] Consulting fees custom option added[Token]
[NEW] B2B & B2C change option added on invoice edit
[NEW] Manufacturing Report added[Manufacturing]
[NEW] Manufacturing Barcode Print added[Manufacturing]
[FIX] Product filter issue fixed
[FIX] Companywise Profit Loss Report
[FIX] Product Filter option exactly searched releated
[FIX] Product New and Edit Page shortcut added for HSN/SAC
[FIX] Unit Qty readonly option in Item
[FIX] Purchase Default Rate issue Fixed
[FIX] Purchase & Sales ledger date ipdate issue fixed
[FIX] Token System Term & Condition show on Print Page
[FIX] Lab Test Drag and Drop OPtion added

Version 8.1

[NEW] Batchwise Purchase option added
[NEW] Batchwise barcode pick option added on sales
[NEW] Multi copy of sales print option added Thermal 
[NEW] Sales rate change option disabled on sales [Except Admins]
[NEW] Description & Qty columns are exhanged on thermal print
[NEW] Line Height added between one product to another on thermal print
[NEW] Product name bold option added on thermal print
[FIX] Warehouse issue fixed
[FIX] Sales MRP option moved from model to sales item row
[FIX] Barcode rate showed on barcode settings page

Version 8.0

[NEW] Payment Date added in Sales and Purchase
[NEW] Accounting yearwise list added
[NEW] Payslip payment added[Payroll]
[FIX] Button shortcut color seperated

Version 7.7.9

[NEW] Salesmanwise Outstanding Report added
[FIX] Free qty issue fixed
[FIX] Barcode label issue fixed
[FIX] Company short Name, Product Name, Barcode No, Rate on/off added in barcode print

Version 7.7.8

[NEW] Supplier Wise Sales Report added
[NEW] Received Signature Address Show on Print option added
[FIX] Branchwise stock issue fixed

Version 7.7.7

[NEW] Item Wise Ledger Transaction Customer Report added
[NEW] Supplier Wise Monthly Stock Report added
[FIX] Companywise & branchwise calender issue fixed

Version 7.7.6

[NEW] Company wise Branch option added
[NEW] Company Branch wise sales updated
[NEW] Branch address show on print
[FIX] Cash Bill customer show reference name.
[FIX] GSTR1 Report Modified Latest Government File

Version 7.7.5

[NEW] Export Invoice option added on sales & purchase
[NEW] ITR Bank Entry added 
[NEW] Stock transfer option added company wise [Warehouse]
[NEW] Location added on stock transfer [Warehouse]
[NEW] Ledger customer item wise report added
[FIX] Total issue fixed on all reports

Version 7.7.4

[NEW] Supplier with Item wise Sales Report
[NEW] E-WAY BILL No and E-WAY BILL Date added on sales and dc
[NEW] Multi screen billing option added
[FIX] Date wise option added on ledger report

Version 7.7.3

[NEW] Multi shipping address added on customer
[NEW] Shipping address selection added on Sales & DC
[NEW] Payroll report added [Payroll Business]
[NEW] Advance report added [Payroll Business]

Version 7.7.2

[NEW] Lab billing option added [Hospital Business]
[NEW] Transport vehicle daily kilometers update option added [Transport Business]
[NEW] Company Address line two enable option added
[NEW] Common item, Common Supplier, Common Customer issue fixed
[NEW] Additional contact person added on sales & purchase

Version 7.7.1

[NEW] Free quantity column added on sales
[NEW] Under composition scheme displayed on print
[NEW] Barcode of invoice displayed on print
[FIX] Due days issue fixed on sales & purchase
[NEW] Unicode Item Name added on import

Version 7.7.0

[FIX] Department and model no added on Item wise report and stock report excel
[NEW] Working type added in Employee Present entry 
[NEW] Overtime amount added in Employee details
[NEW] Overtime details added in Payslip
[FIX] Employee Present Attendance entry for old days are restricted except super admin
[NEW] Customer id show option added in general settings
[NEW] Default Taxtype option added in general settings
[NEW] Product Batch no edit option added
[NEW] Unicode Company Details enable option added
[NEW] Item wise separation line enable option added for thermal print

Version 7.6.0

[FIX] Print Issue fixed
[NEW] Show UOM of item on print option enabled
[NEW] Terms & Conditions of bill on print option enabled
[NEW] Notes of bill on print option enabled
[NEW] Address on print option enabled
[NEW] Due date on print option enabled

Version 7.5.13

[FIX] Sales & Purchase 100% disc validation fixed
[NEW] Day Book Entry enabled
[NEW] Client Details added
[NEW] Day Book Entry visited and approved status added

Version 7.5.12

[NEW] Patient Age/Gender option added 
[NEW] Unicode Item Name enable option added 
[NEW] Unicode Item Name on print enable option added 
[NEW] Hospital Module enabled [Hospital Business]
[NEW] Token System added for [Hospital Business]
[FIX] Project Size,Trims issue fixed
[NEW] Project Fabric, Labours added
[NEW] Cash bill with name option enabled

Version 7.5.11

[FIX] Barcode Label issue fixed
[NEW] Barcode Multi Product Print added
[NEW] Barcode Label Bulk rate print option added
[NEW] Barcode Label Strikeout option added
[NEW] Barcode Label Settings added
[NEW] Price Short Code added on product stock
[NEW] Price Short Code print added
[NEW] TIN/RC/CST Number for business and customer
[NEW] TIN/RC/CST Number enable option on print 
[NEW] PTR(Price to Retailer) added on product stock
[NEW] PTR & Price Short Code added on Excel Import
[NEW] Unit Qty(No of pieces) added on product
[FIX] Item wise discount issue fixed
[NEW] Purchase, Opening Stock & Stock Adjustment check box added for update itew rate
[NEW] Project Size,Trims added

Version 7.5.10

[FIX] General settings issue fixed
[FIX] Duplicate entry issue fixed
[NEW] A5 dot matrix print added
[NEW] General settings added company wise customize option
[NEW] Invoice templates added company wise customize option
[NEW] Custom field added company wise customize option
[NEW] Multi vendor(Supplier) option added on product
[NEW] Multi Category option added on product
[NEW] Update unit stock rate on bulk purchase option added

Version 7.5.9

[NEW] Project Model added
[NEW] Project Add & Edit option added

Version 7.5.8

[NEW] Item UOM(unit of measurement) is added bulk type and single qty type
[NEW] Item bulk qty rate and single qty rate added
[NEW] Sales, Purchase, Quotation and DC added uom type wise sale option
[NEW] General settings added default product type is single or bulk enable option
[NEW] Referral option enabled on sales
[NEW] Reverse Charge Option enabled on sales and purchase
[NEW] Document attachment on sales, purchase option enabled
[NEW] Stock batch enable option on print 
[NEW] Product Pack enable option on print 
[NEW] Bill Time enable option on print 
[NEW] Referrer Show enable option on print 
[NEW] Received Signature Copy enable option on print 

Version 7.5.7

[NEW] Employee present attendance tracker added
[NEW] Employee details added Salary Type as Hourly, Daily and Monthly
[FIX] Classic Print fixed with A4 size
[FIX] Employee Salary Generate Model Modified
[FIX] Sales, Purchase, Quotation, DC and Purchase Order Page display fixed with one page
[FIX] All page enter function fixed
[NEW] On Sales Purchase, Quotation, DC and Purchase Order page on row edit product details and rate added
[NEW] Database auto backup on software login and logout
[NEW] Manufacturing & Expire date shown on product row focus
[NEW] Cess Enable Option fixed on returns
[NEW] Product code wise sales & Purchase option added
[NEW] Direct Print option enabled for sales and purchase

Version 7.5.6

[NEW] GSTR-2 Report new added
[NEW] Barcode print label format added 
[NEW] Print shortcut option for all pages
[NEW] New standard A4 invoice added
[NEW] Sales List added new fields for reference
[FIX] POS product add option updated
[FIX] Payroll added
[FIX] Income option added
[FIX] EMail & SMS sending enabled 

Version 7.5.5

[NEW] SMS Setting option enabled
[NEW] EMail Setting option enabled
[FIX] GSTR-1 Report issue fixed
[FIX] Customer state code required fixed
[FIX] Print address issue updated
[NEW] Import and Export field reference added
[FIX] Jobcard accessories edit option updated
[NEW] Renewal invoice added in calender for remainder

Version 7.5.4

[NEW] General Settings added Customer Rewards Point
[NEW] General Settings added Renewal Option
[NEW] Quotation notes added 
[NEW] Additional product details added on quotation
[NEW] Standard print added on quotation 

Version 7.5.3

[NEW] Cess Enable Option added
[NEW] Damage sales option added
[NEW] Product category export & import added
[NEW] Product Brand export & import added
[NEW] pricing module added on new & edit products
[FIX] Barcode print rate & company name issue fixed
[FIX] Transport vehicle Expense option added

Version 7.5.2

[FIX] Stock & Rate Adjustment update issue
[FIX] Jobcard accessories update in single update
[NEW] Add new print template
[NEW] Logo show on print user customize option
[NEW] New Templates added in print
[NEW] Ship to show on print user customize option

Version 7.5.1

[FIX] Item Type delete option
[FIX] Item Category delete option
[NEW] Point of Sale added
[NEW] Sales order added for mobile device
[NEW] Jobcard added

Version 7.5.0

[NEW] Invoice Cancel option added
[NEW] Cancelled Invoice Restore option added
[NEW] Estimate Non GST Invoice added
[FIX] Sales type wise customer filter
[FIX] Company wise currency show in invoice
[NEW] Product inclusive and exclusive rate added
[NEW] Paid/Unpaid show on print option
[NEW] Exempted sale restricted taxable product(optional)
[NEW] Supplier Non GST supplier option added
[NEW] Bank details show on sales invoice option

Version 7.4.0

[FIX] Discount Billwise/Item wise and Percentage(%)/Ruppe(Rs.) on change option
[FIX] Company wise currency show in invoice
[FIX] Invoice number prefix separated for B2B and B2C
[FIX] Barcode generate automatic and manual option

Version 7.3.0

[NEW] General settings added print setting option
[NEW] Purchase return payment added
[NEW] Sales return payment added
[NEW] Invoice number prefix automatic and manual option added
[NEW] Sales payment receipt print option added
[FIX] Signature filed name customized option 
[FIX] Customer/Supplier/Product company wise or common option

Version 7.2.0

[NEW] Sales type credit type added
[NEW] Product type description added
[NEW] Product credit rate and list price added
[NEW] MFG/Expired Date added
[FIX] GSTR1 report exempted modified

Version 7.1.0

[FIX] Account transaction report modified
[NEW] Warehouse stock transfer option added
[NEW] Warehouse stock report added
[NEW] GSTR1 report added

Version 7.0.0 (05-06-2017)

[FIX] Bug Fixed