Turbodata seeks to offer a standardized inventory valuation methodology for the end clients. For example within Tally the inventory valuation has multiple options.
For example in the report stockvouchers the extract logic for the same is as follows[the stockvouchers report is aggregated to the stockitem monthly report ].The closing stock valuations are then used for profit and loss and balance sheet for the end client:
<ENVELOPE>
<HEADER>
<VERSION>1</VERSION>
<TALLYREQUEST>Export</TALLYREQUEST>
<TYPE>Data</TYPE>
<ID>stockvouchers</ID>
</HEADER>
<BODY>
<DESC>
<STATICVARIABLES>
<EXPLODEFLAG>Yes</EXPLODEFLAG>
<SVEXPORTFORMAT>$$SysName:XML</SVEXPORTFORMAT>
<stockitemname>angularstopcock</stockitemname>
</STATICVARIABLES>
<TDL>
<TDLMESSAGE>
<REPORT NAME="stockvouchers" ISMODIFY="Yes">
<ADD>Set : SV From Date:"20240401"</ADD>
<ADD>Set : SV To Date :"20250430" </ADD>
<ADD>Set : ExplodeFlag : Yes</ADD>
<ADD>Set : Onlyaccvoucher : Yes</ADD>
</REPORT>
</TDLMESSAGE>
</TDL>
</DESC>
</BODY>
</ENVELOPE>
The report stockvouchers has multiple options as part of the variables. These variables values can be set to get different valuations for the end clients
[Report: Stock Vouchers]
Use : Range Template
Use : Browser Common SysFormulae
Title : If (##IsItemBatchReport) Then $$SPrintf:@@GdwnVoucherTitleFormat:@@BatchTitle Else If ##IsItemBatchGdwnReport Then $$LocaleString:"Batch Godown Vouchers" Else $$LocaleString:"Stock Item Vouchers"
Family : $$LocaleString:"Stock Voucher Details"
List Name : $$LocaleString:"Voucher Details"
Help : @@HlpStock_Vouchers
Form : Stock Vouchers
Variables : SV CurrentCompany, SV FromDate, SV ToDate, SV SortMethod
Variable : SVValuationMethod, SVCurrency, SVExchange, SVBudget, SVVariance
Variables : StockItemName, ExplodeFlag, ExplodeNarrFlag, IsDayBook, IsLedgerReport, IsItemReport, IsCCReport, IsGrpReport
Variable : DSPShowMonthly, DSPHasMultiLevel
Variable : OnlyInVouchers, OnlyOutVouchers
Variable : OnlyAccVouchers, OnlyInvVouchers
Variable : IsStockReport, IsGodownReport, IsMatConSum
Variable : DSPNotScaleable, DSPHasColumnTotal
Variable : IsMultiPage, InNewPages
Variable : VoucherTypeName, SVStockItem
Variable : DSPGodownName, DSPShowOpBal
Variable : DSPShowClosing, DSPShowInwards, DSPShowOutwards, DSPShowAdditionalDescription, DSPQtyAlternate
Variable : DSPShowQty, DSPShowRate, DSPShowValue, StkvchCostExplodeFlag
Variable : OnFocusInactiveDelete, IsItemBatchReport, DSPBatchName, IsItemBatchGdwnReport
; ;;Start Fresh page for each balancing method
Variable : BMInNewPage
Variables : LedStarting, LedNameStartingFrom, LedNameStartingTo
Variable : SVStockBalType
Variable : IsStockFromParty, IsPrintStockItem
Variable : ShowGrossValue, ShowGPOnGV, ShowConsumption, DSPInvNameStyle
Variable : VchTotalTrans, ShowBasisOfValues, ExtractMode
Set : ShowBasisOfValues : Yes
Set : BMInNewPage : No
Set : SV SortMethod : @@Default
Set : Is Item Report : Yes
Set : Is StockReport : Yes
Set : DSPShowMonthly : No
Set : DSPHasMultiLevel : No
Set : DSPNotScaleable : Yes
Set : DSPHasColumnTotal : No
Set : IsMultiPage : No
Set : InNewPages : Yes
Set : OnlyInVouchers : No
Set : OnlyOutVouchers : No
Set : VoucherTypeName : ""
Set : SVValuationMethod : ""
Set : SVCurrency : ""
Set : SVExchange : 1
Set : DSPShowInwards : ##STKVCHInwards
Set : DSPShowOutwards : ##STKVCHOutwards
Set : DSPShowClosing : ##STKVCHClosing
Set : DSPShowQty : ##STKVCHQuantity
Set : DSPShowRate : ##STKVCHRate
Set : DSPShowValue : ##STKVCHValue
Set : OnFocusInactiveDelete : No
Set : DSPBatchName : ##DSPBatchName
Set : IsItemBatchReport : ##IsItemBatchReport
Set : IsItemBatchGdwnReport : ##IsItemBatchGdwnReport
Set : DSPShowOpBal : ##DSPShowOpBal
Set : StockItemName : #StockItemName
Set : IsPrintStockItem : No
These are very large number oif variables that one can set for the given report. The variations in the variables can result in differing numbers across companies, stcok items and even godowns.
Problem statement we seek to solve:
a.) Give consistant numbers across all the stockitems for a company. In the current scenario one needs to choose the stock item to get the number. It is very difficult for the end client to go and check the valuations item by item.
b.) No need to check the valuations and reports item by item. A consolidated standardized set of reports is there for the entire company to know its inventory valuations.
c.) Option of using weighted average or batch rate whenever the client desires the same. One can maintain both batchwise and non batchwise inventory.
Problem resolution: Turbodata proposes to resolev this problem by building the inventory valuations from the base using DAX. For example the inward movements can be defined by extensive row and filter level contexts as follows:
No comments:
Post a Comment