[% L.radio_button_tag('AR_include_in_dropdown',
value => 'AR_amount',
disabled => AccountIsPosted,
checked => AR_amount) %]
[% 'Revenue' | $T8 %]
[% L.radio_button_tag('AR_include_in_dropdown',
value => 'AR_paid',
disabled => AccountIsPosted,
checked => AR_paid) %]
[% 'Receipt' | $T8 %]
[% L.radio_button_tag('AR_include_in_dropdown',
value => 'AR_tax',
disabled => AccountIsPosted,
checked => AR_tax) %]
[% 'Tax' | $T8 %]
[% L.radio_button_tag('AR_include_in_dropdown',
value => '',
disabled => AccountIsPosted) %]
[% 'do not include' | $T8 %]
|
[% L.radio_button_tag('AP_include_in_dropdown',
value => 'AP_amount',
disabled => AccountIsPosted,
checked => AP_amount) %]
[% 'Expense/Asset' | $T8 %]
[% L.radio_button_tag('AP_include_in_dropdown',
value => 'AP_paid',
disabled => AccountIsPosted,
checked => AP_paid) %]
[% 'Payment' | $T8 %]
[% L.radio_button_tag('AP_include_in_dropdown',
value => 'AP_tax',
disabled => AccountIsPosted,
checked => AP_tax) %]
[% 'Tax' | $T8 %]
[% L.radio_button_tag('AP_include_in_dropdown',
value => '',
disabled => AccountIsPosted) %]
[% 'do not include' | $T8 %]
|
[% 'Revenue' | $T8 %]
[% 'Expense' | $T8 %]
[% 'Tax' | $T8 %]
|
[% 'Revenue' | $T8 %]
[% 'Expense' | $T8 %]
[% 'Tax' | $T8 %]
|