Answered: Booking integration
Hi Rene, Basically, you need to clarify to what extend you will use e-conomic. Do you plan to use or sales module on top of accounting, ie. create invoices, invoice lines and so on. Or i it "just" to...
View ArticleAnswered: Inventory withdrawal on productgroup
Hi Bo, As we talked about on the support, we will expose this field (whether a product group has inventory withdrawal). /Morten
View ArticleAnswered: CurrentInvoice_Book returns content type HTML instead of XML
Hi Daniel, Do you still have the problem? What url are you using to communicate with our API? /Morten
View ArticleAnswered: Problem updating debtor from data
Hi Morten, Please check the following: 1) The debtor you are trying to update actually exist (id=157) 2) The debtor group you are trying to assign actually exist (id=2) 3) The term of payment you are...
View ArticleAnswered: No TelephoneAndFaxNumber or just a Telephone entry for Creditor?
Hi, You are right. Unfortunately, the phone number has not been exposed. /Morten
View ArticleAnswered: How can i get orderlinehandle ?
Hi Chris, First you could locate the order by using: https://www.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Order_FindByNumber With that you can get the lines with:...
View ArticleAnswered: CurrentInvoice_CreateFromData: SOAP-ERROR: Encoding: object hasn't...
In case, you hit our API server with an error, it will always return an error id. If not, you are probably not even getting by the PHP SOAP client. In case of the former please send the error id to...
View ArticleGetting undelivered order lines
I'm wondering if there's a sensible way of identifying the order lines to be delivered (via the stock module) - or at least the order amount that's not been invoiced. Order_GetAllCurrent surely returns...
View ArticleAnswered: How do i create a "indbetaling" through the api?
Hi Jakob, Here's a code example in c# of how to create an invoice and pay it. public static void CreateInvoiceAndPayIt() { using (var session = new EconomicWebServiceSoapClient())...
View ArticleReminders on invoice
I have this function that fetches ALL invoice by e-connomic, but eventually it goes too slow. Is there anyone who can help me to do a search on invoice where reminders = 0, to make the search...
View ArticleCreating new order is _VERY_ slow
Hi guys I might (very plausible) be going about this the wrong way - when creating a new quote I add individual quotation_lines one by one - this makes the proces very slow... A quotation with perhaps...
View ArticleFERMA_API Table References Diagram
Hi all, I have created a diagram that shows how the API Tables reference each other.This is an “unofficial” diagram.I would say its 95%+ accurate, so there maybe a couple of errors.Tables and Fields...
View ArticleUnprocessed documents SOAP call
Hi guys. Just a quick question. Is it possible to get the number of unprocessed documents through the API with SOAP? If not, is it possible with REST? If so, what call should I use? Thank you very much...
View ArticleAnswered: The product name does not show under the current invoice line?
Hi Jonash, The current invoice line does not have a "Product name" field - but it does have a Description field. The UI automatically SUGGESTS the product name for that - but you are free to override...
View ArticleSOAP error when getting invoice data
I have .NET application based on e-conomic API, version of dlls is 1.4.16. The code is like below: Dim allInvoices() As IInvoice = session.Invoice.FindByDate(dateInput, Date.MaxValue) Dim...
View ArticleAnswered: Error while creating order
I found answer my self I need to create DebtorContact and assign its id to Attention Handle while creating Order.
View ArticleAnswered: How do you get result from e-conomic web service
You need to set your session Id in your request header to the response from the login. I have no idea how to do that in VBA but maybe you can do it through the soap header?...
View ArticleAnswered: Ordeline.GetByProduct(IProduct) throwns Internal Error
Just found that .Equals() does allow interface object comparison without requesting value from API Still need to get all the data - but this helps a lot!
View ArticleAnswered: CashBook_RegisterPdfVoucher
Hi I know this post is very old - but i was having the same issue recently. It turns out, that PHP SoapClient internally handle base64 encoding and decoding. Example in PHP for registering PDF...
View Article