in sales invoice

Discussion in 'Tally Developer' started by hiteshhkj, Oct 5, 2012.

    
  1. hiteshhkj

    hiteshhkj Member


    in sales invoice when we select two item with different kind of units like one item has kgs , and other item has pcs , then in qty total column total quantity does not shows , please solve this error , this error is found in sales invoice entree
     


  2. mpal2311

    mpal2311 Active Member


    How can you add 1 kg. apples to 1 ltr. milk & 1 Pcs. shirt. If you can add these items, your query will be resolved automatically.
     


  3. Kamal Sharma

    Kamal Sharma New Member


    You can have a combine unit of measure like you can have unit of mesure name U
    U stands for unit
    Like
    milk 1 U = U stands for ltr.
    Apple 1 U = U stands for Kg.
    Shirt 1 U = U stands for Pcs.

    It will give total in invoice and you know the type of commedity so U will play role as per item.
     


  4. hiteshhkj

    hiteshhkj Member


    i want only figure sum if any formula can do it then please tell me because one common un it for all items is not proper way
     


  5. G Vijay

    G Vijay Member


    At bottom part, give like this..

    [Field : Mytotalqty]
    Use : Number Field
    format : "no symbol"
    Set as : $$CollNumTotal:InventoryEntries:$MyTotal ;; billedQty
    Width : 30 mms
    Space Right : 38 mms
    [#Object : Inventory Entry]
    MyTotal : $$Number:$BilledQty
     
    Prema75 likes this.


  6. satheesh98864

    satheesh98864 New Member


    what changes need to be done to calculate alternate quantity ?with units of measure..And also it would be helpful if you can guide me how to find the list of functions ..like BilledQty,Number..where i can get their names ..

    Thanks in advance
     


Share This Page