Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision aee6ab15

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID aee6ab157e1c8cf3b902f5b5f12e1c7533e4f3fa
  • Vorgänger b50f89e5
  • Nachfolger 52e39117

Kunden-/Lieferantenstammdaten: Beschränkungen für Feldlängen entfernt

…da die Datenbankspalten inzwischen alle vom Typ TEXT und nicht mehr
VARCHAR sind.

Unterschiede anzeigen:

templates/webpages/customer_vendor/tabs/bank.html
29 29
      <th align="right">[% 'IBAN' | $T8 %]</th>
30 30

  
31 31
      <td>
32
        [% L.input_tag('cv.iban', SELF.cv.iban, size = 34, maxlength = 100) %]
32
        [% L.input_tag('cv.iban', SELF.cv.iban, size = 34) %]
33 33
      </td>
34 34

  
35 35

  
36 36
      <th align="right">[% 'BIC' | $T8 %]</th>
37 37
      <td>
38
        [% L.input_tag('cv.bic', SELF.cv.bic, size = 20, maxlength = 100) %]
38
        [% L.input_tag('cv.bic', SELF.cv.bic, size = 20) %]
39 39
      </td>
40 40

  
41 41
      <th align="right">[% 'Bank' | $T8 %]</th>
......
49 49
      <th align="right">[% 'Account Number' | $T8 %]</th>
50 50

  
51 51
      <td>
52
        [% L.input_tag('cv.account_number', SELF.cv.account_number, size = 20, maxlength = 100) %]
52
        [% L.input_tag('cv.account_number', SELF.cv.account_number, size = 20) %]
53 53
      </td>
54 54

  
55 55

  
56 56
      <th align="right">[% 'Bank Code Number' | $T8 %]</th>
57 57

  
58 58
      <td>
59
        [% L.input_tag('cv.bank_code', SELF.cv.bank_code, size = 20, maxlength = 100) %]
59
        [% L.input_tag('cv.bank_code', SELF.cv.bank_code, size = 20) %]
60 60
      </td>
61 61
    </tr>
62 62
  </table>
templates/webpages/customer_vendor/tabs/billing.html
76 76
      <th align="right" nowrap>[% 'Department' | $T8 %]</th>
77 77

  
78 78
      <td>
79
        [% L.input_tag('cv.department_1', SELF.cv.department_1, size = 16, maxlength = 75) %]
80
        [% L.input_tag('cv.department_2', SELF.cv.department_2, size = 16, maxlength = 75) %]
79
        [% L.input_tag('cv.department_1', SELF.cv.department_1, size = 16) %]
80
        [% L.input_tag('cv.department_2', SELF.cv.department_2, size = 16) %]
81 81
      </td>
82 82
    </tr>
83 83

  
......
85 85
      <th align="right" nowrap>[% 'Street' | $T8 %]</th>
86 86

  
87 87
      <td>
88
        [% L.input_tag('cv.street', SELF.cv.street, size = 35, maxlength = 75) %]
88
        [% L.input_tag('cv.street', SELF.cv.street, size = 35) %]
89 89
        <span id="billing_map"></span>
90 90
        <script type="text/javascript">
91 91
          billingMapWidget = new kivi.CustomerVendor.MapWidget('cv_');
......
100 100
      <th align="right" nowrap>[% 'Zipcode' | $T8 %]/[% 'City' | $T8 %]</th>
101 101

  
102 102
      <td>
103
        [% L.input_tag('cv.zipcode', SELF.cv.zipcode, size = 5 maxlength = 10) %]
104
        [% L.input_tag('cv.city', SELF.cv.city, size = 30 maxlength = 75) %]
103
        [% L.input_tag('cv.zipcode', SELF.cv.zipcode, size = 5) %]
104
        [% L.input_tag('cv.city', SELF.cv.city, size = 30) %]
105 105
      </td>
106 106
    </tr>
107 107

  
......
109 109
      <th align="right" nowrap>[% 'Country' | $T8 %]</th>
110 110

  
111 111
      <td>
112
        [% L.input_tag('cv.country', SELF.cv.country, size = 30 maxlength = 75) %]
112
        [% L.input_tag('cv.country', SELF.cv.country, size = 30) %]
113 113
      </td>
114 114
    </tr>
115 115

  
......
117 117
      <th align="right" nowrap>[% 'Contact' | $T8 %]</th>
118 118

  
119 119
      <td>
120
        [% L.input_tag('cv.contact', SELF.cv.contact, size = 28 maxlength = 75) %]
120
        [% L.input_tag('cv.contact', SELF.cv.contact, size = 28) %]
