कोई तो आगे आओ मेरी हेल्प के लिए में 3 MONTH से REQUEST डाल रहा हू

Discussion in 'Free Source Codes' started by SUSHIL SHARMA, Aug 28, 2020.

    
  1. SUSHIL SHARMA

    SUSHIL SHARMA Member


    एक छोटी सी कोडिंग एडिटिंग करनी है बस इस कोडिंग में CONTRA से पहले पार्टी फोन नंबर का COLUMN ADD कर दो

    [#Menu : Gateway of Tally]
    Item : Column Day Book : Display : Column Day Book
    [Report : Column Day Book]
    Form :Column Day Book
    Variable : SVFromDate,SVToDate
    Set : SVFromDate : ##SVCurrentDate
    Set : SVToDate : ##SVCurrentDate

    [Form :Column Day Book]
    Part :daybookhead,daybookhead1, Column Day Book ;;,daybookhead2

    bottom Part : daybookbottam
    Button : Change Period,Print Button,Export Button,FilterButton,GRPVCH Configure

    Background : LightBlue

    [Part : daybookhead]
    Line :daybookhead
    [Line :daybookhead]
    Field : Simple Field
    ;Local : Field : Simple Field : Set As : ". Coulmer Day Book on " + $$String:##SVCurrentDate

    Local : Field : Simple Field : Set As : " Coulmer Day Book on " + $$String:##SVFromDate +" to " + $$String:##SVToDate
    Local : Field : Simple Field : Style : Normal Bold
    Local : Field : Simple Field : Align : Centre
    [Part : daybookhead1]
    Use : Column Day Book
    Delete : Repeat
    Delete : Scroll
    Border : ColumnTitles
    Local : Field : Default : Type : string
    Local : Field : My Voucher Date : Set As : "Date"
    Local : Field : MyVoucherParty: Set As : "Particular"
    Local : Field : MyVchNo : Set As : "Voucher No"
    Local : Field : MyVchType : Set As : "Voucher Type"
    Local : Field : MEBNo : Set As : "Narration"
    Local : Field : MyVchAmount0 : Set As : "Contra"
    Local : Field : MyVchAmount : Set As : "Sales"
    Local : Field : MyVchAmount1 : Set As : "Receipt"
    Local : Field : MyVchAmount2 : Set As : "Payment"
    Local : Field : MyVchAmount3 : Set As : "Debit Note"
    Local : Field : MyVchAmount4 : Set As : "Credit Note"
    Local : Field : MyVchAmount5 : Set As : "Journal"
    Local : Field : MyVchAmount6 : Set As : "Purchase"
    Local :Field : Default : Style : Large Bold
    Local: Field: Default: Align: Center
    Local: Field: Default:Background: Green

    [Part :Column Day Book]
    Line : Column Day Book
    Repeat :Column Day Book :My Voucher Rep Collection
    tOTAL : MyVchAmount0,MyVchAmount,MyVchAmount1,MyVchAmount2,MyVchAmount3,MyVchAmount4,MyVchAmount5,MyVchAmount6
    Scroll : Vertical
    [Line :Column Day Book]
    Field :My Voucher Date,MyVoucherParty,MyVchNo,MyVchType,MEBNo

    Right Field : MyVchAmount0,MyVchAmount,MyVchAmount1,MyVchAmount2,MyVchAmount3,MyVchAmount4,MyVchAmount5,MyVchAmount6
    Option : Alter On Enter

    [Field :My Voucher Date]
    Use : Short Date Field
    Set As : $Date
    Border : Thin Right

    [Field : MyVoucherParty]

    Use : NAme Field
    Set As : $LedgerName
    Width : 35
    Border : Thin Right
    Alter : Voucher



    [Field : MyVchNo]
    Use : NAme Field
    Set As : $VoucherNumber
    Width : 18
    Border : Thin Right

    [Field : MyVchType]
    Use : Name Field
    Set As : $VoucherTypeName
    Border : Thin Right
    Width : 15
    [Field : MEBNo]
    Use : Name Field
    Set As : $Narration
    Width : 60
    Border : Thin Right
    Style : Normal
    Set Always : Yes

    [Field : MyVchAmount0]
    Use : Amount Field

    Set As :if $VoucherTypeName CONTAINS "Con" then $Amount else ""
    Format : "DrCr"
    Border : Thin Right
    [Field : MyVchAmount]
    Use : Amount Field


    Set As :if $VoucherTypeName CONTAINS "Sale" then $Amount else ""
    Format : "DrCr"
    Border : Thin Right
    [Field : MyVchAmount1]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "Rec" then $Amount else ""
    Border : Thin Right
    [Field : MyVchAmount2]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "pay" then $Amount else ""
    Border : Thin Right
    [Field : MyVchAmount3]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "deb" then $Amount else ""
    Border : Thin Right
    [Field : MyVchAmount4]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "Cre" then $Amount else ""
    Border : Thin Right
    [Field : MyVchAmount5]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "Jou" then $Amount else ""
    Border : Thin Right
    [Field : MyVchAmount6]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "Pur" then $Amount else ""
    [Collection : My Voucher Rep Collection]
    Type : Vouchers
    Fetch : Date,Amount,VoucherTypeName,PArtyLedgerName,VoucherNumber,Narration

    */
    [Part: daybookbottam]
    Lines : daybookTotalLine
    [Line: daybookTotalLine]
    Use : Column Day Book
    Local: Field: Default : Style : Small Bold
    Local: Field: Default:Background: Green
    Local: Field: Default: Type: String
    Local: Field: Default: Align: Center
    Local : Field : MyVoucherParty: Set As : "Total"
    Local : Field : MyVoucherParty: Color: Blue
    Local : Field : MyVchNo : Set As : "Day Book"
    Local : Field : MyVchNo: Color: Blue
    Local : Field : MyVchType : Set As : "Amount"
    Local : Field : MyVchType : Color: Blue
    Local : Field : MyVchAmount0 :Set As: $$Total:MyVchAmount0
    Local : Field : MyVchAmount : Set As : $$Total:MyVchAmount
    Local : Field : MyVchAmount1 : Set As : $$Total:MyVchAmount1
    Local : Field : MyVchAmount2 : Set As : $$Total:MyVchAmount2
    Local : Field : MyVchAmount3 : Set As : $$Total:MyVchAmount3
    Local : Field : MyVchAmount4 : Set As : $$Total:MyVchAmount4
    Local : Field : MyVchAmount5 : Set As : $$Total:MyVchAmount5
    Local : Field : MyVchAmount6 : Set As : $$Total:MyVchAmount6
    Border : Totals

    upload_2020-8-28_12-38-15.png
     

    Attached Files:



  2. Himanshu-2002

    Himanshu-2002 Active Member


    It's very simple Just add a field

    Example:
    [Line: Myline]
    Field: Phone

    [Field: Phone]
    Use: Number Field
    Set As: ;;Fetch The Value Which You want

    That's It
     


  3. Himanshu-2002

    Himanshu-2002 Active Member


    Plus Sir I think you should talk in English (If you are comfortable) So, Others members Who are Non-Hindi Speakers Can Also Understand
     


  4. Rohit001

    Rohit001 Member


    ;; try this ;;


    [#Menu : Gateway of Tally]
    Item : Column Day Book : Display : Column Day Book
    [Report : Column Day Book]
    Form :Column Day Book
    Variable : SVFromDate,SVToDate
    Set : SVFromDate : ##SVCurrentDate
    Set : SVToDate : ##SVCurrentDate

    [Form :Column Day Book]
    Part :daybookhead,daybookhead1, Column Day Book ;;,daybookhead2

    bottom Part : daybookbottam
    Button : Change Period,Print Button,Export Button,FilterButton,GRPVCH Configure

    Background : LightBlue

    [Part : daybookhead]
    Line :daybookhead
    [Line :daybookhead]
    Field : Simple Field
    ;Local : Field : Simple Field : Set As : ". Coulmer Day Book on " + $$String:##SVCurrentDate

    Local : Field : Simple Field : Set As : " Coulmer Day Book on " + $$String:##SVFromDate +" to " + $$String:##SVToDate
    Local : Field : Simple Field : Style : Normal Bold
    Local : Field : Simple Field : Align : Centre
    [Part : daybookhead1]
    Use : Column Day Book
    Delete : Repeat
    Delete : Scroll
    Border : ColumnTitles
    Local : Field : Default : Type : string
    Local : Field : My Voucher Date : Set As : "Date"
    Local : Field : MyVoucherParty: Set As : "Particular"
    Local : Field : MyVchNo : Set As : "Voucher No"
    Local : Field : MyVchType : Set As : "Voucher Type"
    Local : Field : PARTYPHONE :Set as:"Party Phone"
    Local : Field : MEBNo : Set As : "Narration"
    Local : Field : MyVchAmount0 : Set As : "Contra"
    Local : Field : MyVchAmount : Set As : "Sales"
    Local : Field : MyVchAmount1 : Set As : "Receipt"
    Local : Field : MyVchAmount2 : Set As : "Payment"
    Local : Field : MyVchAmount3 : Set As : "Debit Note"
    Local : Field : MyVchAmount4 : Set As : "Credit Note"
    Local : Field : MyVchAmount5 : Set As : "Journal"
    Local : Field : MyVchAmount6 : Set As : "Purchase"
    Local :Field : Default : Style : Large Bold
    Local: Field: Default: Align: Center
    Local: Field: Default:Background: Green

    [Part :Column Day Book]
    Line : Column Day Book
    Repeat :Column Day Book :My Voucher Rep Collection
    tOTAL : MyVchAmount0,MyVchAmount,MyVchAmount1,MyVchAmount2,MyVchAmount3,MyVchAmount4,MyVchAmount5,MyVchAmount6
    Scroll : Vertical
    [Line :Column Day Book]
    Field :My Voucher Date,MyVoucherParty,MyVchNo,MyVchType,MEBNo

    Right Field : PARTYPHONE,MyVchAmount0,MyVchAmount,MyVchAmount1,MyVchAmount2,MyVchAmount3,MyVchAmount4,MyVchAmount5,MyVchAmount6
    Option : Alter On Enter


    [Field:pARTYPHONE]
    Use : NAme Field
    Set As : $LedgerPhone:LEDGER:$LEDGERNAME
    Width : 18
    Border : Thin Right
    [Field :My Voucher Date]
    Use : Short Date Field
    Set As : $Date
    Border : Thin Right

    [Field : MyVoucherParty]

    Use : NAme Field
    Set As : $LedgerName
    Width : 35
    Border : Thin Right
    Alter : Voucher



    [Field : MyVchNo]
    Use : NAme Field
    Set As : $VoucherNumber
    Width : 18
    Border : Thin Right

    [Field : MyVchType]
    Use : Name Field
    Set As : $VoucherTypeName
    Border : Thin Right
    Width : 15
    [Field : MEBNo]
    Use : Name Field
    Set As : $Narration
    Width : 60
    Border : Thin Right
    Style : Normal
    Set Always : Yes

    [Field : MyVchAmount0]
    Use : Amount Field

    Set As :if $VoucherTypeName CONTAINS "Con" then $Amount else ""
    Format : "DrCr"
    Border : Thin Right
    [Field : MyVchAmount]
    Use : Amount Field


    Set As :if $VoucherTypeName CONTAINS "Sale" then $Amount else ""
    Format : "DrCr"
    Border : Thin Right
    [Field : MyVchAmount1]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "Rec" then $Amount else ""
    Border : Thin Right
    [Field : MyVchAmount2]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "pay" then $Amount else ""
    Border : Thin Right
    [Field : MyVchAmount3]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "deb" then $Amount else ""
    Border : Thin Right
    [Field : MyVchAmount4]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "Cre" then $Amount else ""
    Border : Thin Right
    [Field : MyVchAmount5]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "Jou" then $Amount else ""
    Border : Thin Right
    [Field : MyVchAmount6]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "Pur" then $Amount else ""
    [Collection : My Voucher Rep Collection]
    Type : Vouchers
    Fetch : Date,Amount,VoucherTypeName,PArtyLedgerName,VoucherNumber,Narration


    [Part: daybookbottam]
    Lines : daybookTotalLine
    [Line: daybookTotalLine]
    Use : Column Day Book
    Local: Field: Default : Style : Small Bold
    Local: Field: Default:Background: Green
    Local: Field: Default: Type: String
    Local: Field: Default: Align: Center
    Local : Field : MyVoucherParty: Set As : "Total"
    Local : Field : MyVoucherParty: Color: Blue
    Local : Field : MyVchNo : Set As : "Day Book"
    Local : Field : MyVchNo: Color: Blue
    Local : Field : MyVchType : Set As : "Amount"
    Local : Field : MyVchType : Color: Blue
    Local : Field : MyVchAmount0 :Set As: $$Total:MyVchAmount0
    Local : Field : MyVchAmount : Set As : $$Total:MyVchAmount
    Local : Field : MyVchAmount1 : Set As : $$Total:MyVchAmount1
    Local : Field : MyVchAmount2 : Set As : $$Total:MyVchAmount2
    Local : Field : MyVchAmount3 : Set As : $$Total:MyVchAmount3
    Local : Field : MyVchAmount4 : Set As : $$Total:MyVchAmount4
    Local : Field : MyVchAmount5 : Set As : $$Total:MyVchAmount5
    Local : Field : MyVchAmount6 : Set As : $$Total:MyVchAmount6
    Border : Totals
    /*
    ;;****************************Sri Anandeshwarai Namah******************************



    [#Report: Ledger Outstandings]

    Local:Field:BILLFixed:Add : Fields :after:BILLRef: TAXAMT,INTREST

    Local : line: BILLCol1 :Local : Field : BillRef : Set as: $$LocaleString:"B.No."
    Local : line: BILLCol1 :Local : Field : BillRef :Style:normal bold
    Local : line: BILLCol1 :Local : Field :TAXAMT : Set As : "Tax Amount"
    Local : line: BILLCol1 :Local : Field : INTREST : Set As : "Interest"



    Local:Line:BILL TOTAL: Local : Field : TAXAMT : Set AS:$$Total:TAXAMT;$$Total:TAXAMT
    Local:Line:BILL TOTAL: Local : Field : INTREST : Set as:$$Total:BILLInterest




    [#Part:BILL Body]
    Total :TAXAMT

    ;;;;


    [Field : TAXAMT];

    Use : amount Field
    Set As : @@GST
    Width : 12
    Align :Center
    Border : Thin Left

    [Field : INTREST]

    Use : AmountField
    Set as : $Interest
    Format : "DrCr";$$CollectionField:$PartyVchNumber:1:MyCollection
    Width : 12
    Align :Center
    Border : Thin left


    [System:Formula]

    CGSTAmtElig : $Narration:Ledger:$LedgerName Contains "CGST"
    SGSTAmtElig : $Narration:Ledger:$LedgerName Contains "SGST"
    IGSTAmtElig : $Narration:Ledger:$LedgerName Contains "IGST"
    GST : $$CollectionField:$CGSTAmount:1:MyCollection + $$CollectionField:$SGSTAmount:1:MyCollection + $$CollectionField:$IGSTAmount:1:MyCollection



    ;;~~~~~~~~~~ COLLECTION ~~~~~~~~~~~~;;


    [Collection : MyCollection]

    SourceCollection : Default
    Walk : LedgerEntries,InventoryEntries

    COMPUTE : SGSTAMOUNT : $$FilterAmtTotal:LedgerEntries:SGSTAmtElig:$Amount;$$CollAmtTotal:LedgerEntries:$Amount
    COMPUTE : CGSTAmount : $$FilterAmtTotal:LedgerEntries:CGSTAmtElig:$Amount
    COMPUTE : IGSTAmount : $$FilterAmtTotal:LedgerEntries:IGSTAmtElig:$Amount


    Fetch : *.*

    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;





    [#Line: BILL Total]

    Border: thin box

    Local : Field : BillOp : Border : thin left : $$InPrintMode
    Local : Field : BillCl : Border : thin left : $$InPrintMode
    Space Top : if $$InPrintMode then 0 else 0



    [#Field: BILLDate]

    Border:thin left

    [#Field: BILLRef]

    Border:thin left

    [#Field: BILLOp]

    Border:thin left

    [#Field: BILLCl]

    Border:thin left
    [#Field: BILLPDC]

    Border:thin left

    [#Field: BILLFinal]

    Border:thin left
    [#Field: BILLForex]

    Border:thin left

    [#Field: BILLDue]

    Border:thin left

    [#Field: BILLOverdue]

    Border:thin left




    ;;***************************************** End of File **************************************


     


  5. sattam

    sattam Active Member


    Dear Sushil ,
    First try to learn basic tdl programming.You may search in tally developer.This is very simple and basic code.
    You ask for code for 3 month .If You Tried to learn then in this three month you get better knowledge about tdl.
     

    Attached Files:



  6. SUSHIL SHARMA

    SUSHIL SHARMA Member


    HELLO SIR HINDI LANGUAGE SAMAJ SABKO AATI H BS PROF. ME USE NHI KARTE
     


  7. SUSHIL SHARMA

    SUSHIL SHARMA Member


    THANKU SIR BHUT BHUT SUKRIYA SIR ME APKA AABHARI HU SIR

    SIR BS YE WALA COLUMN OR ADD KR DO SIR upload_2020-8-28_17-11-41.png
     


  8. SUSHIL SHARMA

    SUSHIL SHARMA Member


    SIR FREE ME KOI NHI SIKHATA SAB CHARGE KARTE HAI
     


  9. SUSHIL SHARMA

    SUSHIL SHARMA Member


    SIR ME VESE TRY BHUT KIYA ME JB SE TRY HI KR RAHA THA SIR
     


  10. Bipin Damania

    Bipin Damania Active Member


    Please try this

    Code:
    [#Menu : Gateway of Tally]
    Item : Column Day Book : Display : Column Day Book
    
    [Report : Column Day Book]
    Form :Column Day Book
    Variable : SVFromDate,SVToDate
    Set : SVFromDate : ##SVCurrentDate
    Set : SVToDate : ##SVCurrentDate
    
    [Form :Column Day Book]
    Part :daybookhead,daybookhead1, Column Day Book ;;,daybookhead2
    
    bottom Part : daybookbottam
    Button : Change Period,Print Button,Export Button,FilterButton,GRPVCH Configure
    
    Background : LightBlue
    
    [Part : daybookhead]
    Line :daybookhead
    [Line :daybookhead]
    Field : Simple Field
    ;Local : Field : Simple Field : Set As : ". Coulmer Day Book on " + $$String:##SVCurrentDate
    
    Local : Field : Simple Field : Set As : " Coulmer Day Book on " + $$String:##SVFromDate +" to " + $$String:##SVToDate
    Local : Field : Simple Field : Style : Normal Bold
    Local : Field : Simple Field : Align : Centre
    [Part : daybookhead1]
    Use : Column Day Book
    Delete : Repeat
    Delete : Scroll
    Border : ColumnTitles
    Local : Field : Default : Type : string
    Local : Field : My Voucher Date : Set As : "Date"
    Local : Field : MyVoucherParty: Set As : "Particular"
    Local : Field : MyVchNo : Set As : "Voucher No"
    Local : Field : MyVchType : Set As : "Voucher Type"
    Local : Field : MEBNo : Set As : "Narration"
    Local : Field : MyVchAmount9 : Set As : "Phone No"
    Local : Field : MyVchAmount0 : Set As : "Contra"
    Local : Field : MyVchAmount : Set As : "Sales"
    Local : Field : MyVchAmount1 : Set As : "Receipt"
    Local : Field : MyVchAmount2 : Set As : "Payment"
    Local : Field : MyVchAmount3 : Set As : "Debit Note"
    Local : Field : MyVchAmount4 : Set As : "Credit Note"
    Local : Field : MyVchAmount5 : Set As : "Journal"
    Local : Field : MyVchAmount6 : Set As : "Purchase"
    Local :Field : Default : Style : Large Bold
    Local: Field: Default: Align: Center
    Local: Field: Default:Background: Green
    
    [Part :Column Day Book]
    Line : Column Day Book
    Repeat :Column Day Book :My Voucher Rep Collection
    tOTAL : MyVchAmount0,MyVchAmount,MyVchAmount1,MyVchAmount2,MyVchAmount3,MyVchAmount4,MyVchAmount5,MyVchAmount6
    Scroll : Vertical
    [Line :Column Day Book]
    Field :My Voucher Date,MyVoucherParty,MyVchNo,MyVchType,MEBNo
    
    Right Field : MyVchAmount9,MyVchAmount0,MyVchAmount,MyVchAmount1,MyVchAmount2,MyVchAmount3,MyVchAmount4,MyVchAmount5,MyVchAmount6
    Option : Alter On Enter
    
    [Field :My Voucher Date]
    Use : Short Date Field
    Set As : $Date
    Border : Thin Right
    
    [Field : MyVoucherParty]
    
    Use : NAme Field
    Set As : $LedgerName
    Width : 35
    Border : Thin Right
    Alter : Voucher
    
    
    
    [Field : MyVchNo]
    Use : NAme Field
    Set As : $VoucherNumber
    Width : 18
    Border : Thin Right
    
    [Field : MyVchType]
    Use : Name Field
    Set As : $VoucherTypeName
    Border : Thin Right
    Width : 15
    [Field : MEBNo]
    Use : Name Field
    Set As : $Narration
    Width : 60
    Border : Thin Right
    Style : Normal
    Set Always : Yes
    
    [Field : MyVchAmount9]
    Use : Name Field
    Set As : $LedgerPhone:Ledger:$LedgerName
    Width : 10
    Border : Thin Right
    Style : Normal
    Set Always : Yes
    
    [Field : MyVchAmount0]
    Use : Amount Field
    
    Set As :if $VoucherTypeName CONTAINS "Con" then $Amount else ""
    Format : "DrCr"
    Border : Thin Right
    [Field : MyVchAmount]
    Use : Amount Field
    
    
    Set As :if $VoucherTypeName CONTAINS "Sale" then $Amount else ""
    Format : "DrCr"
    Border : Thin Right
    [Field : MyVchAmount1]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "Rec" then $Amount else ""
    Border : Thin Right
    [Field : MyVchAmount2]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "pay" then $Amount else ""
    Border : Thin Right
    [Field : MyVchAmount3]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "deb" then $Amount else ""
    Border : Thin Right
    [Field : MyVchAmount4]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "Cre" then $Amount else ""
    Border : Thin Right
    [Field : MyVchAmount5]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "Jou" then $Amount else ""
    Border : Thin Right
    [Field : MyVchAmount6]
    Use : Amount Field
    Set As :if $VoucherTypeName CONTAINS "Pur" then $Amount else ""
    [Collection : My Voucher Rep Collection]
    Type : Vouchers
    Fetch : Date,Amount,VoucherTypeName,PArtyLedgerName,VoucherNumber,Narration
    
    
    [Part: daybookbottam]
    Lines : daybookTotalLine
    [Line: daybookTotalLine]
    Use : Column Day Book
    Local: Field: Default : Style : Small Bold
    Local: Field: Default:Background: Green
    Local: Field: Default: Type: String
    Local: Field: Default: Align: Center
    Local : Field : MyVoucherParty: Set As : "Total"
    Local : Field : MyVoucherParty: Color: Blue
    Local : Field : MyVchNo : Set As : "Day Book"
    Local : Field : MyVchNo: Color: Blue
    Local : Field : MyVchType : Set As : "Amount"
    Local : Field : MyVchType : Color: Blue
    Local : Field : MyVchAmount9 : Set As : ""
    Local : Field : MyVchAmount0 :Set As: $$Total:MyVchAmount0
    Local : Field : MyVchAmount : Set As : $$Total:MyVchAmount
    Local : Field : MyVchAmount1 : Set As : $$Total:MyVchAmount1
    Local : Field : MyVchAmount2 : Set As : $$Total:MyVchAmount2
    Local : Field : MyVchAmount3 : Set As : $$Total:MyVchAmount3
    Local : Field : MyVchAmount4 : Set As : $$Total:MyVchAmount4
    Local : Field : MyVchAmount5 : Set As : $$Total:MyVchAmount5
    Local : Field : MyVchAmount6 : Set As : $$Total:MyVchAmount6
    Border : Totals
    
     


  11. SUSHIL SHARMA

    SUSHIL SHARMA Member


    sir apne to kamal kr diya thanku sir bhut bhut sukiya bipin sir or sattam sir thank a lot apne meri help ki thanku so much
     


  12. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    @SUSHIL SHARMA
    Lekin aapne kamaal nahi kiya. Ab thoda thoda seekhna shuru kao, jaise Sattamji ne bataya. Yeh upar wala 2 addition ekdum simple tha, jo aap bhi kar sakte the. Lekin aapne barabar koshishnahi ki. Yahan koi charges nahi hai........ karte jao coding, aur experts log help karenge..... lekin koshish tumhari honi chahiye.

    Aur yahan Hindi mei bol sakte ho.......English jaroori nahi hai...........

    App thoda thoda seekhna shuru kar do. Happy coding.
     
    MANISH DUBEY and SUSHIL SHARMA like this.


  13. SUSHIL SHARMA

    SUSHIL SHARMA Member


    thanku sir
     


  14. SUSHIL SHARMA

    SUSHIL SHARMA Member


    sir koi basic programing video ya tutorial ha to sir link send kr do sir me bhi sikhna chata hu
     


  15. Bipin Damania

    Bipin Damania Active Member


    सुशीलजी
    जैसे अमितजी और सत्तामजी ने बताया वैसे आप खुद थोड़ा ध्यान देंगे तो आप भी जरूर शिख लोगे

    आप YouTube में सर्च करें वहां बहुत सारे वीडियो है,
    और हा, वो भी हिंदी में...
     


  16. SUSHIL SHARMA

    SUSHIL SHARMA Member


    TH
    THANKU SIR
     


  17. MANISH DUBEY

    MANISH DUBEY New Member


    Dear Sir, how to BOLD thise Additional Discription for Stock item Name Line like that Cambira Font Bold Style
    please Mention thise code Untitled.jpg
     

    Attached Files:



  18. Rohit001

    Rohit001 Member


    USE THIS.....

    [#field:EI DESC]
    STYLE:NORMAL BOLD
     


  19. MANISH DUBEY

    MANISH DUBEY New Member


    Dear Rohit Sir ,
    i am appriciated working very well but little more think
    How To change these Font Style Font Size and Discription breadth
    please reply
     


  20. Rohit001

    Rohit001 Member



    Try this

    [#field:EI DESC]
    STYLE:NORMALBOLD
    Local:style:normal bold:font:"arial"
    Width:50% page
     


  21. MANISH DUBEY

    MANISH DUBEY New Member


    Dear Sir, Everything Ok But How TO Increase Font Size, Because when i see the Print preview it is very small.
    Please Reply Sir
     


  22. Rohit001

    Rohit001 Member


    Try this u can change height according to you..
    [#field:EI DESC]
    STYLE:NORMALBOLD
    Local:style:normal bold:font:"arial"
    Local:style:normal bold:Height:5
     


  23. MANISH DUBEY

    MANISH DUBEY New Member


    Sir please try to undarstand our quiry ,
    Font Size increse Additional Discription for Stock item Name when i am print preview and print
    its mean " JAB HUM PRINT NIKAALE TO Discription FONT KI SIZE BADI RAHE JO HUM SET KARE ?
     


  24. Rohit001

    Rohit001 Member


    Aap chahte ho ki additional description ki field ka font size increase ho sirf print out m.? Voucher m nhi?
     


  25. MANISH DUBEY

    MANISH DUBEY New Member


    yes Sir , Right
     


Share This Page