My accounting department is pulling a file from a vendor that tells us where
the GL debits should go in our GL (how nice). Problem is that in
Integration manager I can import all of the debits for each pieces of the
batch, but I am not sure how to insert the other side of the GL entry (the
credit). I have a script that is accumulating the debits for each document
AND I know which GL key I need the credits to go to (one per document) I just
do not know how to tell IM to insert that record - had thought about some
Union query but can not get my mind around it.
VB Script with a sql insert?
GP9 - SQL 2005 here
one straight excel file is the input - one batch per month, one document per
credit card user... so the file is pretty much
Person, Account piece 1, Account Piece 2, Amount, Description
so this is one side of each document - the other would go against cash (or
another hard coded account - since I will be doing this same process for
other input files).
So Ideally I would put out the two records for John, then the entry for Cash
to offset the two records for John--- then Kay's 25 records and the one
record against cash...
Make sense?
Suggestions (and no - I do not want to hand enter the offsets either in GP or Excel)?
the GL debits should go in our GL (how nice). Problem is that in
Integration manager I can import all of the debits for each pieces of the
batch, but I am not sure how to insert the other side of the GL entry (the
credit). I have a script that is accumulating the debits for each document
AND I know which GL key I need the credits to go to (one per document) I just
do not know how to tell IM to insert that record - had thought about some
Union query but can not get my mind around it.
VB Script with a sql insert?
GP9 - SQL 2005 here
one straight excel file is the input - one batch per month, one document per
credit card user... so the file is pretty much
Person, Account piece 1, Account Piece 2, Amount, Description
so this is one side of each document - the other would go against cash (or
another hard coded account - since I will be doing this same process for
other input files).
So Ideally I would put out the two records for John, then the entry for Cash
to offset the two records for John--- then Kay's 25 records and the one
record against cash...
Make sense?
Suggestions (and no - I do not want to hand enter the offsets either in GP or Excel)?