exact-php-client icon indicating copy to clipboard operation
exact-php-client copied to clipboard

PHP Client library for Exact Online

Results 17 exact-php-client issues
Sort by recently updated
recently updated
newest added

In Exact Online it's possible to connect PSP Mollie. All Payments are automatically imported as BankEntries. Exact automatically assigns Journal 1 to Mollie. When trying to get Entries, Exact Online...

question

We are trying to create purchase invoice with type =8034 Purchase invoice (Credit) through this plugin we got this error. Please help us ASAP

question

I have used below function for authorization: ``` public function authorize() { $connection = new Connection(); $connection->setRedirectUrl(env("EXACT_CALLBACK_URL")); $connection->setExactClientId(env("EXACT_CLIENT_ID")); $connection->setExactClientSecret(env("EXACT_CLIENT_SECRET")); $connection->redirectForAuthorization(); } ``` After getting authorization code below function used to...

question

I have seen some issues about this topic going around tried all possible solution but couldn't find any solution for the problem. I can't see what i am doing/is going...

question

Having issues connecting to Exact API. Using picqer/exact-php-client in laravel an error is thrown by the Exact API. I can not see what is going wrong here. error is received...

Hi there, I see a lot of people are still having token issues. If you did implement the locking described in several pull requests properly there is one culprit left.....

This PR simplifies the `EntityTest` in such a way that it - Reduces the lines of code significantly (-2124 lines of code) - When a new Entity is being added...