Need Help - Item Box Expansion in Sales and Purchase During Entry

Discussion in 'General Discussions' started by mayakot98, Apr 28, 2023.

    
  1. mayakot98

    mayakot98 New Member


    Hello Sir,

    (Not having enough knowledge about TDL's)

    I was searching for Item Box Expansion in Sales and Purchase entry so came across conversion between rke and udaya sir.

    Group, Ledger, Stock List Visibility Enhancement | TDLeXperts-World's first online TDL (Tally Definition Language) community

    so i took this code which i needed from it.

    ;============================================================
    [System : Formula]
    IsMyLocalTDLModuleOn: $IsMyLocalTDLModuleOn:Company:##SVCurrentCompany

    [#Field : Master Name Field]
    Option : EnhancedNewMasterName : @@IsMyLocalTDLModuleOn
    [!Field : EnhancedNewMasterName]
    Width : 80
    Max : 80

    [#Field : Item Name Field]
    Option : EnhancedNewItemName : @@IsMyLocalTDLModuleOn
    [!Field : EnhancedNewItemName]
    Width : 50
    Max : 50

    [#Line : EI InvInfo]
    Local : Field : VCH Stockitem : Width: 30% Screen
    ;=======================================================

    This code solves half of my problem, when i view any already entered entry it shows fine. like this.
    [​IMG]

    but when i try to do any new entry it shows like this item box get shrinked.
    [​IMG]

    Now is there any way to increase the item name width while doing entry.

    Thanks
     


Share This Page