Commit Graph

55 Commits

Author SHA1 Message Date
apa-tiny 9d9bf7fdb6 [IMP]:Improved code for printscreen report for group by.
bzr revid: apa@tinyerp.com-20100216101158-bmf47sm1ose8c2gf
2010-02-16 15:41:58 +05:30
Harry (Open ERP) 0434310146 [FIX] printscreen: fixed wrong total in print screen
bzr revid: hmo@tinyerp.com-20100216094806-090k2tvquc7dx8yf
2010-02-16 15:18:06 +05:30
Harry (Open ERP) 7c5bc6cde0 [FIX] printscreen: fixed problem in group by date type
bzr revid: hmo@tinyerp.com-20100216093427-xfmlog3nim728gb5
2010-02-16 15:04:27 +05:30
Harry (Open ERP) f5914d0033 [FIX] printscreen: pass domain in read_group
bzr revid: hmo@tinyerp.com-20100216092307-4mnarss8vmd3k54o
2010-02-16 14:53:07 +05:30
apa-tiny 4898b74704 [IMP]:Improved print screen report with group by.
bzr revid: apa@tinyerp.com-20100216083952-wxdnu5abf0qy01wt
2010-02-16 14:09:52 +05:30
nch@tinyerp.com 93be43df7e [IMP]:printscreen reports now use the context to not display invisible columns
bzr revid: nch@tinyerp.com-20100208060610-h9bwn80541ic2m6x
2010-02-08 11:36:10 +05:30
Harry (Open ERP) 4866813726 [FIX] printscreen : Invalid datetime format used to disply date in printscreen
bzr revid: hmo@tinyerp.com-20100205123136-xbfdxrua25sezb6a
2010-02-05 18:01:36 +05:30
Raphaël Valyi a638f8aaba [MERGE]
bzr revid: rvalyi@gmail.com-20091217232137-y7gb1lvi3vyjbvtn
2009-12-17 21:21:37 -02:00
Xavier Morel b90e33726c [merge] from trunk
bzr revid: xmo@tinyerp.com-20091215114912-3zt13paq2tne1ul0
2009-12-15 12:49:12 +01:00
Raphaël Valyi 1cbec3a642 [REF] changed coding style from datetime.datime.foo to datetime.foo, changing the import accordingly
bzr revid: rvalyi@gmail.com-20091214152104-evcck2uv66bbulnf
2009-12-14 13:21:04 -02:00
Cristian Salamea (GnuThink) f41e524133 [REF] get rid of the mx.Datetime C dependency, meaning better portability, especially to alternative Python interpreters, better maintainability; implements this blueprint: https://blueprints.launchpad.net/openobject-server/+spec/get-rid-of-mx-datetime-dependency; largely the work of Cristian Salamea (GnuThink)
bzr revid: rvalyi@gmail.com-20091213181601-4k4mhtgnv2qynrjo
2009-12-13 16:16:01 -02:00
nch@tinyerp.com a51fb3af14 [FIX]:support for string IDs in print screen reports
bzr revid: nch@tinyerp.com-20091211093205-zlum3fg0nhjsen0t
2009-12-11 15:02:05 +05:30
Xavier Morel 91c515382c [merge] 5.0-lxml-fixes into trunk
bzr revid: xmo@tinyerp.com-20091202092042-36gz0wkbu27aetvc
bzr revid: xmo@tinyerp.com-20091202093008-9uwo63c0bwdh8eaw
2009-12-02 10:30:08 +01:00
Xavier Morel 70ab8c4607 [IMP] removal of usages of the deprecated node.getchildren call, better usage of the attributes & tostring ET APIs, style fixes
bzr revid: xmo@tinyerp.com-20091128115809-pk5zqrc3zp8h6pir
2009-11-28 12:58:09 +01:00
Xavier Morel 44a11226fe [IMP] improve usage of the ET API, use SubElement instead of Element/append, kwarg attributes setting instead of node.set
bzr revid: xmo@tinyerp.com-20091128104810-52uhz28fiw53joaz
2009-11-28 11:48:10 +01:00
Xavier Morel 752e88e521 [FIX] Remove leftover instances of libxslt and libxml2, replace them by lxml
bzr revid: xmo@tinyerp.com-20091128100104-n0s3sv3p1601mn50
2009-11-28 11:01:04 +01:00
pap(openerp) 251b6720ca Changed encoding to coding ref: PEP: 0263
bzr revid: hda@tinyerp.com-20091020105223-2o94yr2iv2v10axr
2009-10-20 16:22:23 +05:30
PSO(OpenERP) 4d7134cd99 Changed licencing
bzr revid: hda@tinyerp.com-20091014123215-nuyqs18090whzt5o
2009-10-14 18:02:15 +05:30
Jay (Open ERP) bc39c5a14b [FIX] Print screen : Correction when text for report is already encoded
lp bug: https://launchpad.net/bugs/379645 fixed

