FishEye: Tag 34611 refers to a dead (removed) revision in file `vhUnitTest/AX/Uitgaand/BKH/VerkoopFactuur/impl/AifConverter/TestFactuurKortingContant.cls.xml'.
FishEye: No comparison available. Pass `N' to diff?
Index: vhUnitTest/AX/Uitgaand/VKP/VerkoopFactuur/impl/AifConverter/Test.cls.xml
===================================================================
diff -u
--- vhUnitTest/AX/Uitgaand/VKP/VerkoopFactuur/impl/AifConverter/Test.cls.xml (revision 0)
+++ vhUnitTest/AX/Uitgaand/VKP/VerkoopFactuur/impl/AifConverter/Test.cls.xml (revision 34611)
@@ -0,0 +1,142 @@
+
+
+
+vhUnitTest.TestCase
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JournalTable:AXaif.LedgerGeneralJournal.AxdEntityLedgerJournalTable
+1
+
+
+
+
+Transactie:AXaif.LedgerGeneralJournal.AxdEntityLedgerJournalTrans
+1
+
+
+
+
+Transactie:AXaif.LedgerGeneralJournal.AxdEntityLedgerJournalTrans
+1
+
+
+
+
+
+
Index: AX/Uitgaand/VKP/VerkoopFactuur/impl/AifConverter.cls.xml
===================================================================
diff -u
--- AX/Uitgaand/VKP/VerkoopFactuur/impl/AifConverter.cls.xml (revision 0)
+++ AX/Uitgaand/VKP/VerkoopFactuur/impl/AifConverter.cls.xml (revision 34611)
@@ -0,0 +1,145 @@
+
+
+
+TECH.RegisteredObject
+
+
+AX.common.impl.FirmaBepaler
+1
+
+
+
+DOM.VKP.VerkoopAPI
+1
+
+
+
+AX.common.impl.Formatter
+1
+
+
+
+FirmaBepaler:AX.common.impl.FirmaBepaler,VerkoopAPI:DOM.VKP.VerkoopAPI
+1
+1
+%Status
+1
+
+
+
+
+Factuur:DOM.BKH.VerkoopFactuur
+AXaif.LedgerGeneralJournal.AxdLedgerGeneralJournal
+
+
+
+
+Factuur:DOM.BKH.VerkoopFactuur
+AXaif.LedgerGeneralJournal.AxdEntityLedgerJournalTable
+
+
+
+
+Factuur:DOM.BKH.VerkoopFactuur,Boeking:DOM.BKH.FactuurBoeking,BoekingIndex:%Integer
+1
+AXaif.LedgerGeneralJournal.AxdEntityLedgerJournalTrans
+
+
+
+
+Factuur:DOM.BKH.VerkoopFactuur
+1
+AXaif.LedgerGeneralJournal.AxdEntityLedgerJournalTrans
+
+
+
+
+Factuur:DOM.BKH.VerkoopFactuur,ItemIndex:%Integer
+1
+AXaif.LedgerGeneralJournal.AxdEntityLedgerJournalTrans
+0) Transaction.CashDiscCode = ..GetCashDiscCode(Factuur)
+
+ set Transaction.LineNum = ..Formatter.FormatNumber(ItemIndex,10)
+
+ set Transaction.TransDate = ..Formatter.FormatDate(Factuur.GeefDatum())
+ set Transaction.Due = ..Formatter.FormatDate(Factuur.GeefVervaldatum())
+
+ set Transaction.Txt = Factuur.GeefKlantNaam()
+
+ set Transaction.DocumentNum = "F"_$extract(Factuur.GeefID(),1,3)_"."_$extract(Factuur.GeefID(),4,6)
+ set Transaction.Voucher = "F"_Factuur.GeefID()
+
+
+ quit Transaction
+]]>
+
+
+
+Factuur:DOM.BKH.VerkoopFactuur
+1
+%String
+
+
+
+
+
+
Index: AX/Uitgaand/VKP/VerkoopFactuur/impl/AifGenerator.cls.xml
===================================================================
diff -u -r34009 -r34611
--- AX/Uitgaand/VKP/VerkoopFactuur/impl/AifGenerator.cls.xml (.../BKH/VerkoopFactuur/impl/AifGenerator.cls.xml) (revision 34009)
+++ AX/Uitgaand/VKP/VerkoopFactuur/impl/AifGenerator.cls.xml (.../VKP/VerkoopFactuur/impl/AifGenerator.cls.xml) (revision 34611)
@@ -1,6 +1,6 @@
-
+
TECH.RegisteredObject
@@ -13,7 +13,7 @@
-AX.Uitgaand.BKH.VerkoopFactuur.impl.AifConverter
+AX.Uitgaand.VKP.VerkoopFactuur.impl.AifConverter
1
@@ -25,7 +25,7 @@
Index: vhUnitTest/AX/Uitgaand/VKP/VerkoopFactuur/impl/AifConverter/TestFactuurKortingContant.cls.xml
===================================================================
diff -u -r34009 -r34611
--- vhUnitTest/AX/Uitgaand/VKP/VerkoopFactuur/impl/AifConverter/TestFactuurKortingContant.cls.xml (.../BKH/VerkoopFactuur/impl/AifConverter/TestFactuurKortingContant.cls.xml) (revision 34009)
+++ vhUnitTest/AX/Uitgaand/VKP/VerkoopFactuur/impl/AifConverter/TestFactuurKortingContant.cls.xml (.../VKP/VerkoopFactuur/impl/AifConverter/TestFactuurKortingContant.cls.xml) (revision 34611)
@@ -1,6 +1,6 @@
-
+
vhUnitTest.TestCase
@@ -22,7 +22,7 @@
do KlantStub.IndienMethodCall("GeefKortingContantTermijn").DanReturn("8D")
do VerkoopApiStub.IndienMethodCall("GeefKlant","K||1234").DanReturn(KlantStub)
- set Converter = ##class(AX.Uitgaand.BKH.VerkoopFactuur.impl.AifConverter).%New(,VerkoopApiStub)
+ set Converter = ##class(AX.Uitgaand.VKP.VerkoopFactuur.impl.AifConverter).%New(,VerkoopApiStub)
#dim GeneralJournal As AXaif.LedgerGeneralJournal.AxdLedgerGeneralJournal = Converter.Convert(VerkoopFactuur)
#dim JournalTable As AXaif.LedgerGeneralJournal.AxdEntityLedgerJournalTable = GeneralJournal.LedgerJournalTable.GetAt(1)
FishEye: Tag 34611 refers to a dead (removed) revision in file `vhUnitTest/AX/Uitgaand/BKH/VerkoopFactuur/impl/AifConverter/Test.cls.xml'.
FishEye: No comparison available. Pass `N' to diff?
FishEye: Tag 34611 refers to a dead (removed) revision in file `AX/Uitgaand/BKH/VerkoopFactuur/impl/AifGenerator.cls.xml'.
FishEye: No comparison available. Pass `N' to diff?
FishEye: Tag 34611 refers to a dead (removed) revision in file `AX/Uitgaand/BKH/VerkoopFactuur/impl/AifConverter.cls.xml'.
FishEye: No comparison available. Pass `N' to diff?