Receipt Vouchers Imported from Excel into Tally not showing in Bank Reconciliation

Discussion in 'Free Source Codes' started by ABDUL AZIZ, May 27, 2019.

    
  1. Bipin Damania

    Bipin Damania Active Member


    I am unable to check
    As getting this error
     

    Attached Files:



  2. ABDUL AZIZ

    ABDUL AZIZ Member


    Sir, Image not displayed.
     


  3. ABDUL AZIZ

    ABDUL AZIZ Member


    Sir,

    This is the Excel file and Code file in which I have included all the fields of Bank Allocations but even then Entry not showing in Bank Reconciliation.

    Please help...........
     

    Attached Files:



  4. ABDUL AZIZ

    ABDUL AZIZ Member


    Please look at the screenshot, where in I have displayed the Bankersdate and Mode, it is showing there
    but not showing in reconciled vouchers list after pressing show reconciled entries YES.

    Error message by Tally.JPG
     
    Last edited: May 28, 2019


  5. ABDUL AZIZ

    ABDUL AZIZ Member


    Sir,

    Not showing in reconciled vouchers list after pressing show reconciled entries YES.

    Please help...
     

    Attached Files:

    Last edited: May 28, 2019


  6. ABDUL AZIZ

    ABDUL AZIZ Member


    Sir, Please help....
     


  7. ABDUL AZIZ

    ABDUL AZIZ Member


    Finally done!

    Thanks a lot to all the experts who helped me !!! :)
     


  8. ABDUL AZIZ

    ABDUL AZIZ Member


    Sir, I want you use my customized voucher type instead or simple "Receipt" how set it in TDL lik "Receipt-AA" instead of Receipt.

    I Tried below code but did't work.

    130 : SET : SVViewName : $$SysName:AcctgVchView
    131 : Set Value : VCHTYPE : $ABRVoucherType

    Thanks & Regards,
     


  9. sattam

    sattam Active Member


    131 : Set Value : VoucherTypeName : $ABRVoucherType
     
    ABDUL AZIZ likes this.


  10. ABDUL AZIZ

    ABDUL AZIZ Member


    But where should i inster this code?
    just below the...
    130 : SET : SVViewName : $$SysName:AcctgVchView

    or some where else?
     


  11. sattam

    sattam Active Member


    is This your code or you just copy paste.First you have study the code carefully then you implement it
     


  12. ABDUL AZIZ

    ABDUL AZIZ Member


    Done sir!
     


  13. ABDUL AZIZ

    ABDUL AZIZ Member


    Sir,

    Suppose I have imported one excel file which has 10 entries, if I again Import the same file currently it is imported again and entries are duplicated and so on.. Is there any way to stop the duplication.

    Thanks & Regards,
     


  14. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Yes. Simple solution..... remove the already imported entries from the Excel file and store them on another file as a file log (if you wish so).

    It can be achieved through code also....but it is complicated code.
     


  15. ABDUL AZIZ

    ABDUL AZIZ Member


    Sir, I am looking for that code only...

    If possible please share.

    Thanks!
     


  16. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    No buddy, I do not have it nor do I allow it.
     


  17. ABDUL AZIZ

    ABDUL AZIZ Member


    Sir, Please tell me how to set REMOTEID. I think it is controlled by this Method.
     


  18. ABDUL AZIZ

    ABDUL AZIZ Member


    Sir,

    I am able to control it through VBA ... but in TDL it hasn't happened so far.
     


  19. naijaind

    naijaind Member


    Hi can you please let me know how it was done, as I am still unable to get the vouchers to show under reconciliation after import.
     


  20. ABDUL AZIZ

    ABDUL AZIZ Member


    You need to capture all schema carefully.
     


  21. naijaind

    naijaind Member


    I have tried in all possible ways but still couldn't got success, I use for Receipt as well as Payment. Will appreciate if you can help me out I suspect mistake in below code :


    75 : Insert Collection Object : AllLedger Entries
    75As: Set Target : LedgerEntries
    76 : Set Value : Ledger Name : $PremierCrLedger
    77 : Set Value : IsDeemedPositive : No
    78 : Set Value : Amount : $$AsAmount:$PremierVchAmountCR;*-1

    80 : Insert Collection Object : Bank ALLOCATIONs
    81 : Set Target : BankAllocations[1]
    81A : Set Value : Date : $$Date:premierVchDate
    81B : SET VALUE : Bank Party Name : $PremierDrLedger
    81C : SET VALUE : Transaction Type : "e-Fund Transfer";"cheque"
    81D : Set Value : Instrument Date : $$Date:$PremierVchDate
    81E : Set Value : Bank Name : "Not Applicable"
    81F : Set Value : Amount : $$AsAmount:$PremierVchAmount
    81G : Set Value : Payment Favouring : $PremierDrLedger
    81H : Set Value : INSTRUMENTNUMBER : " "
    81I : Set Value : Name : $$MakeUniqueID
    81J : Set Value : PaymentMode : "Transacted"
    frff : Log : $PremierDrLedger
    100 : Save Target
    ;89 : Set Value : PaymentMode : "Transacted"
    ;110 : Refresh Target
    90 : End Walk
    104 : Return

    [Function : SA_SavTargt]
    105 : Save Target
     


  22. naijaind

    naijaind Member


    Congratulations....I am still unable to get import vouchers into bank reconciliations......You have done a good job..
     


  23. JCTS

    JCTS Member


    Simple, Open Company - Press Alt + Ctrl + M - Select Modules to Migrate - Select All Items - Take Backup before Migrating - Then check bank reconciliation. It surely will show all the entries which imported from MS Excel to Tally.
     


  24. naijaind

    naijaind Member


    Thank you sir for so much of valuable information...I really appreciate...I took back-up and did the Migrate and it worked......Tnx......
     
    JCTS likes this.


  25. JCTS

    JCTS Member


    Most Welcome :)
     


Share This Page