bzr revid: jvo@tinyerp.com-20090916071708-xc93saplay5apvjn
2009-09-16 12:47:08 +05:30
Jay (Open ERP) 226afb5a1c [FIX] Print screen unicode-decode error solved
lp bug: https://launchpad.net/bugs/416883 fixed

bzr revid: jvo@tinyerp.com-20090821105907-lskwy3xfacwtqbog
2009-08-21 16:29:07 +05:30
VRA(OpenERP) 0bc26d2faf [FIX] Print Screen : was not considering field names with superscripted,subscripted characters(ex.m²)
lp bug: https://launchpad.net/bugs/413484 fixed

bzr revid: jvo@tinyerp.com-20090818080337-6n1wgu1j2t76r9it
2009-08-18 13:33:37 +05:30
Jay (Open ERP) 420c19ef78 [FIX] Print screen now displays the report as per WYSIWYG
lp bug: https://launchpad.net/bugs/407637 fixed

bzr revid: jvo@tinyerp.com-20090803151756-1itra28fx5p5pwn1
2009-08-03 20:47:56 +05:30
VRA(OpenERP) 43b66e1a1d [FIX] Print screen reports will behave acc. to locale for date,datetime
lp bug: https://launchpad.net/bugs/399811 fixed

bzr revid: jvo@tinyerp.com-20090717145124-0kkb1b7dvp9qu5od
2009-07-17 20:21:24 +05:30
Naresh Choksy 740bb829f9 added report engine
bzr revid: nch@tinyerp.com-20090428102421-0bjwivab9it6bf2c
2009-04-28 15:54:21 +05:30
Stephane Wirtel 720ff8a9e5 [FIX] Use the translation in the selection field for the print screen functionnality
lp bug: https://launchpad.net/bugs/323229 fixed

bzr revid: stephane@tinyerp.com-20090202130214-z3bknh0n2j0wpspa
2009-02-02 14:02:14 +01:00
Stephane Wirtel 9d293d1f00 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221329-rem11cbgwu30xnji
2009-01-04 23:13:29 +01:00
Christophe Simonis 1be0861d4a [FIX] encoding bug in tree printscreen
lp bug: https://launchpad.net/bugs/311159 fixed

bzr revid: christophe@taupe-20081226111202-pz23wa09u5kezfam
2008-12-26 12:12:02 +01:00
Stephane Wirtel aa5ba32461 [FIX] Print Screen
lp bug: https://launchpad.net/bugs/310559 fixed

bzr revid: stephane@tinyerp.com-20081222150410-d14q1cij3ybwu93p
2008-12-22 16:04:10 +01:00
Stephane Wirtel 488af9a09a [FIX] problem with the print screen
lp bug: https://launchpad.net/bugs/308910 fixed

