संदेश

जुलाई, 2022 की पोस्ट दिखाई जा रही हैं

Tally TDL chapter 287 for Easy Copy Paste by Rajiv Mishra Computer Class

चित्र
 [#Form: Master Accounting Form] Delete: Bottom Buttons : Master Group, Master Ledger, Master VchType, Blank Button ;, Master Company Operations, Master Configure Delete: Option : CstCat Buttons : $$IsCostCategoryOn Delete: Option : CstCtr Buttons : $$IsCostCentresOn Delete: Option : Employee Buttons : ($$AddOnInfo:payrollEnabled) AND $$IsPayrollOn Delete: Option : Budget Buttons : $$IsBudgetsOn Delete: Option : Currency Buttons : $$IsMultiCurrencyOn [#Form: Master Inventory Form] Delete: Bottom Buttons : Master Stock Group, Master Stock Item, Master Units, Master VchType, Blank Button ;, Master Company Operations, Master Configure Delete: Option : StockCat Buttons : $$IsStockCategoryOn Delete: Option : Godown Buttons : $$IsMultiGodownOn [#Form: Multi Master Accounting Form] Delete: Bottom Buttons : Multi Master Group, Multi Master Ledger, Blank Button ;, Master Company Operations Delete: Option : Multi CstCat Buttons : $$IsCostCategoryOn Delete: Option : Multi CstCtr Buttons : $$I...

Tally TDL chapter 286 For ledger group name in List of ledger during voucher Entry By Rajiv Mishra Computer Class

चित्र
  [#Field:EI COnsignee] Delete:Table Add:Table:MyLedgerColl [Collection:MyLedgerColl] Use : Alias Collection Title : $$LocaleString:"List of Ledger" Type : Ledger Fetch : Name Report : Ledger Variable : LLedger Trigger : LLedger IsODBCTable : Yes Add : SubTitle : $$LocaleString:"Ledger Name","Parent Group" Add :Format :$Parent Fetch:parent

Tally TDL Chapter 283 for Cost center in Outstanding Reports

चित्र
  [#Line: BILLCol1] Add: Option: RAJIVT1: Yes [!Line: RAJIVT1] Add : Right Field : F00xBillCost Local: Field: F00xBillCost : Set as:"Cost" [#Line: BILLCol2] Add: Option: RAJIVT2: Yes [!Line: RAJIVT2] Add : Right Field : F00xBillCost Local: Field: F00xBillCost : Set as:"Center" [#Line: BILL Detail] Add: Option: RAJIV: Yes [!Line: RAJIV] Add :Right Field: F00xBillCost [Field: F00xBillCost] Use: Name Field Width: 10 Skip: YES Align: Center Color: red Set as: if $$IsEmpty:$ObjCostNameI Then $ObjCostNameL Else $ObjCostNameI Border: Thin Left Style: Normal [Function: Func_GetCostCenterName] Parameter: pMasterID : String Parameter: pIsItemWise : Logical Fetch Object: Voucher : ##pMasterID : COSTCENTRENAME;LedgerEntries, Category Allocations Variable: vCCName : String : "Empty" Return: String 001 : SET OBJECT : (Voucher , ##pMasterID). 002 : If: ##pIsItemWise 010 : WALK COLLECTION : LedgerEntries 020 : Walk Collection : InventoryEntries 030 : Walk Collection : Acc...

Tally TDL chapter 282 for sales & Purchase history during voucher entry by Rajiv Mishra computer class

चित्र
  Useful Keys of this TDL CODE: place your cursor on the name of stock item and press F4 - to see Sales history, F5 to see Purchase history, F6 - to see both the sales & purchase history ALT + E - to export sales & Purchase history in EXCEL, MS WORD, PDF, HTML etc ;;===========Rajiv Mishra Code starts here================ [Collection : ClnSaleInfo]     Type     : Vouchers : Stock Item     Child Of : $$BaseOwner:#VchStockItem     Filter   : SalesFilter     Sort     : @@Default : -$Date     Fetch    : LedgerEntries.PartyLedgerName, LedgerEntries.LedgerName [System : Formula]     MStk           : $StockItemName = $$BaseOwner:#VCHStockItem     SalesFilter    : $$IsSales:$VoucherTypeName     PurchaseFilter : $$IsPurchase:$VoucherTypeName ;   SalesPurFilter : $$IsPurchase:$VoucherTypeName or $$IsSales:$...