You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying to add a "Boeking | Verkoopboek".
I tried adding a SalesEntry but I'm stuck with the error: "Ongeldige referentie: Journals"
Is SalesEntry the correct model? And so, how can I fix the error above?
This is our current situation with the given error. Notice that I retrieve the journal id specifically to prevent any mismatch.
I don't use SalesEntry myself, we only use SalesInvoices for sales. Looking at the Exact API reference, I think you shouldn't supply the $journal->ID but you should use the $journal->Code. Yes, Exact works that way :)
Thanks, using SalesInvoices would also work for us indeed. We just need to set it to processed directly. That would work using PrintedSalesInvoices, which isn't implemented, right?
Would you accept a PR to add the model?
Hi,
We're trying to add a "Boeking | Verkoopboek".
I tried adding a SalesEntry but I'm stuck with the error: "Ongeldige referentie: Journals"
Is
SalesEntry
the correct model? And so, how can I fix the error above?This is our current situation with the given error. Notice that I retrieve the journal id specifically to prevent any mismatch.
Cheers
The text was updated successfully, but these errors were encountered: