Date in Sales Vouchers XML Creation does not work.

Discussion in 'Tally Integration' started by Bhushan Cellica, Dec 2, 2021.

    

  1. Hello All,

    I am trying to create Sales Invoice Voucher in Tally ERP 9 using XML Http request from C# application.
    Everything is working properly on my developer machine.
    But when we deploy it on client machine, voucher created in tally properly but with different date.
    I want to create voucher for "02 Dec 2021" date, so we set "02/12/2021" value in Date XML tag.

    But that voucher is created for "12 Feb 2021" date.

    Please guide me, how to use dates properly.

    Thanks in advance !!
     


  2. Sai Vineeth

    Sai Vineeth Active Member


    use this format while sending request yyyymmdd 20211202
     


Share This Page