Results 1 to 15 of 69

Thread: Exact online Oauth met Indy tidhttp

Threaded View

  1. #26
    Member
    Join Date
    May 2001
    Location
    Hoofddorp
    Posts
    40
    Ik ben eruit. Exact gaat ervan uit dat een boeking in evenwicht moet zijn (zoals het hoort en je al eerder gemeld had). Ik had gewoon een mutatieregel ingevoerd, waarbij rekening 110 debet werd opgeboekt, maar er geen tegenboeking was. De term "ontbrekende regels" betekent dus dat de boeking niet in evenwicht is. En inderdaad, de Exact online interface geeft iets meer informatie. Maar goed, ik kan dus boeken via een API in Exact. pfffff....
    Ter lering ende vermaeck: hier is een werkend XML voorbeeld voor de geïnteresseerde kijkertjes:

    <?xml version="1.0" encoding="utf-8"?>
    <eExact xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="eExact-XML.xsd">
    <GLTransactions>
    <GLTransaction>
    <FinYear number="2015"></FinYear>
    <FinPeriod number="1"></FinPeriod>
    <Date>2015-01-01</Date>
    <Description>E2Atest</Description>
    <GLTransactionLine>
    <FinYear number="2015"></FinYear>
    <FinPeriod number="1"></FinPeriod>
    <Date>2015-01-01</Date>
    <GLAccount code="0200"></GLAccount>
    <Description>Aanschaf</Description>
    <Amount>
    <Value>110</Value>
    </Amount>
    </GLTransactionLine>

    <GLTransactionLine>
    <FinYear number="2015"></FinYear>
    <FinPeriod number="1"></FinPeriod>
    <Date>2015-01-01</Date>
    <GLAccount code="0200"></GLAccount>
    <Description>Verkoop</Description>
    <Amount>
    <Value>-110</Value>
    </Amount>
    </GLTransactionLine>
    </GLTransaction>
    </GLTransactions>
    </eExact>
    Last edited by jthesing; 13-Jul-15 at 00:17.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •