is it possible hold system in pos voucher for faster work ??

Discussion in 'Free Source Codes' started by ONKAR, Feb 4, 2020.

    
  1. ONKAR

    ONKAR Active Member


    Dear Expert, I want your help, like if 3 to 4 customers come to my shop at a once, and I am making the first customer bill, then if the other customer wants the bill quickly, so can I hold the bill for the first customer? And I can make another customer bill. is it possible ?? through The TDL.
     



  2. Hi

    The simple way is to minimize the current screen and open another tally :)
     
    ONKAR likes this.


  3. lumos

    lumos Member


    Point.
    And you can do this more quickly by pressing Windows + R key and pasting the tally.exe path. (windows retains the path in memory)
     
    ONKAR likes this.


  4. Rohit001

    Rohit001 Member


    here when a value of totalamount column is debit (dr) and outstanding balance column is credit (cr) then the value of remaining balance column is minus (-)of these two column.
    And when a value of totalamount column is debit (dr) and outstanding balance column is also debit(dr) then the value of remaining balance column is plus(+) these column....here my code pls help sir,
    ..
    [Field: PENDVALUE]
    Use : amount Field
    Set as: $VchAmt
    Width : 10% Page
    Style : Small
    Set Always:Yes
    Align : Center
    Border: thin right
    Format:"DrCr,Nozero,"


    [Field: PENDVALUET]
    Use : AMOUNT FIELD
    Set as: $$ToValue:$date:$ClosingBalance:Ledger:$$CollectionField:$LedgerName:1:LedgerEntries
    Width : 14% Page
    Style : Small
    Format:"DrCr"
    Set Always:Yes
    Align : Center
    Border: thin right
    [Field: PENDVALUafter]
    Use : amount Field

    Set as:($ClosingBalance:Ledger:$$CollectionField:$LedgerName:1:LedgerEntries+$VchAmt )
    Width : 14% Page
    Style : Small
    Set Always:Yes
    Align : Center
    Color : blue
    Format:"DrCr"
     


  5. ONKAR

    ONKAR Active Member


    I knew it sir, but I want single tally in it for faster working, like other software provide this facility. so is it possible through TDL ??
     


Share This Page