Stock Item Image Gallery

Discussion in 'Free Source Codes' started by Amir Ansari, Dec 10, 2020.

    
  1. Himanshu-2002

    Himanshu-2002 Active Member


    Rohit Sir..You know C# Well ?
     


  2. Rohit Khedar

    Rohit Khedar Member


    I am not know if you know C# so help and explain with sorce code
     


  3. Himanshu-2002

    Himanshu-2002 Active Member


    Sir Then Drop The Idea For Now First Learn Basics of C# then You will automatically know how to do this... again I am saying search in YT...you will get everything
     


  4. Rohit Khedar

    Rohit Khedar Member


    Maybe you not know knowledge about my problm
     


  5. Rohit Khedar

    Rohit Khedar Member


    Amit sir plz provide some sorce code
     


  6. Amir Ansari

    Amir Ansari New Member


    Amit Sir it is Possible using tdl Languages Only ,but logic not getting how ,because it already made i saw on youtude and i Speaked with developer he made using tdl only ,item Images gallery.
     


  7. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Might be possible...........through external development .... in conjunction with TDL code.
     


  8. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    But am confident........ and other more experts and knowledgeable members will agree....... directly through TDL is not possible.
     


  9. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Well...good luck...with experimentation........wish you good luck and success.

    Please let us experts know........so we can learn something new also. Cheers.
     


  10. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Dear Buddy,

    Wish I could, but I also have no idea on this -- other than what is stated above and before ................ Innovations is always new ................

    Let us improvise and develop new ideas and achieve success.
     


  11. Amir Ansari

    Amir Ansari New Member


    yes Sir please do
     


  12. Himanshu-2002

    Himanshu-2002 Active Member


    @AmirAnsari Sir, Can I get get the video link in Which you saw the module..... Because I don't think It is possible with TDL Only
     


  13. Himanshu-2002

    Himanshu-2002 Active Member


    I would like to spoke with the developer Personally
     


  14. Himanshu-2002

    Himanshu-2002 Active Member


    Amit Sir, A Random idea came in Mind So, Just trying to ask you...Is this possible or not

    1. Create a Report with Stock Name Only Which Will have 4 Parts..Means Collection will be divided in 4 Equal ( Same Like Barcode Module ) We can use Remove if
    2. Add a Explode part at line level
    3. Add The Item Picture Path in that Exploded Part But In This case Item image will come below the Stock Item Name But I think this will work... Waiting for your opinion

    **Please ignore my Grammar Mistakes
     


  15. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Not sure...I fully understand the concept........

    But logically, Yes.... having different PARTS ..... so that eliminates the issue of REPEAT at line level.

    It might be possible, but since not tried ever, work on it and see how it goes.
     


  16. Himanshu-2002

    Himanshu-2002 Active Member


    Ok..I will try to create it and Update you
     


  17. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You can have more freedom and leeway, if you are making a new REPORT..........a customized report..........

    With panel-type reports.......you know like 5 boxes in a column...... and so on..........
     


  18. Rohit Khedar

    Rohit Khedar Member


    Amit sir hear same problem in report how creat 5 box or repeat line in 5 box
     


  19. Rohit Khedar

    Rohit Khedar Member


    Hear I Creat a TDL in this Data Manual Set as not Aoto Set.
    I Want Auto Item Set Plz Anyone Solved My Problm.


    ;; code

    [#Menu : Gateway of tally]
    Add : Key Item : Stock Item Image Gallery : M : Execute : ImageItemGroup


    [Report: ImageItemGroup]

    Use : Modify Variables

    Local : Part : Modify Variables : Lines : ImageItem_Group
    Local : Field: MV Title : Info : $$LocaleString:"Select Group"

    Title : $$LocaleString:"Change Group"

    Local : Form : Modify Variables : Vertical Align :Top
    Local : Form : Modify Variables : on : Form Accept : Yes : Form Accept
    Local : Form : Modify Variables : On : Form Accept : Yes : Display : Image Gallery Report


    [Line: ImageItem_Group]

    Field : Medium Prompt, Item Group Table
    Local : Field : Medium Prompt:Set as :$$LocaleString:"Item Group"

    [Field : Item Group Table]

    Use : Name Field
    Table : List of ExtractStockGroups, AllItems
    Show Table : Always
    Modifies : ItemGroupTable
    Variable : ItemGroupTable

    [Variable : Item Group Table]

    Type :String

    [System : Variables]

    Item Group Table : ""


    ;;===============================;;

    [Report: Image Gallery Report]

    Form : Image Gallery Form
    Use : DSP Template

    Set : VoucherTypeName : $$VchTypeSales
    Set : DSPShowTrans : Yes
    Title : $$LocaleString:"Stock Item Image Gallery"


    [Form: Image Gallery Form]

    Use : DSP Template
    Parts : FormSubTitle, Image Gallery Title_A, Image Gallery Title_B


    Width : 80% Screen
    Height : 60% Screen
    Space right : 1
    Space Left : 1
    Background : FormClr;;;Released Pale Yellow

    Local : Part : FormSubTitle : Height : 5% Screen
    Local : Field : Form sub Title : Info :"Stock Item Image Gallery"
    border thin box
    ;;============================Title==============================;;

    [Part: Image Gallery Title_A]
    Parts: Parts A, Parts B, Parts C, Parts D
    Border : thin box

    [Part: Parts A]
    Parts: Parts A_A, Parts A_B
    Border : thin Right

    [Part: Parts A_A]

    Lines : EXPINV LogoA_A
    Graph Type : "C:\Users\Rohit Kumar\Desktop\A\Nokia 105.jpg"
    Height : 2.00 Cm
    Width : 10% Screen
    HorizontalAlign : Left
    Vertical: Centre


    [Line: EXPINV LogoA_A]
    Field : EXPINV LogoA_A

    [Field: EXPINV LogoA_A]
    Set as : ""

    ;;----------------------------------------------------------------
    [Part: Parts A_B]
    Lines : EXPINV Nameab, EXPINV Partab, EXPINV Priceab, EXPINV Stockab



    [Line: EXPINV Nameab]
    Field : Simple Prompt,EXPINV Nameab

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Item Name"

    [Field: EXPINV Nameab]
    Set as : "Nokia 105"


    [Line: EXPINV Partab]
    Field : Simple Prompt,EXPINV Partab

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Part No."


    [Field: EXPINV Partab]
    Set as : "111111"


    [Line: EXPINV Priceab]
    Field : Simple Prompt,EXPINV Priceab

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Price"

    [Field: EXPINV Priceab]
    Set as : "120"

    [Line: EXPINV Stockab]
    Field : Simple Prompt,EXPINV Stockab

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Stock Available"

    [Field: EXPINV Stockab]
    Set as : "10 Pcs"

    ;;==============================================================

    [Part: Parts B]

    Parts: Parts B_A, Parts B_B
    Border : thin Right

    [Part: Parts B_A]
    Lines : EXPINV LogoB_A
    Graph Type : "C:\Users\Rohit Kumar\Desktop\New Folder With Items\Nokia 1100.jpg"
    Height : 2.00 Cm
    Width : 10% Screen
    HorizontalAlign : Centre
    Vertical: Centre

    [Line: EXPINV LogoB_A]
    Field : EXPINV LogoB_A

    [Field: EXPINV LogoB_A]
    Set as : ""

    ;;---------------------------------------------------

    [Part: Parts B_B]
    Lines : EXPINV Namebb, EXPINV Partbb, EXPINV Pricebb, EXPINV Stockbb



    [Line: EXPINV Namebb]
    Field : Simple Prompt,EXPINV Namebb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Item Name"

    [Field: EXPINV Namebb]
    Set as : "Nokia 1100"


    [Line: EXPINV Partbb]
    Field : Simple Prompt,EXPINV Partbb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Part No."


    [Field: EXPINV Partbb]
    Set as : "111111"


    [Line: EXPINV Pricebb]
    Field : Simple Prompt,EXPINV Pricebb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Price"

    [Field: EXPINV Pricebb]
    Set as : "120"

    [Line: EXPINV Stockbb]
    Field : Simple Prompt,EXPINV Stockbb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Stock Available"

    [Field: EXPINV Stockbb]
    Set as : "10 Pcs"


    ;;==============================================================


    [Part: Parts C]

    Parts: Parts C_A, Parts C_B
    Border : thin Right

    [Part: Parts C_A]
    Lines : EXPINV LogoC_A
    Graph Type : "C:\Users\Rohit Kumar\Desktop\New Folder With Items\Nokia 1200.jpg"
    Height : 2.00 Cm
    Width : 10% Screen
    HorizontalAlign : Centre
    Vertical: Centre

    [Line: EXPINV LogoC_A]
    Field : EXPINV LogoC_A

    [Field: EXPINV LogoC_A]
    Set as : ""

    ;;---------------------------------------------------

    [Part: Parts C_B]
    Lines : EXPINV Namecb, EXPINV Partcb, EXPINV Pricecb, EXPINV Stockcb



    [Line: EXPINV Namecb]
    Field : Simple Prompt,EXPINV Namecb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Item Name"

    [Field: EXPINV Namecb]
    Set as : "Nokia 1200"


    [Line: EXPINV Partcb]
    Field : Simple Prompt,EXPINV Partcb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Part No."


    [Field: EXPINV Partcb]
    Set as : "111111"


    [Line: EXPINV Pricecb]
    Field : Simple Prompt,EXPINV Pricecb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Price"

    [Field: EXPINV Pricecb]
    Set as : "120"

    [Line: EXPINV Stockcb]
    Field : Simple Prompt,EXPINV Stockcb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Stock Available"

    [Field: EXPINV Stockcb]
    Set as : "10 Pcs"

    ;;=============================================================

    [Part: Parts D]

    Parts: Parts D_A, Parts D_B


    [Part: Parts D_A]
    Lines : EXPINV LogoD_A
    Graph Type : "C:\Users\Rohit Kumar\Desktop\New Folder With Items\Nokia 1600.jpg"
    Height : 2.00 Cm
    Width : 10% Screen
    HorizontalAlign : Centre
    Vertical: Centre

    [Line: EXPINV LogoD_A]
    Field : EXPINV LogoD_A

    [Field: EXPINV LogoD_A]
    Set as : ""

    ;;---------------------------------------------------

    [Part: Parts D_B]
    Lines : EXPINV Namedb, EXPINV Partdb, EXPINV Pricedb, EXPINV Stockdb



    [Line: EXPINV Namedb]
    Field : Simple Prompt,EXPINV Namedb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Item Name"

    [Field: EXPINV Namedb]
    Set as : "Nokia 1600"


    [Line: EXPINV Partdb]
    Field : Simple Prompt,EXPINV Partdb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Part No."


    [Field: EXPINV Partdb]
    Set as : "111111"


    [Line: EXPINV Pricedb]
    Field : Simple Prompt,EXPINV Pricedb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Price"

    [Field: EXPINV Pricedb]
    Set as : "120"

    [Line: EXPINV Stockdb]
    Field : Simple Prompt,EXPINV Stockdb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Stock Available"

    [Field: EXPINV Stockdb]
    Set as : "10 Pcs"


    ;;***********************************************************************


    [Part: Image Gallery Title_B]
    Parts: Parts E, Parts F, Parts G, Parts H
    Border : thin Box


    [Part: Parts E]
    Parts: Parts E_A, Parts E_B
    Border : thin Right

    [Part: Parts E_A]

    Lines : EXPINV LogoE_A
    Graph Type : "C:\Users\Rohit Kumar\Desktop\New Folder With Items\Mi A3.jpg"
    Height : 2.00 Cm
    Width : 10% Screen
    HorizontalAlign : Left
    Vertical: Centre


    [Line: EXPINV LogoE_A]
    Field : EXPINV LogoE_A

    [Field: EXPINV LogoE_A]
    Set as : ""

    ;;----------------------------------------------------------------
    [Part: Parts E_B]
    Lines : EXPINV Nameeb, EXPINV Parteb, EXPINV Priceeb, EXPINV Stockeb



    [Line: EXPINV Nameeb]
    Field : Simple Prompt,EXPINV Nameeb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Item Name"

    [Field: EXPINV Nameeb]
    Set as : "Mi A3"


    [Line: EXPINV Parteb]
    Field : Simple Prompt,EXPINV Parteb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Part No."


    [Field: EXPINV Parteb]
    Set as : "111111"


    [Line: EXPINV Priceeb]
    Field : Simple Prompt,EXPINV Priceeb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Price"

    [Field: EXPINV Priceeb]
    Set as : "120"

    [Line: EXPINV Stockeb]
    Field : Simple Prompt,EXPINV Stockeb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Stock Available"

    [Field: EXPINV Stockeb]
    Set as : "10 Pcs"

    ;;==============================================================

    [Part: Parts F]

    Parts: Parts F_A, Parts F_B
    Border : thin Right

    [Part: Parts F_A]
    Lines : EXPINV LogoF_A
    Graph Type : "C:\Users\Rohit Kumar\Desktop\New Folder With Items\Oppo F9.jpg"
    Height : 2.00 Cm
    Width : 10% Screen
    HorizontalAlign : Centre
    Vertical: Centre

    [Line: EXPINV LogoF_A]
    Field : EXPINV LogoF_A

    [Field: EXPINV LogoF_A]
    Set as : ""

    ;;---------------------------------------------------

    [Part: Parts F_B]
    Lines : EXPINV Namefb, EXPINV Partfb, EXPINV Pricefb, EXPINV Stockfb



    [Line: EXPINV Namefb]
    Field : Simple Prompt,EXPINV Namefb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Item Name"

    [Field: EXPINV Namefb]
    Set as : "Oppo F9"


    [Line: EXPINV Partfb]
    Field : Simple Prompt,EXPINV Partfb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Part No."


    [Field: EXPINV Partfb]
    Set as : "111111"


    [Line: EXPINV Pricefb]
    Field : Simple Prompt,EXPINV Pricefb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Price"

    [Field: EXPINV Pricefb]
    Set as : "120"

    [Line: EXPINV Stockfb]
    Field : Simple Prompt,EXPINV Stockfb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Stock Available"

    [Field: EXPINV Stockfb]
    Set as : "10 Pcs"


    ;;==============================================================


    [Part: Parts G]

    Parts: Parts G_A, Parts G_B
    Border : thin Right

    [Part: Parts G_A]
    Lines : EXPINV LogoG_A
    Graph Type : "C:\Users\Rohit Kumar\Desktop\New Folder With Items\S7.jpg"
    Height : 2.00 Cm
    Width : 10% Screen
    HorizontalAlign : Centre
    Vertical: Centre

    [Line: EXPINV LogoG_A]
    Field : EXPINV LogoG_A

    [Field: EXPINV LogoG_A]
    Set as : ""

    ;;---------------------------------------------------

    [Part: Parts G_B]
    Lines : EXPINV Namegb, EXPINV Partgb, EXPINV Pricegb, EXPINV Stockgb



    [Line: EXPINV Namegb]
    Field : Simple Prompt,EXPINV Namegb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Item Name"

    [Field: EXPINV Namegb]
    Set as : "S7"


    [Line: EXPINV Partgb]
    Field : Simple Prompt,EXPINV Partgb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Part No."


    [Field: EXPINV Partgb]
    Set as : "111111"


    [Line: EXPINV Pricegb]
    Field : Simple Prompt,EXPINV Pricegb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Price"

    [Field: EXPINV Pricegb]
    Set as : "120"

    [Line: EXPINV Stockgb]
    Field : Simple Prompt,EXPINV Stockgb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Stock Available"

    [Field: EXPINV Stockgb]
    Set as : "10 Pcs"

    ;;=============================================================

    [Part: Parts H]

    Parts: Parts H_A, Parts H_B


    [Part: Parts H_A]
    Lines : EXPINV LogoH_A
    Graph Type : "C:\Users\Rohit Kumar\Desktop\New Folder With Items\Galaxy S.jpg"
    Height : 2.00 Cm
    Width : 10% Screen
    HorizontalAlign : Centre
    Vertical: Centre

    [Line: EXPINV LogoH_A]
    Field : EXPINV LogoH_A

    [Field: EXPINV LogoH_A]
    Set as : ""

    ;;---------------------------------------------------

    [Part: Parts H_B]
    Lines : EXPINV Namehb, EXPINV Parthb, EXPINV Pricehb, EXPINV Stockhb



    [Line: EXPINV Namehb]
    Field : Simple Prompt,EXPINV Namehb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Item Name"

    [Field: EXPINV Namehb]
    Set as : "Galaxy S"


    [Line: EXPINV Parthb]
    Field : Simple Prompt,EXPINV Parthb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Part No."


    [Field: EXPINV Parthb]
    Set as : "111111"


    [Line: EXPINV Pricehb]
    Field : Simple Prompt,EXPINV Pricehb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Price"

    [Field: EXPINV Pricehb]
    Set as : "120"

    [Line: EXPINV Stockhb]
    Field : Simple Prompt,EXPINV Stockhb

    Local : Field : Default : Style : Small Bold
    Local : Field : Default : Type : String
    Local : Field : Default : Width : 10
    Local : Field : Default : Color : Blue

    Local : Field :Simple Prompt : Info : "Stock Available"

    [Field: EXPINV Stockhb]
    Set as : "10 Pcs"
     
    Last edited: Jan 22, 2021


  20. Rohit Khedar

    Rohit Khedar Member


    this is my picture
     

    Attached Files:



  21. Rohit Khedar

    Rohit Khedar Member


    Hi Any one solution plz
     


  22. Rohit Khedar

    Rohit Khedar Member




    Hi Any expert solution plz
     


  23. Rohit Khedar

    Rohit Khedar Member


    Happy Republic days 2021 all members and experts in advance
    ;; ======================;;
     


  24. Johar

    Johar Member


    I have completed the Stock Item wise Gallery, attached Image
     

    Attached Files:

    PANKAJ BHONDLE likes this.


  25. Rohit Khedar

    Rohit Khedar Member


    Thanks and very good. now can you solved my problem .
     


Share This Page