|
Posted by Kwang on November 10, 2005, 9:45 am
Please log in for more thread options Were you be able to PostReceipt as well?
I used PostReceipt function but it does not create valid journal (i.e.
cannot view it from journal viewer)
"Simon" wrote:
> Ignore my last post. It turns out that the item I was trying to add to the
> transaction had run out of stock. That does raise a question though...how can
> I check what warning has been raised when the transaction fails to post?
>
> "Simon" wrote:
>
> > Think I solved one part of the problem. The code sample in the link did not
> > show that you need to login using a cashier account number and password.
> >
> > mySession.Login(cashierid, password)
> >
> > My new problem is that for some reason my development PC which is in
> > evaluation mode does not post transactions using Transaction.Post whereas if
> > I test on a live server it works fine. Does anybody know of limitations
> > (other than the obvious 5 item limit) to using QSRules in eval mode?
> >
> >
> > "GPL Integrated IT" wrote:
> >
> > > We have written a few of these...our biggest problem was determining what
> > > characters are considered illegal characters in QSRules. Watch for illegal
> > > characters and filter them out or convert them, then try again.
> > >
> > > "Simon" wrote:
> > >
> > > > I'm writing a .NET webservice to post transactions to a RMS database
using
> > > > QSRules. This thread on the forum gave me a great start but for some
reason
> > > > the call to Transaction.Post isn't generating a transaction:
> > > >
> > > >
http://www.microsoft.com/Businesssolutions/Community/NewsGroups/dgbrowser/en-us/default.mspx?dg=microsoft.public.pos&tid=f93ecdb7-0218-4b57-a891-f75b8f074aab&cat=&lang=en&cr=US&sloc=en-us&m=1&p=1
> > > >
> > > > Any ideas what could be wrong?
|