121 121
      </td>
122 122
    </tr>
123 123

  
......
133 133
      <th align="right" nowrap>[% 'Fax' | $T8 %]</th>
134 134

  
135 135
      <td>
136
        [% L.input_tag('cv.fax', SELF.cv.fax, size = 30 maxlength = 30) %]
136
        [% L.input_tag('cv.fax', SELF.cv.fax, size = 30) %]
137 137
      </td>
138 138
    </tr>
139 139

  
......
229 229
      <th align="right">[% 'sales tax identification number' | $T8 %]</th>
230 230

  
231 231
      <td>
232
        [% L.input_tag('cv.ustid', SELF.cv.ustid, maxlength = 14 size = 20 ) %]
232
        [% L.input_tag('cv.ustid', SELF.cv.ustid, size = 20 ) %]
233 233
      </td>
234 234

  
235 235

  
templates/webpages/customer_vendor/tabs/contacts.html
42 42
      <th align="left" nowrap>[% 'Title' | $T8 %]</th>
43 43

  
44 44
      <td>
45
        [% L.input_tag('contact.cp_title', SELF.contact.cp_title, size = 40 maxlength = 75) %]
45
        [% L.input_tag('contact.cp_title', SELF.contact.cp_title, size = 40) %]
46 46
        [% L.select_tag('contact_cp_title_select', SELF.all_titles, with_empty = 1, onchange = '$("#contact_cp_title").val(this.value);') %]
47 47
      </td>
48 48
    </tr>
......
60 60
      <th align="left" nowrap>[% 'Function/position' | $T8 %]</th>
61 61

  
62 62
      <td>
63
        [% L.input_tag('contact.cp_position', SELF.contact.cp_position, size = 40, maxlength = 75) %]
63
        [% L.input_tag('contact.cp_position', SELF.contact.cp_position, size = 40) %]
64 64
      </td>
65 65
    </tr>
66 66

  
......
68 68
      <th align="left" nowrap>[% 'Given Name' | $T8 %]</th>
69 69

  
70 70
      <td>
71
        [% L.input_tag('contact.cp_givenname', SELF.contact.cp_givenname, size = 40, maxlength = 75) %]
71
        [% L.input_tag('contact.cp_givenname', SELF.contact.cp_givenname, size = 40) %]
72 72
      </td>
73 73
    </tr>
74 74

  
......
76 76
      <th align="left" nowrap>[% 'Name' | $T8 %]</th>
77 77

  
78 78
      <td>
79
        [% L.input_tag('contact.cp_name', SELF.contact.cp_name, size = 40, maxlength = 75) %]
79
        [% L.input_tag('contact.cp_name', SELF.contact.cp_name, size = 40) %]
80 80
      </td>
81 81
    </tr>
82 82

  
......
92 92
      <th align="left" nowrap>[% 'Phone1' | $T8 %]</th>
93 93

  
94 94
      <td>
95
        [% L.input_tag('contact.cp_phone1', SELF.contact.cp_phone1, size = 40, maxlength = 75) %]
95
        [% L.input_tag('contact.cp_phone1', SELF.contact.cp_phone1, size = 40) %]
96 96
      </td>
97 97
    </tr>
98 98

  
......
100 100
      <th align="left" nowrap>[% 'Phone2' | $T8 %]</th>
101 101

  
102 102
      <td>
103
        [% L.input_tag('contact.cp_phone2', SELF.contact.cp_phone2, size = 40, maxlength = 75) %]
103
        [% L.input_tag('contact.cp_phone2', SELF.contact.cp_phone2, size = 40) %]
104 104
      </td>
105 105
    </tr>
106 106

  
......
156 156
      <th align="left" nowrap>[% 'Street' | $T8 %]</th>
157 157

  
158 158
      <td>
159
        [% L.input_tag('contact.cp_street', SELF.contact.cp_street, size = 40, maxlength = 75) %]
159
        [% L.input_tag('contact.cp_street', SELF.contact.cp_street, size = 40) %]
160 160
        <span id="contact_map"></span>
161 161
        <script type="text/javascript">
162 162
          var contactsMapWidget = new kivi.CustomerVendor.MapWidget('contact_cp_');
......
171 171
      <th align="left" nowrap>[% 'Zip, City' | $T8 %]</th>
172 172

  
173 173
      <td>
174
        [% L.input_tag('contact.cp_zipcode', SELF.contact.cp_zipcode, size = 5, maxlength = 10) %]
175
        [% L.input_tag('contact.cp_city', SELF.contact.cp_city, size = 25, maxlength = 75) %]
