Page 1 of 1

Jiwa 7 - clsBookIn - dll

PostPosted: Mon Feb 12, 2018 11:22 am
by Riyaz
Hi There

We are upgrading one of our clients from Jiwa 6 to Jiwa 7.10 , and we have a stand alone software with jiwa 6 dlls, which needs converted too.

I'm trying to find the JiwaShipment (clsBookIn) dll equivalent on the version 7, but couldnt spot it. Can you pls advise

Re: Jiwa 7 - clsBookIn - dll  Topic is solved

PostPosted: Mon Feb 12, 2018 11:23 am
by Scott.Pearce
JiwaLandedCost.dll

Re: Jiwa 7 - clsBookIn - dll

PostPosted: Wed Feb 21, 2018 3:32 pm
by Riyaz
Thanks Scott for that, got another pickle, can you pls help me with the below

Am using the below function to initiate Sales Order

Private salesOrder As JiwaSales.SalesOrder.SalesOrder

JiwaApplication.Manager.Instance.Logon(JiwaCon.DataSource, JiwaCon.Database, JiwaFinancials.Jiwa.JiwaODBC.database.AuthenticationModes.JiwaAuthentication, Trim(_UserName), Trim(_Password))

salesOrder = JiwaApplication.Manager.Instance.BusinessLogicFactory.CreateBusinessLogic(Of JiwaSales.SalesOrder.SalesOrder)(Nothing)

It logs in fine and then on the Sales Order Initiating line, it throws the below error

"Method not found: 'Void JiwaFinancials.Jiwa.JiwaJobCosting.clsJobInvoice..ctor(JiwaFinancials.Jiwa.JiwaApplication.Manager)'."