RFE: Add workflow that checks all products to see if they are close
to a user configured level, and email a group to let them know that they are close to being out of stock.
This commit is contained in:
parent
1eeb3e0eea
commit
cbc830123a
4 changed files with 333 additions and 0 deletions
|
|
@ -0,0 +1,38 @@
|
|||
package WebGUI::i18n::English::Workflow_Activity_NotifyAboutLowStock;
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'activityName' => {
|
||||
message => q|Notify About Low Stock|,
|
||||
context => q|The name of this workflow activity.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'warning limit' => {
|
||||
message => q|Warning Limit|,
|
||||
context => q|Field label in the edit Workflow Activity screen.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'warning limit help' => {
|
||||
message => q|When a variant of a product has less than this amount, you will be warned.|,
|
||||
context => q|Hover help in the edit Workflow Activity screen.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'group to notify' => {
|
||||
message => q|Group to notify|,
|
||||
context => q|Label in the edit Workflow Activity screen.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'group to notify help' => {
|
||||
message => q|Group to notify|,
|
||||
context => q|Hover help in the edit Workflow Activity screen.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue