Mercurial > laserkard
comparison paypal/make.pl @ 22:3298256dd459 laserkard
[svn r23] did much cosmetic work.
author | rlm |
---|---|
date | Sun, 03 Jan 2010 03:36:21 -0500 |
parents | 839533015ed3 |
children | 2979a76e3fdf |
comparison
equal
deleted
inserted
replaced
21:142054e0d572 | 22:3298256dd459 |
---|---|
1 use generate_paylists; | 1 use generate_paylists; |
2 | |
3 {#classic_acrylic_clear | |
4 &paylist | |
5 ( | |
6 TITLE => "Clarity LaserKard Classic Style", | |
7 NAME => 'classic_acrylic_clear', | |
8 | |
9 FIELDS => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Side"], | |
10 DEFAULTS => ['jbond@mi6.co.uk','123.456.7890','James Bond','MI6','Secret Agent','http://www.jamesbond.com'], | |
11 | |
12 COSTS_NAMES => ['40 cards — $125', '3 cards — $20'], | |
13 COSTS_CODE => ['40 cards @125.00', '3 cards @20.00'], | |
14 INITIAL_PRICE => '$125.00', | |
15 | |
16 ADD_PENNY => 0, | |
17 ); | |
18 } | |
19 | 2 |
20 | 3 |
21 {#big_acrylic_clear | 4 {#big_acrylic_clear |
22 &paylist | 5 &paylist |
23 ( | 6 ( |
24 TITLE => "Clarity LaserKard BIG Style", | 7 TITLE => "Clarity LaserKard BIG Style", |
25 NAME => 'big_acrylic_clear', | 8 NAME => 'big_acrylic_clear', |
26 | 9 |
27 FIELDS => ["Line 1", "Line 2"], | 10 FIELDS => ["Line 1 (James Bond)", "Line 2 (jbond\@mi6.co.uk)"], |
28 DEFAULTS => ['James Bond','jbond@mi6.co.uk'], | 11 DEFAULTS => ['James Bond','jbond@mi6.co.uk'], |
29 | 12 |
30 COSTS_NAMES => ['40 cards — $125', '3 cards — $20'], | 13 COSTS_NAMES => ['40 cards — $125', '4 cards — $30'], |
31 COSTS_CODE => ['40 cards @125.00', '3 cards @20.00'], | 14 COSTS_CODE => ['40 cards @125.00', '4 cards @30.00'], |
32 INITIAL_PRICE => '$125.00', | 15 INITIAL_PRICE => '$125.00', |
33 | 16 |
34 ADD_PENNY => 1, | 17 ADD_PENNY => 0, |
35 ); | 18 ); |
36 } | 19 } |
20 | |
37 | 21 |
38 {#basic_acrylic_clear | 22 {#basic_acrylic_clear |
39 &paylist | 23 &paylist |
40 ( | 24 ( |
41 TITLE => "Clarity LaserKard Basic Style", | 25 TITLE => "Clarity LaserKard Basic Style", |
42 NAME => 'basic_acrylic_clear', | 26 NAME => 'basic_acrylic_clear', |
43 | 27 |
44 FIELDS => ["Line 1", "Line 2","Line 3","Line 4"], | 28 FIELDS => ["Line 1 (James Bond)", "Line 2 (MI6)","Line 3 (Secret Agent)","Line 4 (jbond\@mi6.co.uk)"], |
45 DEFAULTS => ['James Bond','MI6','Secret Agent','jbond@mi6.co.uk'], | 29 DEFAULTS => ['James Bond','MI6','Secret Agent','jbond@mi6.co.uk'], |
46 | 30 |
47 COSTS_NAMES => ['40 cards — $125', '3 cards — $20'], | 31 COSTS_NAMES => ['40 cards — $125', '4 cards — $30'], |
48 COSTS_CODE => ['40 cards @125.00', '3 cards @20.00'], | 32 COSTS_CODE => ['40 cards @125.00', '4 cards @30.00'], |
33 INITIAL_PRICE => '$125.00', | |
34 | |
35 ADD_PENNY => 1, | |
36 ); | |
37 } | |
38 | |
39 | |
40 | |
41 {#classic_acrylic_clear | |
42 &paylist | |
43 ( | |
44 TITLE => "Clarity LaserKard Classic Style", | |
45 NAME => 'classic_acrylic_clear', | |
46 | |
47 FIELDS => ["Line 1 (jbond\@mi6.co.uk)", "Line 2 (123.456.7890)","Line 3 (James Bond)","Line 4 (MI6)","Line 5 (Secret Agent)","Side (http://www.jamesbond.com)"], | |
48 DEFAULTS => ['jbond@mi6.co.uk','123.456.7890','James Bond','MI6','Secret Agent','http://www.jamesbond.com'], | |
49 | |
50 COSTS_NAMES => ['40 cards — $125', '4 cards — $30'], | |
51 COSTS_CODE => ['40 cards @125.00', '4 cards @30.00'], | |
49 INITIAL_PRICE => '$125.00', | 52 INITIAL_PRICE => '$125.00', |
50 | 53 |
51 ADD_PENNY => 0, | 54 ADD_PENNY => 0, |
52 ); | 55 ); |
53 } | 56 } |
57 | |
58 | |
59 | |
54 | 60 |
55 {#lines_acrylic_clear | 61 {#lines_acrylic_clear |
56 &paylist | 62 &paylist |
57 ( | 63 ( |
58 TITLE => "Clarity LaserKard Lines Style", | 64 TITLE => "Clarity LaserKard Lines Style", |
59 NAME => 'lines_acrylic_clear', | 65 NAME => 'lines_acrylic_clear', |
60 | 66 |
61 FIELDS => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Line 6"], | 67 FIELDS => ["Line 1 (James Bond)", "Line 2 (Secret Agent)","Line 3 (MI6)","Line 4 (123.456.7890)","Line 5 (jbond\@domain.com)","Line 6 (www.domain.com)"], |
62 DEFAULTS => ['James Bond','Secret Agent','MI6','123.456.7890','jbond@domain.com','http://www.domain.com'], | 68 DEFAULTS => ['James Bond','Secret Agent','MI6','123.456.7890','jbond@domain.com','www.domain.com'], |
63 | 69 |
64 COSTS_NAMES => ['40 cards — $125', '3 cards — $20'], | 70 COSTS_NAMES => ['40 cards — $125', '4 cards — $30'], |
65 COSTS_CODE => ['40 cards @125.00', '3 cards @20.00'], | 71 COSTS_CODE => ['40 cards @125.00', '4 cards @30.00'], |
66 INITIAL_PRICE => '$125.00', | 72 INITIAL_PRICE => '$125.00', |
67 | 73 |
68 ADD_PENNY => 0, | 74 ADD_PENNY => 0, |
69 ); | 75 ); |
70 } | 76 } |
79 NAME => 'classic_acrylic_green', | 85 NAME => 'classic_acrylic_green', |
80 | 86 |
81 FIELDS => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Side"], | 87 FIELDS => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Side"], |
82 DEFAULTS => ['jbond@mi6.co.uk','123.456.7890','James Bond','MI6','Secret Agent','http://www.jamesbond.com'], | 88 DEFAULTS => ['jbond@mi6.co.uk','123.456.7890','James Bond','MI6','Secret Agent','http://www.jamesbond.com'], |
83 | 89 |
84 COSTS_NAMES => ['40 cards — $135', '3 cards — $20'], | 90 COSTS_NAMES => ['40 cards — $135', '4 cards — $30'], |
85 COSTS_CODE => ['40 cards @135.00', '3 cards @20.00'], | 91 COSTS_CODE => ['40 cards @135.00', '4 cards @30.00'], |
86 INITIAL_PRICE => '$135.00', | 92 INITIAL_PRICE => '$135.00', |
87 | 93 |
88 ADD_PENNY => 0, | 94 ADD_PENNY => 0, |
89 ); | 95 ); |
90 } | 96 } |
97 NAME => 'big_acrylic_green', | 103 NAME => 'big_acrylic_green', |
98 | 104 |
99 FIELDS => ["Line 1", "Line 2"], | 105 FIELDS => ["Line 1", "Line 2"], |
100 DEFAULTS => ['James Bond','jbond@mi6.co.uk'], | 106 DEFAULTS => ['James Bond','jbond@mi6.co.uk'], |
101 | 107 |
102 COSTS_NAMES => ['40 cards — $135', '3 cards — $20'], | 108 COSTS_NAMES => ['40 cards — $135', '4 cards — $30'], |
103 COSTS_CODE => ['40 cards @135.00', '3 cards @20.00'], | 109 COSTS_CODE => ['40 cards @135.00', '4 cards @30.00'], |
104 INITIAL_PRICE => '$135.00', | 110 INITIAL_PRICE => '$135.00', |
105 | 111 |
106 ADD_PENNY => 1, | 112 ADD_PENNY => 1, |
107 ); | 113 ); |
108 } | 114 } |
114 NAME => 'basic_acrylic_green', | 120 NAME => 'basic_acrylic_green', |
115 | 121 |
116 FIELDS => ["Line 1", "Line 2","Line 3","Line 4"], | 122 FIELDS => ["Line 1", "Line 2","Line 3","Line 4"], |
117 DEFAULTS => ['James Bond','MI6','Secret Agent','jbond@mi6.co.uk'], | 123 DEFAULTS => ['James Bond','MI6','Secret Agent','jbond@mi6.co.uk'], |
118 | 124 |
119 COSTS_NAMES => ['40 cards — $135', '3 cards — $20'], | 125 COSTS_NAMES => ['40 cards — $135', '4 cards — $30'], |
120 COSTS_CODE => ['40 cards @135.00', '3 cards @20.00'], | 126 COSTS_CODE => ['40 cards @135.00', '4 cards @30.00'], |
121 INITIAL_PRICE => '$135.00', | 127 INITIAL_PRICE => '$135.00', |
122 | 128 |
123 ADD_PENNY => 0, | 129 ADD_PENNY => 0, |
124 ); | 130 ); |
125 } | 131 } |
131 NAME => 'lines_acrylic_green', | 137 NAME => 'lines_acrylic_green', |
132 | 138 |
133 FIELDS => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Line 6"], | 139 FIELDS => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Line 6"], |
134 DEFAULTS => ['James Bond','Secret Agent','MI6','123.456.7890','jbond@domain.com','http://www.domain.com'], | 140 DEFAULTS => ['James Bond','Secret Agent','MI6','123.456.7890','jbond@domain.com','http://www.domain.com'], |
135 | 141 |
136 COSTS_NAMES => ['40 cards — $135', '3 cards — $20'], | 142 COSTS_NAMES => ['40 cards — $135', '4 cards — $30'], |
137 COSTS_CODE => ['40 cards @135.00', '3 cards @20.00'], | 143 COSTS_CODE => ['40 cards @135.00', '4 cards @30.00'], |
138 INITIAL_PRICE => '$135.00', | 144 INITIAL_PRICE => '$135.00', |
139 | 145 |
140 ADD_PENNY => 0, | 146 ADD_PENNY => 0, |
141 ); | 147 ); |
142 } | 148 } |