.NET • Retrieving invoices not booked yet
I am trying to retrieve all supplier invoices which have not been booked yet. I am using the logic:ICurrentSupplierInvoice[] invoices = _session.CurrentSupplierInvoice.GetAll();I cannot figure out why...
View ArticlePHP • VAT numbers
HiAm looking at something in the API doc that I don't understand. Looking here https://api.e-conomic.com/secure/api1/E ... tVatNumber it says that this feature is for SE/UK only???What is the correct...
View Article.NET • Retrieving invoices not booked yet
I am trying to retrieve all supplier invoices which have not been booked yet. I am using the logic:ICurrentSupplierInvoice[] invoices = _session.CurrentSupplierInvoice.GetAll();I cannot figure out why...
View Article.NET • Getting supplier invoices - unbooked
I need to get all supplier invoices which have not been booked yet. It is my understanding that I can use the method GetAll available in the interface called ICurrentSupplierInvoice (like I am doing...
View Article.NET • Retrieving unpaid supplier invoices
I am trying to get all unpaid supplier invoices via the method GetAll by use of interface 'CurrentSupplierInvoice'. Below you see the statement that I am using,ICurrentSupplierInvoice[] invoices =...
View Article.NET • Accounting company to book on clients account
Would it be possible for me as an accounting company to, via the API, build an application that would allow me to book posts on my clients account? I was thinking for something like expenses. Or can I...
View Article.NET • A product must be set before the quantity on an order line
Hi I am getting the below error:{"A product must be set before the quantity on an order line. (id=1440878712)"}It is based on the following code.Code: foreach (ic1801_order_detail od in orderLines)...
View ArticlePHP • How to call public e-conomic webservices in opencart
Hi to all,I want to call e-conomic web services in opencart /opt/lampp/upload/catalog/controller/checkout/success.phpBy using Soap .But i am trying to use this i got different types of errors,those are...
View Article.NET • ICurrentInvoiceLineData WITHOUT ref to ICurrentInvoice
Hello,I am using the .NET API with C# with great success.Although, the performance is really bad, so I decided to cut the number of calls to the server.I am trying to create an invoice.Normally it's...
View Article.NET • NopCommerce to Economic : ProductVariants
Hello.If some of you are using NopCommerce with E-Conomic, it might become useful to parse some data to E-Conomic.Here are some examples for you.// Upload all products protected void...
View Article.NET • NopCommerce to Economic : Customers
If you are using NopCommerce it might be useful for you to "upload" all customers from Nopcommerce to E-Conomic.Here is some sample code for that job.Observe: I've manually added the default...
View Article.NET • NopCommerce to Economic : Order to Cashbook (Invoice)
So, my third post about sending data from NopCommerce to E-Conomic.This time I want to mention I'm using NopCommerce v1.90 // Makes cashbook entries for given order numbers private void...
View ArticleIntegration • Integration - data out of e-conomic through HubBroker APP
Hi I can see many (still) are asking how to export data out of e-conomic. I'll just encourage you to have a look on HubBroker EDI APP for e-conomic. The APP makes it possible to export invoices from...
View Article.NET • Read/Get All Bank Accounts
In the Menu Bookkeeping -> Payments you can maintain your Bank Accounts. I would like to be able to read these via the API but I can't find any method for this purpose ... please let me know if this...
View ArticlePHP • ProductGroup_Create() method not working ....
Hi ,i am trying to create a product group in e-conomic through my website(shop),it showing some kind of exceptions shown bellow Economic.Api.Exceptions.SchemaException(E00500): The element...
View ArticlePHP • vqmod usage not working when click on a button ...
Dear friends,i am trying to change my oc files through xml patch files.For that i am using vqmod,i am confused with vqmod codeing ,can any one help me ,if i click confirmation button my vqmod file...
View ArticleSOAP • Change 'Your reference' to nothing by Order_SetYourReference
HelloI need to change an orders 'your reference' to nothing via XML/SOAP and i have triedOrder_SetYourReference in these two ways:Order_SetYourReference(array('orderHandle' => array('Id' => 200),...
View Article.NET • CashBookEntry.CreateFromDataArray
Hi,I try to create multiple entries in a cashbook in one step, but it still creates roundstrips foreach entry.I cache all data locally as recommended.I create the work arrayvar cashBookEntriesData =...
View ArticlePHP • What is order Line() and vat parameter in order_create
hi experts,Q1)How to get the product details and order related information for particular customer which is purchased goods in website and connnected to e-conomic.???Q2)what is orderLine(),createorder...
View ArticlePHP • Product_CreateFromDataArray error, wrong syntax?
Hello.I'm haveing problem creating products with Product_CreateFromDataArray.I use the follwing code:Code: function EC_ProductCreate($client,$createArray) { $productGroupHandle =...
View Article