add transaction/summary, fix transaction/index, add reception product typeahead
This commit is contained in:
@@ -14,6 +14,9 @@ class ProductLookupForm extends Model
|
||||
{
|
||||
|
||||
public $filter_text;
|
||||
public $product_search;
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
@@ -33,6 +36,7 @@ class ProductLookupForm extends Model
|
||||
{
|
||||
return [
|
||||
'filter_text' => Yii::t('frontend/product','Barcode or product code') ,
|
||||
'product_search' => Yii::t("frontend/product", "Name"),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@@ -76,6 +76,8 @@ class ProductSaleForm extends Model
|
||||
|
||||
public $customerCart;
|
||||
|
||||
public $products;
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user