I want DueDateOfPymt + Date in my invoice

Discussion in 'Tally Developer' started by NMS, Apr 21, 2013.

    
  1. NMS

    NMS Member


    Dear Experts,
    I want $DueDateOfPymt + $Date in my invoice .when i give due date 7 days it should show 7 days + current date.....
    Example. Date is 21-4-13 and iam giving 5 days it should show 26-4-13 in my invoice
    please help me
    thanks in advance..
     


  2. Nirav Merchant

    Nirav Merchant Active Member


    Hi Pls follow the code

    Enter Days (in Digits only in Term of Payment while entering Invoice) the code will print the due date
    Kinldy use a field in invoice print or entry to display / print @@GetDueDateOfPymt

    [System: Formula]
    GetCreditPeriod: $$Number:$BasicDueDateOfPymt
    GetDueDateOfPymt: $$Owner:$Date + @@GetCreditPeriod
     


  3. NMS

    NMS Member


    Thank You sir........
     


Share This Page