PHP • how to get the selected products.....
Hi experts,i am connected my webshop with e-conomic,if the customer purchase the items form webshop,i want to get all the items of the corresponding customer in my e-conomic site..for that i use the...
View ArticlePHP • Day Books mappings and virtuemart-joomla
I am stuck with a custom request, i need to create a DayBook. Can this be done via API? what method should i use from API?1. e-conomic day book type: Manual customerVM -> EConomicinvoice number from...
View ArticlePHP • Error in converting stdclass object to int
Hi experts,when am create a order using order_create()i got this error,Uncaught SoapFault exception: [soap:Client] Economic.Api.Exceptions.ValidationException(E04000): Debtor number string must be a...
View ArticlePHP • Connect to specific database in an administrator agreement?
HiMy PHP API connection source code is working fine when I want to connect to a normal agreement (one account database) doing it the old way like this:Code: try { $client = new...
View ArticlePHP • Cuurrency cannot be NULL
Dear Experts,i am creating a customer , in currency field i got this errorEconomic.Api.Exceptions.ValidationException(E04010): Currency cannot be null. can any one help me out plz..Statistics: Posted...
View Article[CLOSED] Day book setup settings
Hi all, My question is really simple: How to access the settings available when you click Setup in Day Book configuration? In particular, I'm looking for Cash account 1, 2 and 3... daybooksetup.jpg...
View Article[SOLVED] Cash book entry payment amount
Hi All, I am able to create a supplier invoice as a cash book entry in the day book (using CreateCreditorInvoice): cashbookentry.jpg but when i look at the payments it tells a value of 0 as remainder....
View ArticleApp is Superuser, but can't access subscriptions
Hi When trying Subscriber_GetAll using token based auth, I get this error: So the app has the SuperUser role, and the Subscriber module is activated. Using the old mechanism, it works fine. Maybe a bug?
View ArticleToken access and userinfo
Is it at all possible to get username of the user the token belongs to? I can see Company info so I can get his agreement number, but I'd like to know the user in my app as well.
View ArticleGetting products and the default currency
Currently I an getting a list of our products by using the Product_GetDataArray method. From that I can see CostPrice and SalesPrice, but I can not see, what the default currency is, I can not see....
View ArticleBeginner in e-conomic ???
Hi to all, I am new to E-conomic , Can any one suggest me how to start with this,some tutorial related to this e-conomic. quick reply is appreceated. Kind Regards sudheer
View ArticleAnswered: User is not authenticated. (id=1366125519)
You need to allow cookies as described here: http://e-conomic.github.com/eco-api-sdk-ref-docs/ Section: Connecting directly to SOAP (not through SDK)
View ArticleAnswered: Problem in invoice_FindByDateInterval()
Hi, Invoice dates have no time - which means, in practice, their time is 00:00:00. Therefore, if you remove the time part of your date interval, you should be fine. Best regards,
View ArticleAnswered: Electronic invoice
Just an update. There is no direct support for EAN invoicing in the API. There is no time schedule for when and if this will be available.
View ArticleAnswered: Missing function EmployeeGroup_GetNextAvailableNumber()
This works: $nextNumber = max($soap_client-EmployeeGroup_GetAll()-EmployeeGroup_GetAllResult-EmployeeGroupHandle)-Number + 1;
View ArticleAnswered: Subscription
Hi, Subscription_GetSubscriptionLines - https//apie-conomiccom/secure/api1/EconomicWebServiceasmx?op=Subscription_GetSubscriptionLines is your friend... Best regards,
View ArticleAnswered: Invoice_GetData
Hi If you look here: https://api.e-conomic.com/secure/api1/E ... ce_GetData you'll see that there is no such thing as the debtor in the result. You will have to either read what you want from the...
View ArticleAnswered: Check for payment
Hi Don't know if it could be done more efficiently, but I've just loaded the Invoice (https://api.e-conomic.com/secure/api1/E ... ce_GetData) and looked at the Remainder. If that is 0 then it is paid....
View ArticleAnswered: VAT numbers
Hi Traels, The VAT Number is as the documentation states a feature for SE and UK only. For other countries you should use the CINumber property. The CINumber property is the Company Identification...
View ArticleAnswered: Accounting company to book on clients account
You can access your client accounts by ConnectAsAdministrator in the API. From there you should be ably to complete your desired tasks. Regards Frederik
View Article