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
0
votes
1 answer

How to use $$FullList on Quantity data-type?

I'm trying to extract values from Inventory entries under voucher object. I'm successfully able to extract stock item name which is String data-type like this: $$FullList:InventoryEntries:$StockItemName However, I'm trying to extract Billed Quantity…
HDR
  • 76
  • 1
  • 8
0
votes
0 answers

tally odbc connection with php and fetch data

I am Getting this error when connect with tally with php Connection failed: SQLSTATE[IM002] SQLDriverConnect: 0 [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified My connection code is:- try { $shift_db =…
0
votes
2 answers

R - Tally for multiple factors in a column

I have a sample data.frame, "events" which has multiple prey captures occurring on a single dive. Based on the Capture column, I have used the word "handling" to tally up the number of captures per dive. However, in some instances I have multiple…
Grace Sutton
  • 113
  • 10
0
votes
2 answers

Getting errors while executing TDL code

[Collection:ExcelLedgersCollection] ODBC: "Driver={Microsoft Excel Driver (*.xls,*.xlsx,*.xlsm,*.xlsb)};DBQ=C:\Desktop\List.xls" SQL: "Select * from [Items$]" [Function: ImportFromExcel] Variable :TotalEntries :Number Variable …
mcfred
  • 1,183
  • 2
  • 29
  • 68
0
votes
2 answers

Excel to Tally Import with multiples Cost categories

I want to import Journal vouchers in Tally. For each ledger in the voucher, I need to specify multiple Cost categories and against each Cost category, I need multiple Cost centres. Here's an example. Ledger named Ledger-1 Manufacturing Cost…
0
votes
1 answer

Display LedgerDetails MonthlyWise from TallyErp 9 using xml tag

I am fetching ledger vouchers from tally erp9. I am able to get details monthly wise. Now I require to fetch monthly wise ledger summary like this Currently my code for getting ledger vouchers is this:
Saquib Akhter
  • 130
  • 11
0
votes
1 answer

Can we use Dynamics NAV instead of Tally.erp

I want to know if I can use Dynamics NAV instead of Tally.ERP S/W for posting groups and ledgers and vouchers from my ERP Application.(Integrating my App with NAV instead of Tally). If yes can anyone please guide me how to do. I want to post Groups…
Manik
  • 1
  • 1
0
votes
1 answer

Export Item-wise stock summary from Tally ERP 9

I am working with Tally ERP 9 (Accounting software) for export stock summary report. I am able to export stock summary report through below xml…
Saha K P Ghoshal
  • 190
  • 2
  • 11
0
votes
2 answers

Access localhost from web application

I have a software (Tally) running in my local machine. This software can run as a server (http://localhost, port number 9000). API call can be made using this URL to import and export data. Can I make a http request to this localserver from my…
Shiju S S
  • 51
  • 1
  • 9
0
votes
1 answer

How to create Excel list from row title including COUNTIF statement?

I have created a spreadsheet with the tally function =COUNTIF(E$2:H$41," * "&$A85&" * "), which is working, but now I would like to add an additional column that lists what groups those tallies occur. For example, say " * "&$A85&" * " is searching…
Megan
  • 1
  • 1
0
votes
0 answers

Unable to track response as per sending request in rxjs

constructor() { super(); this.xmlRequests = [getRequestForLedgers, getRequestForStockItems, getRequestForOutstanding]; } componentDidMount() { const url = 'http://localhost:9000/'; let count = 0; Observable.interval(50000).mergeMap(() => …
Avijit Dutta
  • 3,651
  • 3
  • 13
  • 16
-1
votes
1 answer

XML Integration of Tally giving error Could not set 'SVCurrentCompany' to 'ECAPWEB'

I am getting the error "\r\n Could not set 'SVCurrentCompany' to 'ECAPWEB'\r\n\r\n" from tally. I have used a dot.net code to import data to tally but is giving me this error. I was able to integrate it preveously but now I am getting the above…
-1
votes
1 answer

Is there any option in tally that should be changed for altering stock item names using xml request?

This is my xml request
Import Data
All Masters
Prakash
  • 11
  • 3
-1
votes
1 answer

what control element does "Tally Prime" uses?

How to achieve this feature in datagrid? please see this software/application https://tallysolutions.com/tally-prime/ here a saw a feature like if Enter is pressed on a element in a row like structure it presents another table again if enter is…
TechOverflow
  • 117
  • 9
-1
votes
1 answer

How to block data backup functionality for certain users?

We are using Tally Prime 2.1, with a Gold multi-user license. Backup feature in tally allows a user to take a backup of tally data to their local disk. From data security aspect, we would like to block this backup feature for certain users. Is there…
Amit
  • 1,128
  • 6
  • 15
  • 29
1 2 3
10
11