Click here to Skip to main content
15,885,953 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need your help,please help me,there are two tables in tally first INVOICE and second is RECEIPT,

we have tally file for today i.e. tallyInvoice_07-07-2016 INVOICE only and it has 50 entry,
and for tomorrow tally we have two files tallyinvoice_08-07-2016 and it has 30 entries, and tallyreceipt_08-07-2016 and it has 20 entries,

on 09 july 2016 i have also two files
for Invice tallyinvoice_09-07-2016 has 50 entries and
for receipt tallyreceipt_09-07-2016 has 40 entries.


what is the best way to upload this in our server in C#.I need upload on daily basis.
first i want to a copy in our local computer(local SQL) and then it copy in server.
there should not be duplicate values.

please give me suggestion

What I have tried:

I want to try export data(from excel) to our server on daily basis,
1 invoice_number may have multiple receipt column, means suppose invoice is 30000 but client pay as 10000 and 10000 and 10000, means for one invoice there may be multiple receipt.

now give me solution please
Posted
Updated 7-Jul-16 18:31pm

try to write a .net windows Service and install in the system where you are having the tally ,if you know the time when the reports are generated from tally you can make windows service to run on daily basis by Scheduling the service at mid night or at the time you need- in windows service u can handle the methods to save whatever items you need to save and modify.
 
Share this answer
 
 
Share this answer
 
Comments
Member 10192073 8-Jul-16 3:30am    
please give me just solution only for my next question, i am new on technology but my boss ask a question that http://www.codeproject.com/Questions/1111134/How-we-sync-data-into-our-cloud-server-by-using-Cs

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900