Tally speak ledger current balance

Discussion in 'Free Source Codes' started by Rohit Khedar, Feb 27, 2020.

    
  1. Rohit Khedar

    Rohit Khedar Member


    ;; I want tally speak ledger currentbalance in sales voucher but not work help plz

    [#Field: EI Consignee]
    Option: EI Consigne: $$IsSales:##SVVoucherType

    [!Part: Consigne]
    On: Accept: Yes : Exec COM Interface : Voice Interface : #EI CurrentBalance


    [COM Interface: Voice Interface]
    Project : Sapi
    Class : SpVoice
    Interface : Speak
    Parameter : P1 : String
     


  2. balajimg

    balajimg Active Member


    [#Field: EI Consignee]
    Add : Option: EI ConsigneeSales: ($$IsSales:##SVVoucherType)

    [!Field: EI ConsigneeSales]
    On: Accept: Yes : Exec COM Interface : Voice Interface : ($$String:#EICurrentBalance)


    [COM Interface: Voice Interface]
    Project : Sapi
    Class : SpVoice
    Interface : Speak
    Parameter : P1 : String
     


  3. Rohit Khedar

    Rohit Khedar Member


    balajimg# not working now



     


  4. teja varma

    teja varma Active Member


    Code:
    [!Field: EI ConsigneeSales]
    On: Accept: Yes : Exec COM Interface : Voice Interface :@@EIConBal  
    Only after you accept the SubForm (Supplementary Details) Com interface will be executed.

    because the field is not becomes accepted until you accept the subform associated with it.
     


  5. Rohit Khedar

    Rohit Khedar Member


    thanks teja varma# good work and speak only amt but i want tally speak "closing balance xyz debit/cridet

     


  6. Murali.R

    Murali.R Member


    just modify with payment
    [#Field: EI Consignee]
    Add : Option: EI ConsigneeSales: ($$IsSales:##SVVoucherType)

    [#Field: ACLSLed]
    Add : Option: EI ConsigneePayment: ($$IsPayment:##SVVoucherType)

    [!Field: EI ConsigneeSales]
    On: Accept: Yes : Exec COM Interface : Voice Interface :mad:@EIConBal

    [!Field: EI ConsigneePayment]
    On: Accept: Yes : Exec COM Interface : Voice Interface :mad:@ACLSLedCurTotal

    [COM Interface: Voice Interface]
    Project : Sapi
    Class : SpVoice
    Interface : Speak
    Parameter : P1 : String
     
    Sanjeev S likes this.


  7. Rohit Khedar

    Rohit Khedar Member


    Thanks Murali.R#

     


  8. Rohit Khedar

    Rohit Khedar Member


    Thanks #Vikram Bhat
     


Share This Page