Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding Exporting tally data from tally prime #1

Open
evital-smit opened this issue Oct 7, 2024 · 0 comments
Open

Regarding Exporting tally data from tally prime #1

evital-smit opened this issue Oct 7, 2024 · 0 comments

Comments

@evital-smit
Copy link

evital-smit commented Oct 7, 2024

I founded XML request from internet, it's shown as below:

1 EXPORT DATA DayBook $$SysName:XML 20230101 20231231 EvitalRx Smit Voucher DATE, VOUCHERTYPENAME, VOUCHERNUMBER, LEDGERNAME, AMOUNT, DEBIT, CREDIT
                <!-- Part for Displaying Vouchers -->
                <PART NAME="VoucherDetails">
                    <LINES>VoucherLine</LINES>
                </PART>

                <LINE NAME="VoucherLine">
                    <FIELDS>VoucherDate, VoucherType, VoucherNumber, VoucherAmount, VoucherDebit, VoucherCredit</FIELDS>
                </LINE>

                <FIELD NAME="VoucherDate">
                    <SET>$Date</SET>
                    <XMLTAG>DATE</XMLTAG>
                </FIELD>
                <FIELD NAME="VoucherType">
                    <SET>$VoucherTypeName</SET>
                    <XMLTAG>VOUCHERTYPE</XMLTAG>
                </FIELD>
                <FIELD NAME="VoucherNumber">
                    <SET>$VoucherNumber</SET>
                    <XMLTAG>VOUCHERNUMBER</XMLTAG>
                </FIELD>
                <FIELD NAME="VoucherAmount">
                    <SET>$Amount</SET>
                    <XMLTAG>AMOUNT</XMLTAG>
                </FIELD>
                <FIELD NAME="VoucherDebit">
                    <SET>$$If:$IsDebit:$Amount:0</SET>
                    <XMLTAG>DEBIT</XMLTAG>
                </FIELD>
                <FIELD NAME="VoucherCredit">
                    <SET>$$If:Not $IsDebit:$Amount:0</SET>
                    <XMLTAG>CREDIT</XMLTAG>
                </FIELD>

            </TDLMESSAGE>
        </TDL>
    </DESC>
</BODY>

I want to get Credit-Debit Amounts of the ledgers with their parent group
Can you provide me any possible XML request payload? which helps me to fetch tally data according to my test-cases

I hope you will respond as soon as possible.
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant