You cannot view this unit as you're not logged in yet.

11 thoughts on “Sales Report VIII

  1. Manoj kumar Jangid says:

    In this coding Explode comman not working Plz check

    ;;; Om namah Shivay

    ;; This coding for sales report

    [#Menu: gateway of tally]
    Add: Item: My Sales report: Display: My new report

    [Report: my new report]
    Form: my new form

    [Form:my new form]
    Part: my new part
    Height: 100 % screen
    Width: 100 % screen
    Background : my form back

    [Color: my form back]
    RGB: 220,200,200

    [Part: my new part]

    Line: FormsubTitle, Mytitleline,my new line

    Local:Field:FormsubTitle:Info:$$LocaleString:”Sales Report From Vouchers”
    Local:Field:FormSubTitle:Align:Center
    Local:Field:FormSubTitle:Style:Normal Bold
    Local:Field:FormSubTitle:Color:Blue
    Local:Field:formSubTitle:Border:Thick Bottom

    Repeat: my new line :Mynewcoll2; my newcoll
    ;Vertical:Yes

    [Line:Mytitleline]
    ;Field: Name field
    Use: my new line

    Local:Field: Mysrno :info: “S.No.”
    Local:Field:MyVCHdate:Info:”Date”
    Local:Field:MyVCHNo:Info:”Voucher No”
    Local:Field: MyVocuherName:info: “Item Name”
    Local:Field: MyVCHpartyName :info: “Party Name.”
    Local:Field: MyVCHQty:info: “Qty”
    Local:Field:MYVCHRate:info: “Rate”
    Local:Field: MyVCHAmt:info: “Amount”
    Local:Field:default : Color: blue
    Local:Field:default: Type:String
    Local : Field: default : Style: My style

    Border:column titles
    Space Bottom:.75
    Space Top: .75

    /*[Style: My style]
    Font: “Helvetica”
    Height:14*/

    [Line: my new line]

    Field: Mysrno,MyVCHDate,MyVCHNo, MyVocuherName, MyVCHpartyName
    Right Field: MyVCHQty,MYVCHRate,MyVCHAmt
    Space Top: .5

    Explode: Explodepart

    [Part:Eexplodepart]
    Line :Explodemyline
    Background:yellow
    [Line:Explodemyline]
    Field: Name Field
    Local:Field:Name field : Set as :” I Learing whats Explode”
    Local:Field:Name field :Color:red

    ;Local: Field: Name field : Set as: ” MY Testin”

    ;By: VCHAmount :$amount
    ;By: myqty : $billedQty
    Compute: myqty : $billedQty
    Compute:myamount:$amount
    Compute:itemrate:$rate

    Code edited and removed by the Moderators.

    1. Please upload your codes only to Dropbox and not here in the comment section.
      Also when your code doesn’t work, just don’t pass it to me to check them.

      That is not my intenstion to give you guys a readymade food. I want you to learn coding and learning doens’t means just writing coding.
      It means you need to read and review your code again and again even if needed then 50 times or 100 times.

      That is the only way you can become an expert in TDL
      Else I will just give a ready made fully working solutions to everyone. Simply download that but that will never help you to learn it.

      Your code are not working because you didn’t followed the course chapter carefully and you skipped one very important line of code.

      So, please review your code and compare it with the course project 10 times I am pretty sure you will find the error on your own. but it will need to
      read each and every line of code 8-10 times.

  2. madhuri Kumar says:

    hi gud morning sir
    I have tried my sales report coding, it s working fine.
    but explode is not coming . I have gone the coding many times … but I couldn’t make out .plz let me know where I am doing mistake. I have dropped file in dropbox.

  3. PRASHANTHA S says:

    Dear Sir,
    I Write Sales Report Code up to video chapter VIII its showing perfect report but Explode code not working i check it 4 to 5 times as per your code still its not Explode the items name

  4. FARRAKH HAYAT says:

    I have upload my file to dropbox.
    I have added Voucher Narration in Explode Field.
    Thanks.

  5. akash sharma says:

    Hello Sir,
    I have written the code up to this chapter however even after trying for a complete day to find the error and watching the course chapters of the complete module for three times was unsuccessful in finding the error in my code regarding explode. The exploded part is not coming in the report. I tried my level best and seek your help. I have uploaded the code to drop box under Akash Sharma folder name Sales Report and i also coded two files to find the error but wasnot able to find it. Please explain my error sir.

    1. akash sharma says:

      Sir I tried Hard again but as u say hard work and finding for error helps. It helped me in identifying my error. I just used an attribute scroll:vertical and it worked.

      1. Great and I am so glad for your not giving up and more importantly you solved the error on your error.very few of my students were abel to do so. you are one of them.
        You can be a great developer for sure cause a real developer will never give up, no matter what may happen.

Leave a Reply