Customized pos voucher

Discussion in 'Free Source Codes' started by ONKAR, Mar 21, 2019.

    
  1. ONKAR

    ONKAR Active Member


    [#Menu : Gateway of Tally]
    Add : Key Item :After : @@LocAccountingVouchers : "1) POS Sale " : V : Create Collection : VSales


    [Collection : VSales ]
    Type : Voucher
    Child of : ##SVCurrentDate
    Report : VSales
    Filter : VSaleFilt


    [System : Formula]
    VSaleFilt : $VoucherTypeName = " POS sale"

    [Report : VSales]
    Use : Voucher
    Set : SVVoucherType : " POS Sale"
    Set : ORIGVchType : $$VchTypeSales
    Delete : Form
    Form : VSales
    Set : InvoicingModeFlag : Yes
    Set : ICFGMarks : Yes
    Set : ICFGNumPackages : Yes
    Set : ZeroValueBatches : No
    Set : ICFGCommonLed : Yes
    [Form : VSales]
    Use : Voucher

    Above code is working fine, but create by default tally pos voucher, but how to customize like this image.

    POS SCREEN.jpg
    [ image credit - Rajarajan rajarajan / R.Murli Sir ]

    How to customized like this image, POS VOUCHER
     
    sandeep76out likes this.


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Just like the original developers, you too can make your own.

    You know coding, so start making in similar as per image above.
     
    mohamed safiyullah likes this.


  3. mohamed safiyullah

    mohamed safiyullah New Member


    How to give condition to give print for pos in printout each itemgroup wise.
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You will need to re-design the POS print as by default group-wise item is not there.
     


  5. mohamed safiyullah

    mohamed safiyullah New Member


    Thank u for reply sir.
    Kindly mention any possible option to give in [form:salescolor] to separate grouply print.
     


  6. ONKAR

    ONKAR Active Member


    ok @amitKamdar Sir
     


  7. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You can start making your own, as a learning purpose or then you can browse the forum threads. I remember that someone has made a TDL, which during printing, arranges the stockitems group-wise. You will find that useful.
     
    mohamed safiyullah likes this.


Share This Page