need help to fix sales entry in gatewayof tally

Discussion in 'Requests' started by mutharasan, Dec 14, 2013.

    
  1. mutharasan

    mutharasan Member


    Dear All Tdl Experts,

    I need to create one menu in gate way of tally and i am to put menu for sales, Purchase voucher entry. if i select sales in the menu there should be open sales voucher. like purchase. if is it possible please guide me.

    Thanking You,
     


  2. NMS

    NMS Member


    Upload the code...
     


  3. mutharasan

    mutharasan Member


    Dear NMS,

    i need an idea to do it, my requirement is that i need to create one menu item in gateway of tally to create only sales voucher.
     


  4. NMS

    NMS Member


    Hi Mutharasan Try This,

    [Menu : Gateway of Tally]
    Add : Key Item :After : @@LocAccountingVouchers : Voucher Entry : V : Menu : NMSSales

    [Menu :NMSSales]
    Key Item : Sales : S : Create Collection : VSales

    [Collection : VSales ]
    Type : Voucher
    Child of : ##SVCurrentDate
    Report : VSales
    Filter : VSaleFilt

    [System : Formula]
    VSaleFilt : $VoucherTypeName = " Sales"

    [Report : VSales]
    Use : Voucher
    Set : SVVoucherType : " Sales"
    Set : ORIGVchType : $$VchTypeSales
    Delete : Form
    Form : VSales
    Set : InvoicingModeFlag : Yes
    Set : ICFGMarks : Yes
    Set : ICFGNumPackages : Yes
    Set : ZeroValueBatches : No
    Set : ICFGCommonLed : Yes


    [Form : VSales]
    Use : Voucher
     
    mutharasan likes this.


  5. mutharasan

    mutharasan Member


    Dear NMS,

    First I thank you very much for your kind reply.


    when I enable this code file in tdl configuration , there is an error shown. that "Duplicate description name menu Gate way of tally .
    src\menus\menus.500(487) : is previous declaration.
     


  6. NMS

    NMS Member


    Dear Mutharasan try this is ok..

    Code:
    [#Menu : Gateway of Tally]
    Add : Key Item :After : @@LocAccountingVouchers : Voucher Entry : V : Menu : NMSSales
     
    [Menu :NMSSales]
    Key Item : Sales : S : Create Collection : VSales
     
    [Collection : VSales ]
    Type : Voucher
    Child of : ##SVCurrentDate
    Report : VSales
    Filter : VSaleFilt
     
    [System : Formula]
    VSaleFilt : $VoucherTypeName = " Sales"
     
    [Report : VSales]
    Use : Voucher
    Set : SVVoucherType : " Sales"
    Set : ORIGVchType : $$VchTypeSales
    Delete : Form
    Form : VSales
    Set : InvoicingModeFlag : Yes
    Set : ICFGMarks : Yes
    Set : ICFGNumPackages : Yes
    Set : ZeroValueBatches : No
    Set : ICFGCommonLed : Yes
     
     
    [Form : VSales]
    Use : Voucher 
     
    Ramesh77, mpal2311 and mutharasan like this.


  7. mutharasan

    mutharasan Member


    Dear NMs,

    Thank you very much, this code is working fine, my problem solved
     


  8. mpal2311

    mpal2311 Active Member


    Great.
     


  9. laxman

    laxman Member


    Dear expert,
    add Birth date field in ledger master and created report and need to search Birth date filter / button.

    help...
     


  10. Access

    Access Member


    any one help this code i want add voucher class this code
    in my voucher class is Default is GST
     


Share This Page