abstracts library

Classes

ArticleBasketRawAbstract
ArticleCode
ArticleKind
ArticlePhotoAbstract
ArticleRawAbstract
ArticleRetailRawAbstract
ArticleUncountableRawAbstract
Base64Cola
Base64DefaultArtCalibre
BoutiqueAbstract
CalibreAbstract<A extends ArticleRawAbstract>
A Calibre is composed of articles and set the stock unit It can contain a single article ex: cola x1 Or multiple, each having its own units/piece, ex : cola x1, cola x6, cola x100 The Calibre eases stock reconciliation by aggregating each stocklevel in one total figure
CalibreContainerAbstract
The CalibreContainer is extended by the Category (group of Calibres) And it is also extended by Calibre directly (single Calibre) This allows weebi to display categories and 'articles' on the same list Handlind both category tiles and article search This solves the category-trap issue, i.e. when one cannot find in which category an 'exotic fruit' is meant to be Typical issue on a supermarket balance screen
ContactAbstract
PhotoAbstract
PhotoObject
ProxyArticleAbstract
TaxAbstract
TicketRawAbstract<I extends ItemAbstract<ArticleRawAbstract>, T extends TaxAbstract>