Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
fassi
Starting Member
7 Posts |
Posted - 2011-11-10 : 16:01:32
|
hi all,I m using sql 2000 and dotnet framework v1.1 for Point of sale software. I want to change sales tax number on receipts which are printed through Samsung Bixolon mini printer. In SQL server database of POS where I can change tax %age but there is no option to change sales tax number.Is there any one who can help me.**fassi** |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2011-11-10 : 16:30:47
|
You'll have to find out where it's stored and update it. There's no option to do this in the POS software? |
 |
|
fassi
Starting Member
7 Posts |
Posted - 2011-11-10 : 17:05:04
|
All data of POS software is in its SQL database but there is an .exe application (size 1.5MB) which runs this database......SQL Server (local) (Windows NT)....All data of POS is in Enterprise Manager...database e.g tbl_Greetings, tbl_Items, tbl_Orders, tbl_OrderDetail, tbl_Login, tbl_Expenses, tbl_Employees, tbl_Tips. tbl_Tax (in which I can change tax rate e.g. 8%)etc**fassi** |
 |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2011-11-10 : 18:08:24
|
Probably better to check the documentation that came with the software, or contact the vendor. If you didn't write it, don't assume it's stored in the database, and be wary of changing it outside of the application. You could void your support contract (if any) with the vendor, or cause other problems with the software. |
 |
|
|
|
|