Questions tagged [tally]

Questions related to Tally Accounting Software. Including ODBC, Tally Development Language (TDL)

Tally is a popular accounting software in India.

Created by Tally Solutions, it is marketed as an ERP software, for things like Inventory management, Payroll, etc.

Site: https://tallysolutions.com/

161 questions
1
vote
1 answer

Date Range not applied to Day book / Voucher Register Report Export in Tally ERP 9 Integration using XML

I am trying to export "Day Book" from Tally for particular period using following XML, but I am getting only data for "Current Date of Tally" not as per given period.
Export Data
BMak
  • 13
  • 3
1
vote
1 answer

Alternate Units Import Excel to Tally

How to import Purchase Invoices in Tally ERP having stockitems with alternate units from Excel (XLS file) or XML file? Invoice 1 : Item: U-Pins; Qty : 10000 Pcs Invoice 2 : Item : U-Pins; Qty : 200 Cases (100 pcs in each case) Herein, UOM (UNIT of…
1
vote
1 answer

Insert XML to tally erp9

I have a code to insert xml data to tally,while uploading it shows uploaded susess,bt in my tally the voucher not updated,is it require to open compani on tally while uploading ? I tried,but not getting updated, I am putting my main code heare in…
mvsinan
  • 51
  • 1
  • 6
1
vote
1 answer

To Open Tally ERP 9

I am using Tally ERP 9 in which i am pushing data into tally programatically using C#. Now my concern is how to open tally with credentials using C# or any other source. So help me with some reference or logic.
moses
  • 35
  • 6
1
vote
0 answers

How to integrate java application with tally Erp 9

I am New to tally. I created one web application in java. How to get values from java application and update in tally software. Manually i created masters and ledgers and groups in tally but i want to create master form java web application please…
suresh
  • 49
  • 2
  • 10
1
vote
2 answers

Export stock item with autosuggestion of item name/part number from tally using xml tag

I am trying to fetch stock item from TallyErp 9. I am able to get particular item details using xml tags but now I require item should come same as that of Tally,i.e on entering search param it should give all stock item related to my search…
Saquib Akhter
  • 130
  • 11
1
vote
3 answers

how to filter tally xml response based on voucher number?

I am trying to retrieve only the sales records of specific 'Voucher Number' =5 by using below XML post request to tally.
1 EXPORT data voucher…
Raize Ahamed
  • 13
  • 1
  • 4
1
vote
2 answers

Not able to load tdl deaful project

I am setting tally developer 9.after selecting preference i am not able to load default project of tdl in developer 9.can any one help me with this? Files I have Tally erp 9 Tally developer 9
jinal
  • 71
  • 1
  • 7
1
vote
0 answers

Recover files that were opend on a usb drive after it is removed

I'm trying to recover few files which a guy must have opened on my system using his USB after he removed the USB drive. I can see under 'AppData->Roaming->Microsoft->Office' has a shortcut of that file with the same name. Is it possible to recover…
1
vote
1 answer

Include empty factor levels in tally with tidyr and dplyr

a question as a learn dplyr and its ilk. I am calculating a tally and a relative frequency of a factor conditioned on two other variables in a df. For instance: library(dplyr) library(tidyr) set.seed(3457) pct <- function(x) {x/sum(x)} foo <-…
user4100013
  • 131
  • 1
  • 9
1
vote
0 answers

Getting Tally ERP data using javascript or angularjs to send it to server

I want to get data stored in tally and pass it to node server for manipulation. I am able to retrieve local tally data from local node server but I want to get remote tally data. If I call same API from angular, I am not getting any response. In…
Niraj Gawande
  • 137
  • 1
  • 11
0
votes
0 answers

I want add date filter getting ledger details from tally prime

import pyodbc cnxn=pyodbc.connect('DSN=TallyODBC64_9000;SERVER=({AAACC_SERVER:1001});DRIVER=Tally ODBC DRIVER64;PORT=9000') cursor=cnxn.cursor() cursor.execute("select $Name, $parent, $_primaryGroup, $openingBalance, $DebitTotals, $CreditTotals,…
anil
  • 1
  • 1
0
votes
1 answer
1 2
3
10 11