bzr revid: stephane@tinyerp.com-20081217123840-zfo40a5xjn8un3ku
2008-12-17 13:38:40 +01:00
apa-tiny 1aeba905db total changes in printscreen report-vir
bzr revid: patelamit2003@gmail.com-20081124095309-0tasnp02e4b2kjrj
2008-11-24 15:23:09 +05:30
apa-tiny 07bc7cb6e3 2 decimal point prob solved in print screen report
bzr revid: patelamit2003@gmail.com-20081121132258-bx968fxp30vr7adr
2008-11-21 18:52:58 +05:30
Christophe Simonis e404e54e38 passing in GPL-3
bzr revid: christophe@tinyerp.com-20081103182716-6c6xyeewubx4uas0
2008-11-03 19:27:16 +01:00
Jay Vora 99f379dd11 Modifs on Print Screen utility
bzr revid: jvo@tinyerp.com-20080926061957-u978ss21g4pi4nop
2008-09-26 11:49:57 +05:30
Jay Vora f58b7bc578 Bugfix:Print Screen Float values well-aligned
bzr revid: jvo@tinyerp.com-20080925135945-xc0vponx69cmkov6
2008-09-25 19:29:45 +05:30
Christophe Simonis bb8d92c55a remove use of global variable
bzr revid: christophe@tinyerp.com-20080924153410-hdkfx2ddzg8zjje1
2008-09-24 17:34:10 +02:00
hda@tinyerp.com 8401c4021f set report name as pdf name in reports (ref: bhoomika- sbh)
bzr revid: hda@tinyerp.com-20080811092755-7qknwqfcgrlg8zuk
2008-08-11 14:57:55 +05:30
Christophe Simonis 2eb6b8265b add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723150127-fmitw7zgeokcualh
2008-07-23 17:01:27 +02:00
Christophe Simonis 2dd9723b8b convert tabs to 4 spaces
bzr revid: christophe@tinyerp.com-20080722142436-143iu4ryy47w3av0
2008-07-22 16:24:36 +02:00
stw 7134784787 add Copyright and GPL license into the Header of Python files
bzr revid: stw-eb6ee9b006e577bda6338caa450ec9795b12f9bc
2008-06-16 11:00:21 +00:00
Husen Daudi caf3c294da Improve encoding on printscreen report
bzr revid: hda@tinyerp.com-4d94b59d96ed503976a9d5a50f854906deaf41de
2008-05-28 07:17:57 +00:00
Mantavya Gajjar 66e89a94f1 Improve code so that print screen report can print sum of last column if it is integer or float.
By: Husen(hda)

bzr revid: mga@tinyerp.com-1637480a09a1c5966c227311b1e6ed67093b9c05
2008-05-21 13:15:42 +00:00
ced 7b93077f0f Put printscreen in landscape
bzr revid: ced-aa6f4cd5700d534cdea4c4ce4e6740d3505d99b3
2007-10-04 05:58:40 +00:00
ced b5ae0a5ba8 Better fix for printscreen
bzr revid: ced-631f8c3681eff556fb19352542b84a85cad1cd35
2007-10-04 05:58:35 +00:00
ced dcaabeabf8 Fix coding in print screen
bzr revid: ced-c905f30694a0e47b635069101607e77c2216a333
2007-09-20 08:48:27 +00:00
ced d9d0678328 kernel: don't use mutable as default value in function defintion.
bzr revid: ced-824ee7e22dca5a4b4f2d8d5095aa20650f5a2469
2007-07-23 05:16:03 +00:00
ced 6232b2e8ab KERNEL: fix print screen
bzr revid: ced-0af742cede276df9dbbcf723a38b3dea755f4ff9
2007-06-11 06:35:11 +00:00
Husen Daudi 40bed640be bzr revid: hda@tinyerp.com-4429532dbe7569da981caa4538b5488b7f7d10ac 2007-05-03 08:01:49 +00:00
Fabien Pinckaers 3ea7d81cf6 Bugfixed print screen report
bzr revid: fp@tinyerp.com-5681448f9d38b057934ae2e3edbfec85bfb924cf
2007-04-24 06:17:56 +00:00
Husen Daudi 6c5be5bc57 printscreen report with french product name
bzr revid: hda@tinyerp.com-1ed8e4e557deb710b14a90639e112dc8284a7384
2007-04-24 05:49:31 +00:00
Fabien Pinckaers f6b9954774 Bugfix in printscreen encoding
bzr revid: fp@tinyerp.com-165233290e304be4e6472f60de3fcaeae06b3483
2007-04-21 11:50:05 +00:00