banner banner Skip to main content

Posts

Showing posts from November, 2013

Negative or Zero Batch Filter During sales entry

[#Collection: Active Batches VchExtract]     Title       : $$LocaleString:"List of Active Batches"     SubTitle            : $$LocaleString:"Name", @@ExpirySubTitle, $$LocaleString:"Balance","Mani "     Source Collection : Batches VchSrc      Fetch : Name, Parent, ExpiryPeriod, ActualQty, ClosingBalance, GodownName,ClosingAsondate,       MfdOn     Format       : $Name, 10     Format       : $ExpiryPeriod, 8 : Month Ending Format : $ClosingAsondate,8   : "Base" Filter       : Parent Filter, BelongsToSVGodown, ExpiryDatesFilter, ZeroItemFilter Filter : ZeroqtyFilter  ;;;add filter for filter the negative batch and batch qty equal to zero a/c to the item wise Keep Source : .... Client Only : Yes [System : Formulae] ZeroItemFilter1 : If ##ZeroValueB...

Object vs Collection In TDL

 Object : An object is the definition which consists of a data and the associated / related functions, commonly called as methods that manipulate the data. TDL is made up of User interface and Info Objects. Info Objects can be External (user defined) or Internal (platform defined). External or user defined objects are not persistent in the Tally database. It is not possible to create an Internal Object Definition in TDL i.e. they are predefined by the platform . It is possible to perform modifications on it. An object can also further contain an object/objects. A Ledger/Group is an example of an internal object. Collection : A Collection is a group of objects. Collections can be made up of internal or external objects. These can be based on multiple collections also. We can create a collection by aggregating the collections at a lower level in the hierarchy of objects.
After posting Understanding of Regular Expression article most of my readers are expecting .htaccess basics, and I did not find any useful article on Google first page results. Specially I love to write   .htaccess   file, using this you can easily configure and redirect Apache Web Server file system. This post will explain you how to create friendly URLs, sub domain directory re-directions and many more.