Create an account or log into Hisab. You can share your valuable information securely if you want and get updates.
You can place your order or complain and monitor status. We will track your order with our highest preference.
Please login to hisab to find your renewal status and payment information.
An exclusive page that lists Frequently Asked Questions on various topics related to Hisab and GST is made available.
Context-sensitive Help allows users to easily access Help topics relating to what they are doing or seeing in the application HISAB. For example, if a user is viewing a data entry form, context-sensitive Help could provide a topic relating specifically to that data entry form.
Context-sensitive Help is typically accessed by pressing F1, or Alt+F1.
To configure auto data backup in Hisab 7.0 go to System > Personal Options > Set Auto > "Backup with prompt (no compress)" > Save
To take backup manually go to Utility > Backup/Restore menu.
For Hisab related issue please fill free to call other mobile e.g. 7479006556,7479006557,7479006558,7479006579 numbers at office time
for hardware related issue please call 9732529516.
This might have happened to you that you cannot set any printer as default printer and whenever you wanted to setup the default printer, you get the same error message: Operation could not be completed(error 0x00000709). Double click the printer name and make sure that the printer is connected to the network.
Download PDF
NET USE LPT1: /DELETE /Y
NET USE LPT1: \\"Computer Name"\"Shared Printer Name" /PERSISTENT:YES
NET USE
-- Start in master
USE MASTER;
-- Add users
ALTER DATABASE [my_db] SET MULTI_USER
GO
Assume name of the database is hisab002
ALTER DATABASE hisab002 SET EMERGENCY
DBCC CHECKDB('hisab002')
ALTER DATABASE hisab002 SET SINGLE_USER WITH ROLLBACK IMMEDIATE
DBCC CHECKDB (hisab002, REPAIR_ALLOW_DATA_LOSS)
ALTER DATABASE hisab002 SET MULTI_USER
SELECT distinct(LEFT(nm, CASE WHEN charindex(' ', nm) = 0 THEN LEN(nm) ELSE charindex(' ', nm) - 1 END)) from items
Start SQL SERVER Management Studio as Administrator
1. Go to Control Panel > Administrative Tools > Services > SQLSERVER(MSSQLSERVER)
2. Stop Service
3. Change Log On As to Local Service
4. Start Service