Welcome to Marg Care - Marg ERP 9+

Home > Margerp > Gui Format > How to set print Free Quantity in Bill Format for condition (if Free qty 1.00 then should print 1 and if 1.5 then print 1.5) in Marg Software?

How to set print Free Quantity in Bill Format for condition (if Free qty 1.00 then should print 1 and if 1.5 then print 1.5) in Marg Software?

402

Ans.1

In Marg Software the user can print free qty (if Free qty 1.00 then should print 1 and if 1.5 then print 1.5).

In order to apply the condition of free qty., the user needs to follow the below steps:

  • Firstly, Go to Masters > Marg Setups > Self Format

  •  A 'Self Format' window will appear.
  • Enter password as reverse format (YY/MM/DD).


  • A 'Formats' window will appear.
  • The user will select 'Invoice Format- GUI'

  • An 'Invoice Format- GUI' window will appear.
  • In ‘Format’ fieldenter the name of the format.
  • Suppose, user select 'AC'.

  •  The user will now select ‘Bill Format’.

  • A 'Bill Format GUI- AC' window will appear.
  • The user will select ‘Item’.

  • Now use command '.lw(128 , < IIF ( SB_FQTY > 1 , { < SB_FQTY,6,2 > } , { < SB_FQTY,6,0 > } > ,"Verdana",6 ) '.
  • The user will press 'Ctrl +W' key to save the details.

 

  • Then click on 'Save' in order to save changes.

After following the above steps, the free quantity will be print on the bases of the defined condition.


Submit Feedback