;; Sri Ganeshji : Sri Balaji : Sri Pitreshwarji : Sri Durgaji : Sri Venkateshwara /* Objective(s) - This program illustrates the use of following attributes of Menu Key Item Item Key Title Indent Border3D Bottom Button Button Control Gradient Local Formula */ [#Menu: Gateway Of Tally] Add: Key Item: ($$LocaleString:"Quick Reports"): U : Menu: TSPL Custom Menu [Menu: TSPL Custom Menu] Title : $$LocaleString:"Quick Reports" Indent: "Financial Reports" Item : ($$LocaleString:"Trial Balance") : Display: Trial Balance Key : ($$LocaleString:"Trial Balance") : T Key Item : ($$LocaleString:"Balance Sheet") : B : Display: Balance Sheet Key Item : ($$LocaleString:"Profit & Loss") : P : Display: Profit and Loss Item : BLANK Indent : "Other Reports" Key Item : ($$LocaleString:"Day Book") : D : Display: DayBook Key Item : ($$LocaleString:"Stock Summary") : S : Display: Stock Summary ;; The menu item displaying stock summary is allowed only if inventory is on and stocksummary report is accesible Control : @@locStockSummary : $$IsTrueInAnyCmp:($$IsInventoryOn:$$CurrentSimpleCompany AND @IsStkSummVisible) ;; 3D border and gradient is switched off Border3D : No Gradient : No ;; Buttons specified in the menu Button : TSPL COA Bottom Button: TSPL F11 ;;Local Formula used in condition of control attribute IsStkSummVisible : $$GlobalAllow:Display:StockSummary:$$CurrentSimpleCompany [Button: TSPL F11] Title : $$LocaleString:"F11 Features" Key : F5 Action: Alter: Company Operations [Button: TSPL COA] Title : $$LocaleString:"COA" Key : F4 Action: Alter : CoA List Of Accounts ;;EOF