174
        [% L.input_tag('contact.cp_zipcode', SELF.contact.cp_zipcode, size = 5) %]
175
        [% L.input_tag('contact.cp_city', SELF.contact.cp_city, size = 25) %]
176 176
      </td>
177 177
    </tr>
178 178

  
templates/webpages/customer_vendor/tabs/shipto.html
26 26
      <th align="right" nowrap>[% 'Name' | $T8 %]</th>
27 27

  
28 28
      <td>
29
        [% L.input_tag('shipto.shiptoname', SELF.shipto.shiptoname,  size = 35, maxlength = 75) %]
29
        [% L.input_tag('shipto.shiptoname', SELF.shipto.shiptoname,  size = 35) %]
30 30
      </td>
31 31
    </tr>
32 32

  
......
34 34
      <th align="right" nowrap>[% 'Abteilung' | $T8 %]</th>
35 35

  
36 36
      <td>
37
        [% L.input_tag('shipto.shiptodepartment_1', SELF.shipto.shiptodepartment_1,  size = 16, maxlength = 75) %]
38
        [% L.input_tag('shipto.shiptodepartment_2', SELF.shipto.shiptodepartment_2,  size = 16, maxlength = 75) %]
37
        [% L.input_tag('shipto.shiptodepartment_1', SELF.shipto.shiptodepartment_1,  size = 16) %]
38
        [% L.input_tag('shipto.shiptodepartment_2', SELF.shipto.shiptodepartment_2,  size = 16) %]
39 39
      </td>
40 40
    </tr>
41 41

  
......
43 43
      <th align="right" nowrap>[% 'Street' | $T8 %]</th>
44 44

  
45 45
      <td>
46
        [% L.input_tag('shipto.shiptostreet', SELF.shipto.shiptostreet,  size = 35, maxlength = 75) %]
46
        [% L.input_tag('shipto.shiptostreet', SELF.shipto.shiptostreet,  size = 35) %]
47 47

  
48 48
        <span id="shipto_map"></span>
49 49
        <script type="text/javascript">
......
59 59
      <th align="right" nowrap>[% 'Zipcode' | $T8 %]/[% 'City' | $T8 %]</th>
60 60

  
61 61
      <td>
62
        [% L.input_tag('shipto.shiptozipcode', SELF.shipto.shiptozipcode,  size = 5, maxlength = 75) %]
63
        [% L.input_tag('shipto.shiptocity', SELF.shipto.shiptocity,  size = 30, maxlength = 75) %]
62
        [% L.input_tag('shipto.shiptozipcode', SELF.shipto.shiptozipcode,  size = 5) %]
63
        [% L.input_tag('shipto.shiptocity', SELF.shipto.shiptocity,  size = 30) %]
64 64
      </td>
65 65
    </tr>
66 66

  
......
68 68
      <th align="right" nowrap>[% 'Country' | $T8 %]</th>
69 69

  
70 70
      <td>
71
        [% L.input_tag('shipto.shiptocountry', SELF.shipto.shiptocountry,  size = 35, maxlength = 75) %]
71
        [% L.input_tag('shipto.shiptocountry', SELF.shipto.shiptocountry,  size = 35) %]
72 72
      </td>
73 73
    </tr>
74 74

  
......
76 76
      <th align="right" nowrap>[% 'Contact' | $T8 %]</th>
77 77

  
78 78
      <td>
79
        [% L.input_tag('shipto.shiptocontact', SELF.shipto.shiptocontact,  size = 30, maxlength = 75) %]
79
        [% L.input_tag('shipto.shiptocontact', SELF.shipto.shiptocontact,  size = 30) %]
80 80
      </td>
81 81
    </tr>
82 82

  
......
84 84
      <th align="right" nowrap>[% 'Phone' | $T8 %]</th>
85 85

  
86 86
      <td>
87
        [% L.input_tag('shipto.shiptophone', SELF.shipto.shiptophone,  size = 30, maxlength = 30) %]
87
        [% L.input_tag('shipto.shiptophone', SELF.shipto.shiptophone,  size = 30) %]
88 88
      </td>
89 89
    </tr>
90 90

  
......
92 92
      <th align="right" nowrap>[% 'Fax' | $T8 %]</th>
93 93

  
94 94
      <td>
95
        [% L.input_tag('shipto.shiptofax', SELF.shipto.shiptofax,  size = 30, maxlength = 30) %]
95
        [% L.input_tag('shipto.shiptofax', SELF.shipto.shiptofax,  size = 30) %]
96 96
      </td>
97 97
    </tr>
98 98

  

Auch abrufbar als: Unified diff