Cleanup previous attempt at insurance. Begin new attempt.

Add a field to the driver where the user can enter in insurance data with i18n.
Add a method to calculate the cost of insurance for all packages.
This commit is contained in:
Colin Kuskie 2009-09-29 19:28:07 -07:00
parent 2b4bfb8eec
commit e81ec9718c
3 changed files with 50 additions and 59 deletions

View file

@ -97,7 +97,7 @@ our $I18N = {
'add insurance' => {
message => q|Ship with insurance?|,
lastUpdated => 1253988886,
context => q|Label for a type of shipping from the USPS.|,
context => q|Label for the edit screen.|,
},
'add insurance help' => {
@ -106,6 +106,18 @@ our $I18N = {
context => q|Label for a type of shipping from the USPS.|,
},
'insurance rates' => {
message => q|Insurance Rate Table|,
lastUpdated => 1253988886,
context => q|Label for the edit screen.|,
},
'insurance rates help' => {
message => q|Enter in one field per line with the format, value:cost.<br />value is the value of the contents.<br />cost is the cost of insurance at that value.|,
lastUpdated => 1253988884,
context => q|Help for the insurance rate field.|,
},
};
1;