-
|
@@ -56,7 +65,7 @@
| Group |
[%- INCLUDE generic/multibox.html
- name = 'selectpartsgroup',
+ name = 'partsgroup',
DATA = all_partsgroup,
show_empty = 1,
id_sub = 'pg_keys',
@@ -131,7 +140,7 @@
|
-
+
|
[%- END %]
@@ -146,25 +155,24 @@
| Updated |
-
-
+
|
| List Price |
- |
+ |
| Sell Price |
- |
+ |
[%- UNLESS is_assembly %]
| Last Cost |
- |
+ |
[%- END %]
@@ -173,11 +181,12 @@
Price Factor |
[%- INCLUDE generic/multibox.html
- name = 'price_factors_id',
+ name = 'price_factor_id',
DATA = ALL_PRICE_FACTORS,
show_empty = 1,
id_key = 'id',
label_key = 'description',
+ style = 'width:100px'
-%]
|
@@ -195,6 +204,7 @@
DATA = ALL_UNITS,
id_key = 'name',
label_key = 'name',
+ style = 'width:100px'
-%]
[%- END %]
@@ -206,6 +216,7 @@
[%- IF is_assembly %] [% LxERP.format_amount(weight) %][%- END %]
+ [% HTML.escape(defaults.weightunit) %]
|
[%- END %]
@@ -214,12 +225,6 @@
On Hand |
[% LxERP.format_amount(onhand) %] |
- [%- IF is_assembly %]
-
- | Stock |
- |
-
- [%- END %]
| ROP |
|
@@ -247,6 +252,10 @@
|
[%- END %]
+
+ |
+ |
+
|
|