Welcome, Guest. Please Login.
06/07/25 at 22:07:47
News:
Home Help Search Login


Pages: 1
Send Topic Print
Sales Tax Missing (Read 1158 times)
Frost
Browser
*




Posts: 2
Gender: male
Sales Tax Missing
09/06/12 at 10:50:02
 
We recently had a problem with BKISTAX.  The file duplicated it self several times over.  We deleted the duplicated files and re-indexed BKISTAX file.  Now we have discovered that our sales tax information is missing in AR-K prior to mid August.  Does any body know how to retrieve the missing sales tax data?
 
The sales tax does show up in the GL-A, and the detail trial balance.
 
We are at our fiscal year end and cannot proceed until we solve this problem.
 
Thank you for any help or suggestions.
Back to top
 
 
  IP Logged
Kelloggs
Active Member
*****


Do crazy people know
they are crazy?

Posts: 784
Gender: male
Re: Sales Tax Missing
Reply #1 - 09/06/12 at 12:19:20
 
If restore from backup option is no aviable,
the information on BISTAX is on the BKARHINV table.
 
So the data on bistax can be populate, update or inserted from the bkarhinv table.
 
select * from BKISTAX where bkis_tax_invno = 123456789
 
select * from "BKARHINV" where bkar_inv_num = 123456789
 
 
Tongue
 
Kelloggs
 
PD: the table duplicate itself??? how big is the table?? because if it reaches the limit pervasive will create BKISTAX.000, BKISTAX.001
Back to top
 
 

Evo ERP - 35 Users
Dumped MS Access like a hot potato (VB.Net rules!!!)
Email WWW   IP Logged
Kelloggs
Active Member
*****


Do crazy people know
they are crazy?

Posts: 784
Gender: male
Re: Sales Tax Missing
Reply #2 - 09/06/12 at 12:46:24
 
This script matches the columns on the BISTAX
so it can be use to get the data missing....
 
INSERT INTO BISTAX
SELECT
BKAR_INV_ISTXKY,
BKAR_INV_INVDTE,
BKAR_INV_SUBTOT,
BKAR_INV_TAXAMT,
BKAR_INV_CUSCOD,
BKAR_INV_NUM,
BKAR_INV_ISCUR
FROM BKARHINV WHERE BKAR_INV_INVDTE > '2012-08-14'
 
If you are not confortable with SQL DON'T DO IT talk to ISTECH
 
 embarrassed
 
Kelloggs
Back to top
 
 

Evo ERP - 35 Users
Dumped MS Access like a hot potato (VB.Net rules!!!)
Email WWW   IP Logged
Frost
Browser
*




Posts: 2
Gender: male
Re: Sales Tax Missing
Reply #3 - 09/06/12 at 15:05:31
 
Thanks for the info Kelloggs,
 
I'm not up on the SQL  undecided
 
I have emailed and called for help for the last three days and we have not received a response back.
 
I was hoping there was a DBA program we could run in UT-A that would replace the missing tax or is there a way to us UT-K-B?
 
Luckily we only need the tax info from August 1st. to the 19th.  We can get that info from Inv. listing in SO-H and just make manual entries and move on.  We just wont have a complete sales tax report in AR-K or AR-L for August.
 
Thanks again for your help.
Back to top
 
 
  IP Logged
Kelloggs
Active Member
*****


Do crazy people know
they are crazy?

Posts: 784
Gender: male
Re: Sales Tax Missing
Reply #4 - 09/06/12 at 16:24:43
 
There is a few programs that can be access from the UT-A
but no idea what they do:
 
TAXFIX.RUN
TAXCVT.RUN
TAXINT.RUN
TAXUSA.RUN
 
One of them could be what you are looking for (wait for ISTECH)
 
 Tongue
 
Kelloggs
Back to top
 
 

Evo ERP - 35 Users
Dumped MS Access like a hot potato (VB.Net rules!!!)
Email WWW   IP Logged
Pages: 1
Send Topic Print