|
SalesPoint Framework v3.0 | ||||||||||||
PREV NEXT | FRAMES NO FRAMES |
create
method from TwoTableFormSheet.
The following combinations of source and destination are supported:
Source | Destination | Default strategy |
---|---|---|
CountingStock | CountingStock | data.stdforms.twotableformsheet.CSCSStrategy |
StoringStock | StoringStock | data.stdforms.twotableformsheet.SSSSStrategy |
CountingStock | DataBasket | data.stdforms.twotableformsheet.CSDBStrategy |
DataBasket | CountingStock | data.stdforms.twotableformsheet.DBCSStrategy |
StoringStock | DataBasket | data.stdforms.twotableformsheet.SSDBStrategy |
DataBasket | StoringStock | data.stdforms.twotableformsheet.DBSSStrategy |
Catalog | Catalog | data.stdforms.twotableformsheet.CCStrategy |
Catalog | DataBasket | data.stdforms.twotableformsheet.CDBStrategy |
DataBasket | Catalog | data.stdforms.twotableformsheet.DBCStrategy |
Catalog | StoringStock |
data.stdforms.twotableformsheet.CSSStrategy
Attention: You need to override the createStockItem() method, as it is application dependent. |
Catalog | CountingStock | data.stdforms.twotableformsheet.CCSStrategy |
create
method.
If you need a different table layout invoke the Define New Table Layout hook.
data.swing
.
|
SalesPoint Framework v3.0 | ||||||||||||
PREV NEXT | FRAMES NO FRAMES |