How do I move these Ledger Names before the Field EXPINV Packages

Discussion in 'Tally Developer' started by Sohail Khan, Dec 29, 2020.

    
  1. Sohail Khan

    Sohail Khan Member


    How do I move these EXPINV AccDesc before the Field EXPINV Packages?
    Code:
       
        [#Line: EXPINV Column1HSN]
            Delete: Left Fields: EXPINV PackagesTitle1
         
            Add        : Right Field    : At Beginning : EXPINV PackagesTitle1, EXPINV HSNSACTitle, EXPINV IGSTRateTitle
       
        [#Field: EXPINV PackagesTitle1]
        Info        : $$LocaleString:"Bundles/"
        Replace:Border:Thin Left
       
        [#Line: EXPINV Column2HSN]
            Delete: Left Fields: EXPINV PackagesTitle2
            Add     : Right Field    : At Beginning:   EXPINV PackagesTitle2, EXPINV HSNSACTitle2, EXPINV IGSTRateTitle2
           
        [#Field: EXPINV PackagesTitle2]
        Info        : $$LocaleString:"Pieces"
        Replace:Border:Thin Left
        [#Line: EXPINV HSNSACDetails]
    Add     : Right Field    : At Beginning : EXPINV Packages, EXPINV HSNSACDetails, EXPINV IGSTRate
    [#Field: EXPINV Packages]
        Replace:Border:Thin Left
       
    [#Line: EXPINV InvDetails]
        Delete:Left Fields:EXPINV Packages
    [#Line: EXPINV AccDetails]
    Delete: Left Fields: EXPINV AccPackages
           
    [#Field: EXPINV AccDesc]
        Local:Field:Default: Align: Left
    
     

    Attached Files:

    Last edited: Dec 29, 2020


  2. Sohail Khan

    Sohail Khan Member


    I used this code but it only solved half of the problem.
    Its not moving CGST AND SGST to Left.
    [#Field: EXPINV AccDesc]
    Local:Field:Default: Align: Left
     


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Look up... this ............. [Part: EXPINV ApprLedgerDetails]
     


  4. Sohail Khan

    Sohail Khan Member


    Sir, I have searched that part , I am not able to find anything that can move LedgerNames
     


  5. Rupal Agarwal

    Rupal Agarwal Member


    i am having same problem
     


  6. Sohail Khan

    Sohail Khan Member


    its Because of HSNField, you will need to find the hsnfield, then it will solve your problem
     


  7. Rupal Agarwal

    Rupal Agarwal Member


    I solved this by adding space in right

    [#Field: EXPINV AccName]
    Space Right:10
     
    rajiv jaiswal likes this.


Share This Page