You are on page 1of 1

;; product: tdl36

;; product-id: 4f56411b-b024-4200-9ae1-549fd71fdf55
;; author: shweta computers

;;objective:-
;;disabling menu options in tally 7.2
;;=========================================================================

;;global formula definition


[system: formula]
locsr : $$localestring:"sales register"
locpr : $$localestring:"purchase register"

;;add a new menu-item to the gateway of tally


[#menu:gateway of tally]
item : example 35: menu : my menu

[menu: my menu]

;;add menu item's

;;1st menu option


item: @@locsr : display : sales register : ##showsr

;;2nd menu option


;;this option is disable as variable showpr is set to no
item: @@locpr : display : purchase register : ##showpr

item: blank
key item: @@locquit

[system: variable]
showsr : yes
showpr : no

[variable: showsr]
type : logical

[variable: showpr]
type : logical

You might also like