On 17/01/12 16:48 -0300, Felipe Alvarez Harnecker wrote:
> On Martes 17 Enero 2012 15:43:22 lists.jc.mic...@symetrie.com escribió:
> >
> >
> > Myvar has value
> >
>
> does not work for me, at least with inner loop, i alway get 'foo' instead of
> bar.
First, it is a bad practice to put data p
On Martes 17 Enero 2012 15:43:22 lists.jc.mic...@symetrie.com escribió:
> Hi,
>
> Le 17 janv. 2012 à 19:22, felipon a écrit :
> > i need to do somethig like in open document template
> >
> >
> >
> > for each="o in objects"
> >
> >
> >
> > /for
> >
> >
> > total
> >
> > but relatorio does
Hi,
Le 17 janv. 2012 à 19:22, felipon a écrit :
> i need to do somethig like in open document template
>
>
>
> for each="o in objects"
>
>
>
> /for
>
>
> total
>
> but relatorio does not like
>
> how one should do things like this ???
Here is how I proceed :
(enter your expressions i
HI,
i need to do somethig like in open document template
for each="o in objects"
/for
total
but relatorio does not like
how one should do things like this ???
litle example please
thnx.
--
tryton-dev@googlegroups.com mailing list
Reviewers: ,
Please review this at http://codereview.tryton.org/226006/
Affected files:
M tryton/gui/window/win_form.py
Index: tryton/gui/window/win_form.py
===
--- a/tryton/gui/window/win_form.py
+++ b/tryton/gui/window/win_f
Reviewers: ,
Please review this at http://codereview.tryton.org/228003/
Affected files:
M tryton/gui/window/view_board/parser.py
Index: tryton/gui/window/view_board/parser.py
===
--- a/tryton/gui/window/view_board/parser.py
++
* Felipe Alvarez [2012-01-17 01:19 +0100]:
i need to develop a simple report that makes sums of direrent fields
of invoice ( tax/ untaxed tital/ total )
Does relatorio give some support for grouping functions ? or should i
do the computation myself inside the template ? one example
please.
Hi,
i need to develop a simple report that makes sums of direrent fields
of invoice ( tax/ untaxed tital/ total )
Does relatorio give some support for grouping functions ? or should i
do the computation myself inside the template ? one example
please.
thnx.
--
tryton-dev@googlegroups.com
Reviewers: ,
Please review this at http://codereview.tryton.org/219007/
Affected files:
M purchase.xml
Index: purchase.xml
===
--- a/purchase.xml
+++ b/purchase.xml
@@ -11,11 +11,8 @@
ex
Reviewers: ,
Please review this at http://codereview.tryton.org/229004/
Affected files:
M product.xml
Index: product.xml
===
--- a/product.xml
+++ b/product.xml
@@ -12,25 +12,7 @@
expr="/form/notebook/pag
Reviewers: ,
Please review this at http://codereview.tryton.org/219006/
Affected files:
M inventory.xml
Index: inventory.xml
===
--- a/inventory.xml
+++ b/inventory.xml
@@ -33,12 +33,8 @@
Reviewers: ,
Please review this at http://codereview.tryton.org/229003/
Affected files:
M move.xml
M shipment.xml
Index: move.xml
===
--- a/move.xml
+++ b/move.xml
@@ -41,6 +41,7 @@
stock.move
Reviewers: ,
Please review this at http://codereview.tryton.org/228002/
Affected files:
M sale.xml
Index: sale.xml
===
--- a/sale.xml
+++ b/sale.xml
@@ -40,10 +40,6 @@
Reviewers: ,
Please review this at http://codereview.tryton.org/226005/
Affected files:
M __tryton__.py
A product.xml
M sale.xml
A stock.xml
--
tryton-dev@googlegroups.com mailing list
Reviewers: ,
Please review this at http://codereview.tryton.org/227005/
Affected files:
M __tryton__.py
A product.xml
M purchase.xml
A stock.xml
--
tryton-dev@googlegroups.com mailing list
Reviewers: ,
Please review this at http://codereview.tryton.org/221008/
Affected files:
M work.xml
Index: work.xml
===
--- a/work.xml
+++ b/work.xml
@@ -25,14 +25,6 @@
Reviewers: ,
Please review this at http://codereview.tryton.org/219005/
Affected files:
M work.xml
Index: work.xml
===
--- a/work.xml
+++ b/work.xml
@@ -117,15 +117,7 @@
Reviewers: ,
Please review this at http://codereview.tryton.org/229002/
Affected files:
M price_list.xml
Index: price_list.xml
===
--- a/price_list.xml
+++ b/price_list.xml
@@ -14,14 +14,8 @@
Reviewers: ,
Please review this at http://codereview.tryton.org/220003/
Affected files:
M address.xml
M contact_mechanism.xml
M party.xml
Index: address.xml
===
--- a/address.xml
+++ b/address.xml
@@ -6,6 +6,7 @@
Reviewers: ,
Please review this at http://codereview.tryton.org/227004/
Affected files:
M dashboard.xml
M res.xml
Index: dashboard.xml
===
--- a/dashboard.xml
+++ b/dashboard.xml
@@ -12,10 +12,11 @@
Reviewers: ,
Please review this at http://codereview.tryton.org/229001/
Affected files:
M currency.xml
Index: currency.xml
===
--- a/currency.xml
+++ b/currency.xml
@@ -47,26 +47,7 @@
Reviewers: ,
Please review this at http://codereview.tryton.org/227003/
Affected files:
M line.xml
Index: line.xml
===
--- a/line.xml
+++ b/line.xml
@@ -118,22 +118,5 @@
-
-account
Reviewers: ,
Please review this at http://codereview.tryton.org/227002/
Affected files:
M statement.xml
Index: statement.xml
===
--- a/statement.xml
+++ b/statement.xml
@@ -35,16 +35,8 @@
Reviewers: ,
Please review this at http://codereview.tryton.org/228001/
Affected files:
M account.xml
M invoice.xml
M payment_term.xml
--
tryton-dev@googlegroups.com mailing list
Reviewers: ,
Please review this at http://codereview.tryton.org/221007/
Affected files:
M tryton/gui/window/view_form/view/form_gtk/many2many.py
M tryton/gui/window/view_form/view/form_gtk/many2one.py
M tryton/gui/window/view_form/view/form_gtk/one2many.py
M tryton/gui/window/win_form.
Reviewers: ,
Please review this at http://codereview.tryton.org/227001/
Affected files:
M journal.xml
M move.xml
M tax.xml
--
tryton-dev@googlegroups.com mailing list
26 matches
Mail list logo