banner banner Skip to main content

Posts

Showing posts from January, 2014

Re-print Control in tally

[#Key: PrintButton] Option : PrintButtonModifyForExciseSales : $VoucherTypeName = "Excise Sales" [!Key: PrintButtonModifyForExciseSales] Key : Alt+P Title : $$LocaleString:"Print" Type : PrintButton Inactive : if $PrintControlBollvar = Yes then Yes else No ;;;;; if variable Is yes then set print is Inactive Action List : Print ReportVCH,ReprintControl;Print Report [Key : Print ReportVCH] Key : Alt+P Title : $$LocaleString:"Print" Type : PrintButton Action : Print Report [Key : ReprintControl] Key : Alt + P Action : Call : SetFieldValue [Function : SetFieldValue] 10 : Set Value : PrintControlBollvar : Yes 20 : Save Target [#Line: VCH Ref] Option : VCH Reprint Control : $VoucherTypeName = "Excise Sales" [!Line : VCH Reprint Control] Add : Field : After : VCH RefCombo : PrintControlBollvar [Field : PrintControlBollvar] Use : L...