[% USE L %] [% SET style="width: 400px" %]

Chart Picker Testpage

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) %]

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) %]

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) %]

Filter by special type:
GuV: [% L.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) %]

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