X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Fchart%2Ftest_page.html;fp=templates%2Fwebpages%2Fchart%2Ftest_page.html;h=721c0661ba1837d54d0200d2d8484bb212b3e6f9;hp=4fc46887dc509b95c44b190cc3bbf9b05c51fd08;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/templates/webpages/chart/test_page.html b/templates/webpages/chart/test_page.html index 4fc46887d..721c0661b 100644 --- a/templates/webpages/chart/test_page.html +++ b/templates/webpages/chart/test_page.html @@ -1,4 +1,5 @@ [% USE L %] +[% USE P %] [% SET style="width: 400px" %]

Chart Picker Testpage

@@ -6,45 +7,50 @@

-All charts: [% L.chart_picker('chart_id', '', style=style) %]text after icon
-Only booked charts: [% L.chart_picker('chart_id_booked', '', booked=1, style=style) %]
-All charts choose: [% L.chart_picker('chart_id_choose', '', choose=1, style=style) %]
+All charts: [% P.chart.picker('chart_id', '', style=style) %]text after icon
+Only booked charts: [% P.chart.picker('chart_id_booked', '', booked=1, style=style) %]
+All charts choose: [% P.chart.picker('chart_id_choose', '', choose=1, style=style) %]

Filter by link:
-AR_paid: [% L.chart_picker('chart_id_ar_paid', undef, type='AR_paid', category='I,A' style=style) %]
-AR: [% L.chart_picker('chart_id_ar', undef, type='AR', style=style) %]
-AP: [% L.chart_picker('chart_id_ap', undef, type='AP', style=style) %]
-AR or AP: [% L.chart_picker('chart_id_arap', undef, type='AR,AP', style=style) %]
-IC_income,IC_sale: [% L.chart_picker('chart_id_icis', undef, type='IC_income,IC_sale', style=style) %]
-IC_expense,IC_cogs: [% L.chart_picker('chart_id_icco', undef, type='IC_expense,IC_cogs', style=style) %]
-IC: [% L.chart_picker('chart_id_ic', undef, type='IC', style=style) %]
+AR_paid: [% P.chart.picker('chart_id_ar_paid', undef, type='AR_paid', category='I,A' style=style) %]
+AR: [% P.chart.picker('chart_id_ar', undef, type='AR', style=style) %]
+AP: [% P.chart.picker('chart_id_ap', undef, type='AP', style=style) %]
+AR or AP: [% P.chart.picker('chart_id_arap', undef, type='AR,AP', style=style) %]
+IC_income,IC_sale: [% P.chart.picker('chart_id_icis', undef, type='IC_income,IC_sale', style=style) %]
+IC_expense,IC_cogs: [% P.chart.picker('chart_id_icco', undef, type='IC_expense,IC_cogs', style=style) %]
+IC: [% P.chart.picker('chart_id_ic', undef, type='IC', style=style) %]

Filter by category:
-I: [% L.chart_picker('chart_id_i', undef, category='I', style=style) %]
-IE: [% L.chart_picker('chart_id_ie', undef, category='I,E', style=style) %]
-AQL: [% L.chart_picker('chart_id_aql', undef, category='A,Q,L', style=style) %]
+I: [% P.chart.picker('chart_id_i', undef, category='I', style=style) %]
+IE: [% P.chart.picker('chart_id_ie', undef, category='I,E', style=style) %]
+AQL: [% P.chart.picker('chart_id_aql', undef, category='A,Q,L', style=style) %]

Filter by special type:
-GuV: [% L.chart_picker('chart_id_guv', undef, type='guv', style=style) %]
+GuV: [% P.chart.picker('chart_id_guv', undef, type='guv', style=style) %]

-

bank (fat): [% L.chart_picker('bank_id', '', type='bank', fat_set_item=1, choose=1, style=style) %] +

bank (fat): [% P.chart.picker('bank_id', '', type='bank', fat_set_item=1, choose=1, style=style) %]

[% FOREACH i IN [ 1 2 3 4 5 6 ] %] -S [% i %]: [% L.chart_picker('credit_' _ i) %] -    H [% i %]: [% L.chart_picker('debit' _ i) %]
+S [% i %]: [% P.chart.picker('credit_' _ i) %] -    H [% i %]: [% P.chart.picker('debit' _ i) %]
[% END %]

+

+Pre-filled chart object: [% P.chart.picker('pre_filled_chart_object', pre_filled_chart, style=style) %]
+Pre-filled chart ID: [% P.chart.picker('pre_filled_chart_id', pre_filled_chart.id, style=style) %]
+

+
-