X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/270df90017196116ff80fc2b917bb23aca5ca994..d3897394:/templates/webpages/oe/orders_header_master.html diff --git a/templates/webpages/oe/orders_header_master.html b/templates/webpages/oe/orders_header_master.html index d0db27258..f5df7d648 100644 --- a/templates/webpages/oe/orders_header_master.html +++ b/templates/webpages/oe/orders_header_master.html @@ -2,40 +2,76 @@ [%- USE LxERP %] -
+ + + [%- FOREACH row = HIDDENS %] - + [%- END %] - - - - + + + + + +
[% title %]
+ +
[% title %]
- -
- + + -
+ - [% vc %] -[%- IF contact %] + + + +[%- IF ALL_CONTACTS.size %] - + [%- END %] -[%- IF shipto %] +[%- IF ALL_SHIPTO.size %] - + [%- END %] [%- IF is_order %] @@ -47,27 +83,34 @@ [%- IF business %] - + [%- END %] [%- IF max_dunning_level %] [%- END %] - + [%- IF selectdepartment %] - [%- END %] @@ -80,29 +123,29 @@ [%- END %] [%- IF show_exchangerate %] - + [%- END %] [%- IF is_sales %] - - + + -[%- END -%] +[%- END %] - - + + - - + + @@ -110,79 +153,101 @@ [%- IF show_delivery_customer %] - - + [%- END %]
[% IF vc == 'customer' %]Customer[% ELSE %]Vendor[% END %] + [%- INCLUDE 'generic/multibox.html' + name = vc, + style = 'width: 250px', + DATA = vc == 'customer' ? ALL_CUSTOMERS : ALL_VENDORS, + id_sub = 'vc_keys', + label_key = 'name', + select = vc_select, + limit = vclimit, + onChange = "document.getElementById('update_button').click();" -%] + +
Contact Person[% contact %] + [%- INCLUDE 'generic/multibox.html' + name = 'cp_id', + style = 'width: 250px', + DATA = ALL_CONTACTS, + id_key = 'cp_id', + label_sub = 'contact_labels', + show_empty = 1 -%] +
Shipping Address[% shipto %] + [%- INCLUDE 'generic/multibox.html' + name = 'shipto_id', + style = 'width: 250px', + DATA = ALL_SHIPTO, + id_key = 'shipto_id', + label_sub = 'shipto_labels', + show_empty = 1, + onChange = "document.getElementById('update_button').click();" -%] +
[% business_label %][% business %]; Trade Discount [% LxERP.format_percent(tradediscount) %] %[% HTML.escape(business) %]; Trade Discount [% LxERP.format_percent(tradediscount) %] %
Max. Dunning Level: - [% max_dunning_level %]; + [% HTML.escape(max_dunning_level) %]; Dunning Amount: [% LxERP.format_amount(dunning_amount, 2) %]
Steuersatz[% taxzone %] + [%- INCLUDE 'generic/multibox.html' + name = 'taxzone_id', + style = 'width: 250px', + DATA = ALL_TAXZONES, + id_key = 'id', + label_key = 'description' -%] +
Department - + +
ExchangerateExchangerate - [%~ IF forex ~%] + [%- IF forex %] [% LxERP.format_amount(exchangerate, 0) %] - [%~ ELSE ~%] - - [%~ END ~%] + [%- ELSE %] + + [%- END %]
MotivMotiv
Shipping PointShipping Point
Ship viaShip via
Transaction description
+ - - + - - +
+ - +
+ - +
+ [% openclosed %] - + -[%- IF salesmen %] +[%- IF is_sales and ALL_SALESMEN.size %] - + [%- END %] [%- IF is_order %] - - + + [%- END %] - - + + -[%- IF is_order %] - - +[%- IF is_order %] + + + [%- END %] - [% button1 %] - [% button2 %] - +
Employee[% employee %] + [%- INCLUDE 'generic/multibox.html' + name = 'employee_id', + DATA = ALL_EMPLOYEES, + id_key = 'id', + label_sub = 'sales_employee_labels' -%] +
Salesman[% salesmen %] + [%- INCLUDE 'generic/multibox.html' + name = 'salesman_id', + default = salesman_id ? salesman_id : employee_id, + DATA = ALL_SALESMEN, + id_key = 'id', + label_sub = 'sales_employee_labels' -%] +
Order NumberOrder Number
[% IF is_req_quo %]RFQ Number[% ELSE %]Quotation Number[% END %][% IF is_req_quo %]RFQ Number[% ELSE %]Quotation Number[% END %]
Customer Order Number
Customer Order Number
- [%~ IF is_order ~%] + + [%- IF is_order %] Order Date - [%~ ELSE ~%] + [%- ELSE %] Quotation Date - [%~ END ~%] + [%- END %]
- [%~ IF is_sales_quo ~%] + + [%- IF is_sales_quo %] Valid until - [%~ ELSE ~%] + [%- ELSE %] Required by - [%~ END ~%] + [%- END %]
Project Number[% globalprojectnumber %] + [%- INCLUDE 'generic/multibox.html' + name = 'globalproject_id', + DATA = ALL_PROJECTS, + id_key = 'id', + label_key = 'projectnumber', + show_empty = 1, + onChange = "document.getElementById('update_button').click();" -%] +