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. ABDUL AZIZ

    ABDUL AZIZ Member


    Dear Experts,

    I tried to use the below code after lot of search on web but result is zero the below code is not working. I don't know how to rectify. Please help and correct.


    1280 : INSERTCOLLECTION OBJECT : BANKALLOCATIONS
    1290 : SET TARGET : BANKALLOCATIONS
    1300 : SET VALUE : BANKERSDATE : $$Date:mad:@EVchDatePost;$ABRBankersDate
    1301 : Set Value : Name : $$MakeUniqueID
    1302 : Set Value : Payment Mode : "Transacted"
    1310 : SET TARGET : ..


    Thanks & Regards,
     


  2. sattam

    sattam Active Member


    Please Explain In details with Screenshot of your problem
     


  3. ABDUL AZIZ

    ABDUL AZIZ Member


    Sir,
    when I import Receipt Voucher from Excel, and when we go to the bank reconciliation screen by pressing F5 to reconcile the bank, it does't show these entries there.
     


  4. Bipin Damania

    Bipin Damania Active Member


    You have to fill full detail of Bank Allocation like Transaction Type, Cheque Number, Cheque Date etc then only it will show in Bank Reconciliation screen
     


  5. sattam

    sattam Active Member


    You set, 1300 : SET VALUE : BANKERSDATE : $$Date:mad:@EVchDatePost;$ABRBankersDate
    here Bankersdate means bank reconciliation date it may be already reconciled thus not showing bank reconcilation screen by pressing F5.
    In bank reconciliation screen press F12 Then show reconciled transaction also set to "yes" then look that transaction showing or not?
     


  6. sattam

    sattam Active Member


    It May cause as Bipin Damania said, please reply
     
    Bipin Damania likes this.


  7. ABDUL AZIZ

    ABDUL AZIZ Member


    Sir,

    I have already checked the reconciled voucher.
    Only I need to check now after putting all the field as Suggested by Mr. Bipin Damania.
    However I am enclosing current screenshot and will let you know after adding all the field.

    Thank you all for your such a quick response.

    Bank Ledger.JPG Bank Reconciliation.JPG
     


  8. Bipin Damania

    Bipin Damania Active Member


    Please check
    I think you have input Reconciliation Date also
    Just check Reconciliation with already Reconcile detail YES
     


  9. ABDUL AZIZ

    ABDUL AZIZ Member


    Sir,

    I have re-written the below code please check which is not working. Moreover the moment I include the below code then no receipts are imported at all.

    1280 : INSERTCOLLECTION OBJECT : BANKALLOCATIONS
    1290 : SET TARGET : BANKALLOCATIONS
    1300 : SET VALUE : BANKERSDATE : $$Date:mad:@EVchDatePost;$ABRBankersDate
    1301 : Set Value : Name : $$MakeUniqueID
    1302 : Set Value : Payment Mode : "Transacted"
    1303 : Set Value : TransactionType : "Transacted"
    1304 : Set Value : ChequeNumber : "Transacted"
    1305 : Set Value : ChequeDate : "Transacted"

    1310 : SET TARGET : ..

    Please have a look at above code and correct...

    Thanks
     


  10. ABDUL AZIZ

    ABDUL AZIZ Member


    Sorry please ignore above code, will post new..
     


  11. ABDUL AZIZ

    ABDUL AZIZ Member


    Give below is the correct code:


    1280 : INSERTCOLLECTION OBJECT : BANKALLOCATIONS
    1290 : SET TARGET : BANKALLOCATIONS
    1300 : SET VALUE : BANKERSDATE : $$Date:mad:@EVchDatePost;$ABRBankersDate
    1301 : Set Value : Name : $$MakeUniqueID
    1302 : Set Value : Payment Mode : "Transacted"
    1303 : Set Value : TransactionType : $ABRTransactionType
    1304 : Set Value : ChequeNumber : $ABRInstrumentNumber
    1305 : Set Value : ChequeDate : $ABRInstrumentDate

    1310 : SET TARGET : ..


    Thanks & Regards
     


  12. Bipin Damania

    Bipin Damania Active Member


    Please check
    I think you have already inputed Reconciliation Date
    Just check Reconciliation Press F12
    and set YES to Show Reconcile Transactions also
     


  13. ABDUL AZIZ

    ABDUL AZIZ Member


    Sir,

    There are two problem in fact.
    1. If I do not include above block of code in my TDL then Receipts are imported successfully, but entries are not showing in Reconciliation Statementment, neither they are comming under reconciled voucher nor otherwise.

    2. If I include above block of code in my TDL then No Receipts are imported.

    I would request you to please go through my above block of code where I am making some mistake like the I am inserting collection object etc.

    Please have a look at screenshot of Tally Error message....

    Error message by Tally.JPG

    I hope I am able to explain my problem..
     
    Last edited: May 27, 2019


  14. sattam

    sattam Active Member


    Try This Way and Revert Me Back

    1280 : INSERTCOLLECTION OBJECT : BANKALLOCATIONS
    1290 : SET TARGET : BANKALLOCATIONS
    1300 : SET VALUE : DATE : $$Date:mad:@EVchDatePost;$ABRBankersDate
    1301 : Set Value : INSTRUMENTDATE : $ABRInstrumentDate
    1302 : Set Value : Name : $$MakeUniqueID
    1303 : Set Value : TransactionType : $ABRTransactionType
    1304 : Set Value : ChequePrinted : $$Number:1
    1305 : Set Value : PAYMENTFAVOURING : "Here Put Your Value"
    1306 : SET VALUE : INSTRUMENTNUMBER : $ABRInstrumentNumber
    1307 : SET VALUE : UNIQUEREFERENCENUMBER : $$MakeTallyUniqueID
    1308 : SET VALUE : PAYMENTMODE:"Transacted"
    1309: SET VALUE : Amount : -1* "Here Put Your Value"
    1310 : SET TARGET : ..
     


  15. ABDUL AZIZ

    ABDUL AZIZ Member


    After trying the below code:

    1280 : INSERTCOLLECTION OBJECT : BANKALLOCATIONS
    1290 : SET TARGET : BANKALLOCATIONS
    1300 : SET VALUE : DATE : $$Date:mad:@EVchDatePost;$ABRBankersDate
    1301 : Set Value : INSTRUMENTDATE : $ABRInstrumentDate
    1302 : Set Value : Name : $$MakeUniqueID
    1303 : Set Value : TransactionType : $ABRTransactionType
    1304 : Set Value : ChequePrinted : $$Number:1
    1305 : Set Value : PAYMENTFAVOURING : $ABRPARTYLedgerNameCr
    1306 : SET VALUE : INSTRUMENTNUMBER : $ABRInstrumentNumber
    1307 : SET VALUE : UNIQUEREFERENCENUMBER : $$MakeTallyUniqueID
    1308 : SET VALUE : PAYMENTMODE:"Transacted"
    1309: SET VALUE : Amount : -1* $ABRPARTYAmountCr
    1310 : SET TARGET : ..

    Getting the below error...

    Error message by Tally.JPG
     


  16. sattam

    sattam Active Member


    share your ledger entries code just before BANKALLOCATIONS.
    And 1305 : Set Value : PAYMENTFAVOURING : $ABRPARTYLedgerNameCr (Put $ sign)
    1309: SET VALUE : Amount : -1* $ABRPARTYAmountCr (Put $ sign)
     


  17. ABDUL AZIZ

    ABDUL AZIZ Member


    Sir, Please find attached code.
     

    Attached Files:



  18. ABDUL AZIZ

    ABDUL AZIZ Member


    Sir,

    I have now attached Excel File also along with code file.

    Please have a look.
     

    Attached Files:



  19. sattam

    sattam Active Member


    Try This
     

    Attached Files:



  20. ABDUL AZIZ

    ABDUL AZIZ Member


    Sir, I tried but getting below error...

    Error message by Tally.JPG
     


  21. ABDUL AZIZ

    ABDUL AZIZ Member


    It seems like + or - symbol at 1309: , I tried after removing - sign, then it worked but again not showing in Bank Reconciliation.

    Or, Please have a look at the Excel file.
     


  22. Bipin Damania

    Bipin Damania Active Member


    Please check
    I think you have already inputed Reconciliation Date
    Just check Reconciliation Press F12
    and set YES to Show Reconcile Transactions also

    Try this & Reply
     


  23. ABDUL AZIZ

    ABDUL AZIZ Member


    Sir, Check many time but same result.

    Please have a look at the screenshot.

    Error message by Tally.JPG
     


  24. ABDUL AZIZ

    ABDUL AZIZ Member


    If I Alter that entry by pressing Enter, Enter......
    Then it shows under Un-Reconciled Item.

    Please have a look at the screen shot... This is after removing -1 from line no. 1309:

    Error message by Tally.JPG
     


  25. Bipin Damania

    Bipin Damania Active Member


    I am unable to check
    As I am getting this error

    [​IMG]
     


Share This Page