Answered: ProductPrice_GetAll() is not there. Is there any way to get all...
The short question is no, and I don't think it helps to post duplicate questions (http://apiforum.e-conomic.com/17205/is-there-way-to-get-all-productpricehandle-from-single-call) Unless e-conomic has...
View ArticleAnswered: Is there a way to get all ProductPriceHandle from a single call?
You can se my answer in you other question: http://apiforum.e-conomic.com/17208/productprice_getall-there-there-productpricehandle-single
View ArticleJava: Cannot login as ordinary user
Hello, I am a bit confused about users/administrators/superusers on e-conomic. I have created a user account on my developer account, and I'm trying to login as the ordinary user. However I keep...
View ArticleGet information about matched entries
Hello We need the possibility to read out information about all matched entries through the API. Currently, the only related feature I know about is to get the "Remainder" on an invoice. There is no...
View ArticleAccount country
How can i know the country that an account is based on? I know different countries have different setups, for example Spain. I need to know the country to know what type of account to load. Spain does...
View ArticleAnswered: Get total for account, for period
Hi, AccountUtil.GetEntryTotalsByDate should be helpful here:http://e-conomic.github.io/eco-api-sdk-ref-docs/Documentation/M_Economic_Api_IAccountUtil_GetEntryTotalsByDate.html You supply an array of...
View Articlesplit cashbook entry
Hi, Im developing a module for magento that will allow to autotransfer invoices from magento to economic's cashbook. Is there a method allowing to achieve as by clicking contraaccount split in GUI ?...
View ArticleAnswered: Best way to handle more VAT Zones per customer.
This is something economic is very poor with. I handle that by changing vat account on products group before invoicing. so i have products group 1 each time invoice is to be issued, i set vat code for...
View ArticleAnswered: Vat code in orderline
Hi. It's now possible to set vat on an order: https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Order_SetVatZone
View ArticleAnswered: The right vatzone on orders
Hi Bo, The method is now added. https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Order_SetVatZone
View ArticleAPI request limit
Is there a API request limit for regular customers ... not the 100.000 pr. day dev-/partner solutions - but for regular customers?
View ArticlesupplierInvoice fails with VAT
Hi. When I move supplierinvoices and its lines to E-conomic via API, it sometimes appears without VAT in E-conomic. I can't see how to figure out where to set if VAT should be included or not. All...
View ArticleCashbook debtor payment questions
Ive been looking through the forum regarding an api generated cashbook entry with debtorpayments. But I still have a question. How do we use the default contraaccount for debtorpayments (as set in...
View ArticleFetching Accounting Period Updates
Hello, I'm wondering which call I should use, to get a list of the accounting period where the underlying data has changed ? Regards Nicolai Schnack
View ArticleAnswered: Invoice with multiple VAT rates
It can be fixed by search the catalogue to see if it exists in e-conomic -> Then update it with new text or whatever to fit the current invoiceline and sent the product data back. If not exists...
View ArticleWordpress and WooCommerce
Hi. I am a new user of webshops, created by Wordpress - WooCommerce, and I was wondering if it is possible to connect it to Economic. I can insert an API, but I am unsure of what precisely it does. In...
View ArticleProduct name is not saved
When an invoice line is created by using the data methods the product number is saved, but the invoice lines have no product name. Example: ICurrentInvoiceLineData CurrentInvoiceLineData =...
View ArticleJava library
Hi, I have looked at the example on github, that uses various imports like:com.e_conomic.OrderHandle But where can I find the java libraries? or perhaps Android? Regards, Lars
View ArticleAnswered: How can I create an invoice default exchangerate for the the day?
- Ensure the Debtor has the correct Currency - Create the CurrentInvoice via just Create - this will fill out all properties as in the UI - including the exchange rate - Retrieve the CurrentInvoice via...
View ArticleQuestion regarding fetching invoices through the API
My question here is twofold, so I'll try to keep it simple and to the point. It might be worth mentioning I am connecting through the Ruby gem rconomic ( https://github.com/lokalebasen/rconomic ), and...
View Article