.NET • Identifying CurrentInvoice
When creating new CurrentInvoices, in e-conomic I can see it has a number. But the number is not exposed through the api. I need to store representations of these CurrentInvoices in my DB. Is there any...
View Article.NET • Identifying CurrentInvoice
Hello e-conomicHow to uniquely identify a CurrentInvoice, because when creating one, the Number property is not exposed. I need such a reference to CurrentInvoices in my implementation. Plz help!Best...
View Article.NET • Retrieving KPI Code for an account
How do I get the KPI (Nøgletalskode) code for an account?Statistics: Posted by tgj — Thu Nov 22, 2012 5:35 pm — Replies 1 — Views 102
View Article.NET • Create CurrentInvoiceLineData Array
HiI have this function, that creates a new invoice and invoicelines from at database.This is done with just one roundtrip for the invoice, and one roundtrip for each line.How can i generate the...
View ArticleIntegration • Officegnu Release Candidate 1 is out
Officegnu now features it's own User Management system for Officegnu/Timegnu to protect the underlying super-user e-conomic access token. This User Management System is hosted on Azure for robust 24/7...
View Article.NET • Creditor Invoice - Multiple Accounts
I am creating a creditor invoice using CashBookEntry_CreateCreditorInvoice(cashBook, creditor, null)Which api call should I use to create and book one creditor invoice to several cost...
View Article.NET • Get all costs
In what way, do i get all costs - the best and fastest way With all costs, i mean the sum of all debit accounts.I have tried a lot of things, but its very slow.Statistics: Posted by pajzo — Tue Dec 04,...
View ArticleMiscellaneous • Can I expect to see the discounts as an amount?
Hi,I am integrating a webshop system, and in the webshop we have discounts as amounts and percentages. This means a product costing 2400 might have a discount of 400, and converted to percentage this...
View ArticleSOAP • Invoice_GetPdf(InvHandle) results in NetDispatcherFaultExcep
Dear e-conomicI am using e-conomic SOAP API (and C#) to handle invoices in my application. The reason why I am using SOAP API for this part is that CurrentInvoice id is exposed through SOAP API and not...
View ArticleMiscellaneous • API-adgang med Internal Pro-licens
En af vores kunder er revisor med en række kunder, som er registrerede som "internal pro"-kunder:http://www.e-conomic.dk/regnskabsprogra ... l-licenserHan prøver at connecte sig til vores app med sin...
View ArticleMiscellaneous • Change language of debtor
Hi there.Am i blind, or is it not possible to change the language of a debtor in e-conomic.If there is, could you please tell me the function name to look for.I have the stock module activated, so i...
View ArticleIntegration • OpenCart integration
Does anyone have a module for integrating OpenCart with E-conomic?Statistics: Posted by remiandre — Fri Dec 14, 2012 3:41 pm — Replies 0 — Views 3
View ArticlePHP • Product variants from Stock Management module
I have seen some topics is this forum about variants (and categories) not being available through the API.Is it still true that the economic API will not include variants in the future?For us using the...
View Article.NET • Loading assembly Economic.Api.dll
Hi,What build settings should one use to load the assembly?I'm trying to access the EconomicWebService type from namespace Economic.Api.Client.WebService, but the application throws and exception...
View ArticleJAVA • "Barred"customer problem
Hi,is there any way to find out if the customer is "barred" using API?Best regards,VitaliStatistics: Posted by Vitali1206 — Fri Dec 21, 2012 12:39 pm — Replies 1 — Views 4
View ArticlePHP • Token authentication: cannot connect without token
HiI'm trying to test the new token authentication mechanism via PHP/SOAP.We're doing something like this:Code: $tokenResponse = $this->economicAPI->ConnectWithToken(array("token"=>"token...
View ArticleMiscellaneous • Token authentication?
Where can I find documentation on token authentication, if any exists?I can see the command ConnectWithToken in the API-docs, but where/how do I get the token?Best regards,MichaelStatistics: Posted by...
View ArticlePHP • Joomla Virtuemart - economic.no sync
Hi,I would like to integrate e-conomic with virtuemart web shop. Is there limitations that can defeat the purpose of building such a component?Customers, orders, products should be sync. with...
View ArticlePHP • Create Contact with DebtorContact_CreateFromData
Hi,I have a problem, that is difficult for me - when I want to create a new Contact;Code: // CREATE A NEW CONTACT - ARRAY $client->DebtorContact_CreateFromData(array(...
View Article.NET • Getting quotations twice
HiI'm trying to create a complete overview of a customer with orders, quotations and invoices.Getting orders worked fine with debtor.GetOrders() but debtor.GetQuotations() returns the list twice.The...
View Article