Coll collection

Discussion in 'Requests' started by Sudhish Singh, Aug 25, 2018.

    
  1. Sudhish Singh

    Sudhish Singh New Member


    Call the collection in pos bill with all pending order respected party ledger name please help..
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    share your code so we can help..............
     


  3. Sudhish Singh

    Sudhish Singh New Member


    [#Part: VCH POS PriceList]

    Add:Line:OrderTrackln
    Scroll:Horizontal


    [Line:OrderTrackln]
    Field:ShortPrompt,OrderTrackfld

    Local:Field:ShortPrompt:Info:Tabel

    [Field:OrderTrackfld]
    Use:name field
    Width:20% page
    Table : summarycoll ,not applicable
    Show Table:Always;;
    ;; table :InvSalesOrders

    [collection:maincoll]
    type:vouchers:vouchertype
    childof:$$VchTypeSalesOrder
    belongsto:yes



    [collection:summarycoll]
    source collection:maincoll
    compute:eek:rderno:$reference
    ;Fetch:eek:rderno:$orderno
    ;Filter:$$isepmty:
    add:format:$orderno,55


    ;select $orderno from summarycoll
    [System: Formula]




    ;;sir
    ;;By This code only order no pick not item name qty rate amount
     


  4. Sudhish Singh

    Sudhish Singh New Member


    Sir please help to pick order item and value
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Just like your computed ORDERNO and added format ...........in your summarycoll.........

    do the same for ItemName, Qty and Value.
     


Share This Page