Not Able to save values in my tdl

Discussion in 'Free Source Codes' started by Prasanna Pathak, Feb 27, 2018.

    

  1. [#Part: EI DescExplosion]

    Line : EI DescExplosion
    Repeat : EI DescExplosion : BasicUserDescription
    BreakOn : $$IsEmpty:$BasicUserDescription
    Scroll : Vertical




    [#Line: EI DescExplosion]

    Fields : EI Desc
    Add:Field:After:EI Desc:EI DescNew
    Indent : If ($$InPrintMode AND NOT ($$IsStockJrnl:##SVVoucherType OR $$IsPhysStock:##SVVoucherType)) Then 6 Else 2
    Option : EI DescExplosion Excel : $$InExportMode AND @@IsExcelFormat AND NOT ($$IsPhysStock:##SVVoucherType OR $$IsStockJrnl:##SVVoucherType)
    Remove if : #EIDesc = $$String:0

    [#Line: EI DescExplosion Excel]

    Add : Right Fields: EXPINV PartNo, EXPINV MRPValue, EXPINV VATPerc, EXPINV DueOn, EXPINV ActualQty, EXPINV Qty, EXPINV Rate, EXPINV RatePer, EXPINV Discount, EXPINV Amount
    Option : ExpINV AltQtyCol : @@InvWithQty AND NOT $$IsEmpty:$StockItemName AND @@Altunits And @@AltUnitasCol
    Local : Field : EXPINV PartNo : Type : String
    Local : Field : EXPINV MRPValue : Type : String
    Local : Field : EXPINV VATPerc : Type : String
    Local : Field : EXPINV DueOn : Type : String
    Local : Field : EXPINV ActualQty : Type : String
    Local : Field : EXPINV Qty : Type : String
    Local : Field : EXPINV Rate : Type : String
    Local : Field : EXPINV RatePer : Type : String
    Local : Field : EXPINV Discount : Type : String
    Local : Field : EXPINV Amount : Type : String
    Local : Field : EXPINV ActualAltQty : Type : String
    Local : Field : EXPINV BilledAltQty : Type : String


    Local : Field : EXPINV DueOn : Delete : Storage
    Local : Field : EXPINV ActualQty : Delete : Storage
    Local : Field : EXPINV Qty : Delete : Storage

    Local : Field : EXPINV PartNo : Set as : ""
    Local : Field : EXPINV MRPValue : Set as : ""
    Local : Field : EXPINV VATPerc : Set as : ""
    Local : Field : EXPINV DueOn : Set as : ""
    Local : Field : EXPINV ActualQty : Set as : ""
    Local : Field : EXPINV Qty : Set as : ""
    Local : Field : EXPINV Rate : Set as : ""
    Local : Field : EXPINV RatePer : Set as : ""
    Local : Field : EXPINV Discount : Set as : ""
    Local : Field : EXPINV Amount : Set as : ""
    Local : Field : EXPINV ActualAltQty : Set as : ""
    Local : Field : EXPINV BilledAltQty : Set as : ""




    [#Field: EI Desc]

    Use : Name Field
    Style : Small Italic
    Storage : BasicUserDescription
    Set as : If (($$ExplodeLevel = 0) AND ($$Line = 1) AND NOT ##SVAcctsInvoice) Then $Description:StockItem:$StockItemName Else $$Value
    Cells : @@ExcelItemColumn


    [Field:EI DescNew]
    Use:Number field
    Storage:Descnew
    Set Always:Yes



    [System:UDF]
    Descnew:Number:700
     



  2. For the above please enable the ladger description in Accounting Invoice
     



  3. Please Help
     


  4. ch ruchitha

    ch ruchitha Member


    Can anyone help it ? its so help for me.

    Thanks in advance for all.
     

    Attached Files:



  5. PANKAJ BHONDLE

    PANKAJ BHONDLE Active Member


    if $LedgerEntries[2].LedgerName Contains "Packing" then $..Rs.200/- Storage Value else 0
     


  6. mahbu

    mahbu Member


    [#Field: EI Value]
    Set By Condition : @IsMyPackingLedger : #YourField
    IsMyPackingLedger : $LedgerName = "Packing"
     


  7. ch ruchitha

    ch ruchitha Member



    Really,
    Its Working Superb Sir, :):):):)
    Thanks for Your Early Valuable Reply Also.....
     


  8. ch ruchitha

    ch ruchitha Member



    Really,
    Its Working Superb Sir, :):):):)
    Thanks for Your Early Valuable Reply Also.....

    I think i am lately joined in this Web-site .I know 2 days back about this site.
    So Many Knowledge Members In TDL here.
    Thank you Very Much to Admins also.
    It's Very Helpful for Improve Our Knowledge In TDL .
    From Now Onwards I Will Share My doubts Here.
     
    mahbu likes this.


  9. ch ruchitha

    ch ruchitha Member


    I have Another One Small One Thing Sir,

    Can I Change The Button Name From " Manage TSS Renewal " to " Manage TSS Renewal ( Optional ) "

    Can You Help, If Body In This Site ?
     

    Attached Files:



  10. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    The code is not released in the Developer, so unless one knows the object name, it cannot be changed.
     


Share This Page