Can We enter multiple cash receipt & payment entry at one screen

Discussion in 'Free Source Codes' started by bikash agarwal, Sep 24, 2019.

    

  1. Add special narration of 20 word for earch entry during receipts and payments only_0022 # pic
     

    Attached Files:

    • 002.JPG
      002.JPG
      File size:
      337.1 KB
      Views:
      174
    Last edited: Sep 25, 2019



  2. can u give his email or contact leads ...plz sirji
     


  3. Jay kumar tailor

    Jay kumar tailor Well-Known Member




  4. [#Line:ACLS Info]
    Add:Field:After:ACLSLed:Name Field
    Local:field:Name filed:add:storage: korecomment
    --------------------------------------------------------------

    accepting but its not showing back when we re enter voucher ___ need some corrections
     



  5. [#Line:ACLS Info]
    Add:Field:After:ACLSLed:KoreFld


    [Field:Korefld]
    Use :Short Name Field
    Storage:Korecomment
    Skip:No
    Max:100

    [System :Udf]
    Korecomment:string : 5444

    -------------------------------
    how to display this korecomment in party ledger :(:(
     


  6. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Code:
    Try This One........
    Hope It is Solved.
    
    [#Line:ACLS Info]
    Add:Field:After:ACLSLed:KoreFld
    
    
    [Field:Korefld]
    Use :Short Name Field
    Storage:Korecomment
    Skip:No
    Max:100
    color:azure1
    
    [System :Udf]
       
    Korecomment:string : 5444
    
    
    ;-------------------------or this will be for display in party ledger for korecomment
    
       [#Line: DSP VchAccTitles]
    
        Add    :Right Field    : At Beginning : kkorecomment
      
        Local    : Field    : Default : Style    : Small Italic
      
        Local    : Field    : kkorecomment     : Set As    : "korecomment"
        Local    : Field    : kkorecomment     : Width    : 13% Page
    [Field:kkorecomment]
        Set as:"korecomment"
      
    
    
    [#Line: DSP VchDetail]
    Add : Right Fields : Before : DSP Vchtype : kkname
       
      
            [Field    : KKname ]
              
                Use        : Short Name Field
                SetAs         :$Allledgerentries.Korecomment
                Width        : 13% Page
                Style        : Small
    
                 
    [#Collection:Vouchers of Ledger]
        Fetch:Korecomment
    [#Collection:Daybook Vouchers of Company]
        Fetch:Korecomment
    [#Collection:Vouchers of Group]
        Fetch:Korecomment
    [#Collection:Specific Vouchers of Company]
        Fetch:Korecomment
    [#Collection:Filtered Vouchers of Company]
        Fetch:Korecomment
    [#Collection: Ledger Vouchers]
        Fetch:Korecomment
     



  7. column is showing , but no value
     

    Attached Files:

    • 123.jpg
      123.jpg
      File size:
      193.3 KB
      Views:
      168


  8. vlnarayana

    vlnarayana New Member


    Sir, please tell what r the changes needed to work this code in double entry mode and in all voucher types. ThankU.
     


  9. Jenny

    Jenny Active Member


    You can...
    Sample code in this form...just search it...
    Quick entry, Payment /Receipt / Contra
     


Share This Page