[% USE L %]

Chart Picker Testpage

All charts: [% L.chart_picker('chart_id', '', style="width: 400px") %]text after icon
Only booked charts: [% L.chart_picker('chart_id_booked', '', booked=1, style="width: 400px") %]
All charts choose: [% L.chart_picker('chart_id_choose', '', choose=1, style="width: 400px") %]

Filter by link:
AR_paid: [% L.chart_picker('chart_id_ar_paid', undef, type='AR_paid', category='I,A' style="width: 400px") %]
AR: [% L.chart_picker('chart_id_ar', undef, type='AR', style="width: 400px") %]
AP: [% L.chart_picker('chart_id_ap', undef, type='AP', style="width: 400px") %]
AR or AP: [% L.chart_picker('chart_id_arap', undef, type='AR,AP', style="width: 400px") %]
IC_income,IC_sale: [% L.chart_picker('chart_id_icis', undef, type='IC_income,IC_sale', style="width: 400px") %]
IC_expense,IC_cogs: [% L.chart_picker('chart_id_icco', undef, type='IC_expense,IC_cogs', style="width: 400px") %]

Filter by category:
I: [% L.chart_picker('chart_id_i', undef, category='I', style="width: 400px") %]
IE: [% L.chart_picker('chart_id_ie', undef, category='I,E', style="width: 400px") %]
AQL: [% L.chart_picker('chart_id_aql', undef, category='A,Q,L', style="width: 400px") %]

Filter by special type:
GuV: [% L.chart_picker('chart_id_guv', undef, type='guv', style="width: 400px") %]

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

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