German CU Sales VAT Adv. Notif.-Transmit

ara3nara3n Member Posts: 9,256
Hello
I'm compiling a german db and the following Codeunit Sales VAT Adv. Notif.-Transmit as an automation ElsterTransferHandlerNavision

This is the code where it is used.
IF ISCLEAR(ElsterTransferHandlerNavision) THEN
  CREATE(ElsterTransferHandlerNavision);
XMLRespDoc := ElsterTransferHandlerNavision.SendXmlDocument(XMLSubDoc);

Could Somebody tell me what dll file is in the installation cd? thanks
Ahmed Rashed Amini
Independent Consultant/Developer


blog: https://dynamicsuser.net/nav/b/ara3n

Comments

  • Timo_LässerTimo_Lässer Member Posts: 481
    Timo Lässer
    Microsoft Dynamics NAV Developer since 1997
    MSDynamics.de - German Microsoft Dynamics Community - member of [clip]
  • ara3nara3n Member Posts: 9,256
    thank you. One more question. German db has cost accounting localization (addon). This is an addon but not part of German db. Does that mean you don't need it?
    What are the German government rules on this?
    Also Could use use a WW1 db in a german company?
    The company is a distribution company. I'm merging intra-stat object from German DB, but was wondering what else is required.

    Thanks.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • KowaKowa Member Posts: 923
    Cost accounting is not compulsory in Germany. Usually only large and/or manufacturing companies have enough time, money and personnel to set up, maintain and evaluate the cost accounting addon.

    A W1 DB has no accreditation in Germany. This will lead to problems in an audit even if you get it to work.

    The tax office can insist on the GdPdU (Grundsätze zum Datenzugriff und zur Prüfbarkeit digitaler Unterlagen = Data Access and Digital Signature Authentication Law ) functionality, these objects are included in the german version.

    The ELSTER (ELektronische STeuerERklärung = electronic tax return) objects for electronic tax transmission are also included in the german db, ( your ElsterTransferHandler) but most companies prefer to enter their tax declarations manually via internet.

    There are lots of objects with DACH in the version list, these are used in Germany (D) , Austria (A) and Switzerland (CH) , but the german (DE) and austrian (AT) Intrastat reports are different , check the name to get the right ones.

    Most important when setting it up :
    In Germany, "Adjust for Payment Discount" in the GL Setup must always be checked, "Pmt. Disc. Excl. VAT" always unchecked.
    Kai Kowalewski
  • tushaar99tushaar99 Member Posts: 35
    Hi,

    Do we have a similar thing in AX for Elster?
    Regards,
    Tushaar
Sign In or Register to comment.