X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ea1f139071a3ba20d0defdf9f5bf01c2127ca18d..08e820f:/templates/webpages/client_config/_default_accounts.html
diff --git a/templates/webpages/client_config/_default_accounts.html b/templates/webpages/client_config/_default_accounts.html
index 0a6ec1e31..bb92517f2 100644
--- a/templates/webpages/client_config/_default_accounts.html
+++ b/templates/webpages/client_config/_default_accounts.html
@@ -30,9 +30,30 @@
[% L.chart_picker('defaults.fxloss_accno_id', SELF.defaults.fxloss_accno_id, category='E,A', choose=1, style=style) %] |
+ |
+ | [% LxERP.t8("Rounding Gain") %] |
+ [% L.chart_picker('defaults.rndgain_accno_id', SELF.defaults.rndgain_accno_id, category='I,A', choose=1, style=style) %] |
+
+
+
+ | [% LxERP.t8("Rounding Loss") %] |
+ [% L.chart_picker('defaults.rndloss_accno_id', SELF.defaults.rndloss_accno_id, category='E,A', choose=1, style=style) %] |
+
+
| [% LxERP.t8("Current assets account") %] |
[% L.chart_picker('defaults.ar_paid_accno_id', SELF.defaults.ar_paid_accno_id, type='AR_paid', choose=1, style=style) %] |
|
+
+
+ | [% LxERP.t8("Payable account") %] |
+ [% L.chart_picker('defaults.ap_chart_id', SELF.defaults.ap_chart_id, type='AP', choose=1, style=style) %] |
+ |
+
+
+ | [% LxERP.t8("Receivable account") %] |
+ [% L.chart_picker('defaults.ar_chart_id', SELF.defaults.ar_chart_id, type='AR', choose=1, style=style) %] |
+ |
+