Help Regarding Calling Item Description

Discussion in 'Free Source Codes' started by Rishi kumar, Oct 19, 2023.

    
  1. Rishi kumar

    Rishi kumar Member


    Dear All,
    I have inserted more than one Item Description during the invoicing ( Pic Attached). I want to call all description at required field but i am not getting success.
    Pls help How to retrieve all Item Description?

    Thanks & Regards
    Rishi
     

    Attached Files:



  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Use Function FULLLIST
     


  3. Rishi kumar

    Rishi kumar Member


    Thank u sir it's working but all are coming in one line
    I want as same as in invoice.
    A
    B
    C
    Like this .
    Pls help
    Thanks
    Rishi
     


  4. Rishi kumar

    Rishi kumar Member


    Dear sir.
    I am customising a invoice where all item description in required one after one like invoice wise.
    Which collection would be used with Repeat attribute for retrieving all description value like wise invoice.
    Inventory entries or some one other .
    Pls advice.
    Regards
    Rishi.
     


  5. Sai Vineeth

    Sai Vineeth Active Member


    Use the same collection you used in $$FullList
    i.e., BASICUSERDESCRIPTION
     


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    $$FullListEx:$$newLine:BASICUSERDESCRIPTION:$BASICUSERDESCRIPTION
     


  7. Rishi kumar

    Rishi kumar Member


    Not work sir,
    Same as previous .

    What I did pls see

    [PART: SERVICE INV]
    LINE: SERVICE INV BODY
    REPEAT: SERVICE INV BODY : INVENTORY ENTRIES
    SCROLL: VERTICAL

    [ LINE: SERVICE INV BODY]
    FIELD: DESC

    [FIELD: DESC]
    USE: NAME FILED
    SETAS: $$FULLLISTEX: $$NEWLINE: BASICUSERDESCRIPTION: $BASICUSERDESCRIPTION

    PLS ADVICE
    REGARDS
    RISHI
     


  8. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Check your spellings and do not USE space in the Set As line
     


  9. Rishi kumar

    Rishi kumar Member


    Sir,
    These codes are not copy paste. I have typed thats why space are showing. Originally there are no space .
     


  10. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Check spelling of FIELD --
    It should come -- if not cannot say more than what you have shared the code --- fetch it in the Collection maybe.
     


  11. narayane88

    narayane88 Active Member


    USE lINE EXPLODE
     


  12. Rishi kumar

    Rishi kumar Member


    Thanks 4 your kind help..problem solved.

    Sir one more help
    I want that stock item shown is sale invoice not show in print format.
    I want only description print not stock item.
    I used Invisible attribute but becoz i I have used repeat attribute .so field can't be invisible.
    Pls guide how I hide the stock item name .
    Regards
    Rishi
     


  13. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    If you hide or inactive the StockItem -- then any further data which stems from that Field will not be possible.

    Think it in another way -- if you were not a member of the Forum, you would not be posting this query. JUST as you are a member the other benefits like Posting etc follows.
     


  14. Hems

    Hems Member






    maybe it could be like this
    Try this

    [Field:............]
    Set as : if $$inprintmode then "" else $stockitemname
     


  15. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    If the value is blank -- then the description will not be picked up.
     


  16. Bipin Damania

    Bipin Damania Active Member


    Try...
    Color : White if in printmode for stockitemname field
     


  17. Rishi kumar

    Rishi kumar Member


    Sir,
    Stock item cant be invisible but can be inactive....
     


  18. Hems

    Hems Member




    Iska reply amit sir ne pahle hi de rakha h. Uper comment dekhiye
     


Share This Page