sales tax

This commit is contained in:
Colin Kuskie 2006-10-21 01:13:07 +00:00
parent 4deff2a0a9
commit f3ab99bc02
23 changed files with 607 additions and 111 deletions

View file

@ -187,6 +187,16 @@ our $I18N = { ##hashref of hashes
lastUpdated => 1138312761,
},
'add/edit useSalesTax' => {
message => q|Use Sales Tax?|,
lastUpdated => 1160109884,
},
'add/edit useSalesTax description' => {
message => q|Should this event have sales tax applied to it?|,
lastUpdated => 1160109886,
},
'add/edit event maximum attendees' => {
message => q|Maximum Attendees|,
lastUpdated => 1138312761,

View file

@ -332,10 +332,6 @@ our $I18N = {
context => q|The body of the help page of the list pending transactions screen.|
},
'help cancel checkout template title' => {
message => q|Cancel checkout template|,
lastUpdated => 0,
@ -370,28 +366,43 @@ our $I18N = {
},
'quantity' => {
message => q| The quantity of the current item in the shopping cart.<br />|,
lastUpdated => 1149221320,
message => q|The quantity of the current item in the shopping cart.<br />|,
lastUpdated => 1161319738,
},
'period' => {
message => q| The period of the recurring payment.<br />|,
lastUpdated => 1149221320,
message => q|The period of the recurring payment.<br />|,
lastUpdated => 1161319740,
},
'name' => {
message => q| The name of this item.<br />|,
lastUpdated => 1149221320,
message => q|The name of this item.<br />|,
lastUpdated => 1161319741,
},
'price' => {
message => q| The price of one item.<br />|,
lastUpdated => 1149221320,
message => q|The price of one item.<br />|,
lastUpdated => 1161319747,
},
'totalPrice' => {
message => q| The price of the quantity of this item. (totalPrice = quantity * price)|,
lastUpdated => 1149221320,
message => q|The price of the quantity of this item. (totalPrice = quantity * price)|,
lastUpdated => 1161319749,
},
'salesTax' => {
message => q|The amount of sales tax for this item.|,
lastUpdated => 1161319799,
},
'salesTaxRate' => {
message => q|The sales tax rate, as determined by the user's homeState in their profile.|,
lastUpdated => 1161319799,
},
'totalSalesTax' => {
message => q|The sum of all sales taxes applied to eligible items.|,
lastUpdated => 1161319799,
},
'recurringItems' => {
@ -400,8 +411,8 @@ our $I18N = {
},
'recurringItemLoop' => {
message => q|A loop containing the recurring items in the shopping cart. For available template variables seen <p><b>normalItemLoop</b>|,
lastUpdated => 1149221320,
message => q|A loop containing the recurring items in the shopping cart. For available template variables see <p><b>normalItemLoop</b>|,
lastUpdated => 1161320125,
},
'form' => {
@ -437,23 +448,23 @@ our $I18N = {
},
'purchaseDescription' => {
message => q| The description of this transaction.<br />|,
lastUpdated => 1149221449,
message => q|The description of this transaction.<br />|,
lastUpdated => 1161319762,
},
'status' => {
message => q| The status of this item.<br />|,
lastUpdated => 1149221449,
message => q|The status of this item.<br />|,
lastUpdated => 1161319763,
},
'error' => {
message => q| The error text returned from the payment plugin.<br />|,
lastUpdated => 1149221449,
message => q|The error text returned from the payment plugin.<br />|,
lastUpdated => 1161319765,
},
'errorCode' => {
message => q| The error code returned from the payment plugin.<br />|,
lastUpdated => 1149221449,
message => q|The error code returned from the payment plugin.<br />|,
lastUpdated => 1161319767,
},
@ -570,6 +581,24 @@ our $I18N = {
context => q|The label of the SHipping tab in the commerce settings manager.|
},
'salesTax tab' => {
message => q|SalesTax|,
lastUpdated => 1159845482,
context => q|The label of the sales tax tab in the commerce settings manager.|
},
'enable sales tax' => {
message => q|Enable Sales Tax?|,
lastUpdated => 1160189717,
context => q|The label field in the commerce setting for enabling sales tax.|
},
'enable sales tax description' => {
message => q|Set this to "Yes" if you would like Sales Tax enabled in the Commerce System. Sales Tax will be applied to any product, subscription or EMS event that has it enabled.|,
lastUpdated => 1160189808,
context => q|The label field in the commerce setting for enabling sales tax.|
},
'shipping plugin label' => {
message => q|Shipping plugin|,
lastUpdated => 0,

View file

@ -279,6 +279,16 @@ left of it. Use the delete button to remove it.<br />
lastUpdated => 1120449422,
},
'useSalesTax' => {
message => q|Use Sales Tax?|,
lastUpdated => 1159844899,
},
'useSalesTax description' => {
message => q|Should this product have sales tax applied to it?|,
lastUpdated => 1159844899,
},
'weight description' => {
message => q|The default weight of the product.|,
lastUpdated => 1120449422,

View file

@ -118,6 +118,16 @@ our $I18N = {
lastUpdated => 1120861450,
},
'useSalesTax' => {
message => q|Use Sales Tax?|,
lastUpdated => 1159845025,
},
'useSalesTax description' => {
message => q|Should this subscription have sales tax applied to it?|,
lastUpdated => 1159845045,
},
'subscription description description' => {
message => q|<p>Detailed description of the subscription.</p>|,
lastUpdated => 1120861450,

View file

@ -4007,11 +4007,16 @@ Get a copy of wget and use this: <code>wget -p -r --html-extension -k http://the
message => q|Country|,
lastUpdated => 0,
},
'noldaplink' => {
message => q|No LDAP Connection|,
message => q|No LDAP Connection|,
lastUpdated => 0,
}
},
'Select State' => {
message => q|Select State|,
lastUpdated => 1161388472,
},
};