added scheduled vendor payouts workflow activity

This commit is contained in:
JT Smith 2009-10-20 11:04:03 -05:00
parent b8b7dc2875
commit d87d766856
5 changed files with 357 additions and 7 deletions

View file

@ -0,0 +1,63 @@
package WebGUI::i18n::English::Workflow_Activity_PayoutVendors;
use strict;
our $I18N = {
'PayPal username' => {
message => q|PayPal username|,
lastUpdated => 0,
context => q|field label|
},
'PayPal password' => {
message => q|PayPal password|,
lastUpdated => 0,
context => q|field label|
},
'PayPal signature' => {
message => q|PayPal signature|,
lastUpdated => 0,
context => q|field label|
},
'Use in Sandbox (test-mode)' => {
message => q|Use in Sandbox (test-mode)|,
lastUpdated => 0,
context => q|field label|
},
'Currency code' => {
message => q|Currency code|,
lastUpdated => 0,
context => q|field label|
},
'Subject for vendor notification email' => {
message => q|Subject for vendor notification email|,
lastUpdated => 0,
context => q|field label|
},
'Vendor payout from' => {
message => q|Vendor payout from|,
lastUpdated => 0,
context => q|Prefix that goes before company URL to create the default value from Subject for vendor notification email.|
},
'Notify on error' => {
message => q|Notify on error|,
lastUpdated => 0,
context => q|field label|
},
'Vendor Payout' => {
message => q|Vendor Payout|,
lastUpdated => 0,
context => q|field label|
},
};
1;
#vim:ft=perl