IRC logs of #tryton for Thursday, 2009-10-22

chat.freenode.net #tryton log beginning Thu Oct 22 00:00:02 CEST 2009
2009-10-22 00:21 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2009-10-22 01:42 -!- vengfulsquirrel(n=ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton
2009-10-22 03:45 -!- woakas(n=woakas@190.144.69.234) has joined #tryton
2009-10-22 05:05 -!- pepeu(n=manuel@189.209.194.163) has joined #tryton
2009-10-22 05:18 -!- yangoon(n=mathiasb@p549F7460.dip.t-dialin.net) has joined #tryton
2009-10-22 07:48 -!- vengfulsquirrel(n=ian@69.181.194.95) has joined #tryton
2009-10-22 07:55 -!- monkeytower(n=monkeyto@dslb-088-077-230-245.pools.arcor-ip.net) has joined #tryton
2009-10-22 08:07 -!- MarkusB(n=burli@dslb-094-219-157-207.pools.arcor-ip.net) has joined #tryton
2009-10-22 08:07 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton
2009-10-22 08:46 -!- paepke(n=paepke@217.6.201.92) has joined #tryton
2009-10-22 08:48 -!- udono(n=udono@85.197.24.5) has left #tryton
2009-10-22 09:35 -!- carlos(n=carlos@147.156.221.87.dynamic.jazztel.es) has joined #tryton
2009-10-22 09:56 -!- paepke(n=paepke@217.6.201.92) has joined #tryton
2009-10-22 13:26 -!- ikks(n=ikks@190.158.124.165) has joined #tryton
2009-10-22 14:31 -!- marl_scot(n=marl_sco@84.92.193.225) has joined #tryton
2009-10-22 14:32 <marl_scot> hi, can someone help me with this? Im trying to enter sales into tryton, but cant work out how to get it to put a sale strait to invoice, rather than having to go draft-quotation-shipment-invoice , is there a simple way to enter a sale for invoice? like when im charging for only labour time ro remote support?
2009-10-22 14:39 <paepke> marl_scot: doesn't this work: financial_management - invoices - invoicec - new_invoice ?
2009-10-22 14:40 <paepke> marl_scot: you can send directly an invoice without attaching a sale.
2009-10-22 14:41 -!- SISalp(n=admin@94.23.38.157) has joined #tryton
2009-10-22 14:44 -!- _TiN_(n=TiN@190.228.30.153) has joined #tryton
2009-10-22 14:44 <marl_scot> that still sets the initial state for the invoice as draft
2009-10-22 14:47 <marl_scot> ok, am getting a wierd error 'the value of the field "Journal" on "Invoice" is not valid according to its domain.'
2009-10-22 14:48 <marl_scot> i got that when entering sales as well, and thought it was something to do with trying to change to invoice without shiping goods
2009-10-22 14:50 <paepke> marl_scot: does it work with shipping goods?
2009-10-22 14:51 <marl_scot> dont have any goods other than labour at moment
2009-10-22 14:51 <marl_scot> managed to do 2 other invoices a couple of days ago
2009-10-22 14:53 <marl_scot> how can i find out which field is named : Journal ?
2009-10-22 14:54 <marl_scot> ah, ok think i might know whats gone wrong
2009-10-22 14:54 <yangoon> marl_scot: did ou already set a journal while paying an invoice?
2009-10-22 14:54 <marl_scot> under my journal entry i have one journal type and that is revenue
2009-10-22 14:54 <paepke> the fiscal years and sequences?
2009-10-22 14:59 <marl_scot> ok, am now lost, as far as i can tell ive set everything :( journal is set as type revenue, sequence is default account journal
2009-10-22 15:02 <marl_scot> GOT IT
2009-10-22 15:02 <marl_scot> had 2 revenue journals set up, one name 'revenue' and one named 'Revenue'
2009-10-22 15:03 <paepke> marl_scot: can you change that journal to both of them?
2009-10-22 15:04 <marl_scot> removed the 'revenue' journal, and reset the invoice to 'Revenue' and it worked ok
2009-10-22 15:04 <marl_scot> must be something getting confused with the upper/lower case string
2009-10-22 15:05 <marl_scot> is there a way to customize the layout when printing invoices etc.? like being able to add a logo
2009-10-22 15:19 -!- Timito1(n=timitos@88.217.184.172) has joined #tryton
2009-10-22 15:21 -!- woakas(n=woakas@190.144.69.234) has joined #tryton
2009-10-22 15:30 -!- _TiN_(n=TiN@190.228.30.153) has left #tryton
2009-10-22 15:49 <paepke> marl_scot: you can edit the corresponding .odt file on the tryton-server
2009-10-22 15:50 <marl_scot> ah, thanks, didnt relise that was where they were
2009-10-22 15:50 <paepke> marl_scot: just for the first start. to do this right you have to write a small module which overrides the filename of the report. for example invoice.
2009-10-22 15:55 <marl_scot> how do u mean jsut for the start? does it cache the odt files after they are used?
2009-10-22 15:57 -!- juanfer(n=juanfer@190.144.69.234) has joined #tryton
2009-10-22 16:01 <paepke> marl_scot: sorry for the misunderstanding sentence. just for the start of your tryton-project. you can change the .odt directly. but when you upgrade your installation. for example to an 1.4.2 the form could be overwritten.
2009-10-22 16:02 <paepke> marl_scot: so its better to make a copy of your form and define it with a custom module. just for a quick start of your project you can edit this directly.
2009-10-22 16:03 <paepke> marl_scot: anyway: if the invoice have been rendered you will have a copy of the rendered form in your database and the changes of the invoice-template will not apply to the document.
2009-10-22 16:37 -!- pepeu(n=manuel@201.155.193.192) has joined #tryton
2009-10-22 19:21 -!- paepke(n=paepke@R8748.r.pppool.de) has joined #tryton
2009-10-22 19:40 -!- vengfulsquirrel(n=ian@69.181.194.95) has joined #tryton
2009-10-22 20:10 -!- pepeu(n=manuel@201.155.193.192) has joined #tryton
2009-10-22 20:36 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2009-10-22 21:06 <paepke> cedk: do you have an plan how to translate and deploy translated documentation with tryton. like the documentation under trytond/doc ?
2009-10-22 21:07 <paepke> i'd like to see some german documentation.
2009-10-22 21:33 <juanfer> paepke, cool, there are some docs that you could translate to german.
2009-10-22 21:34 <paepke> juanfer: well. helping to translate ;-) don't wanna steal yangoons very good job
2009-10-22 21:36 <juanfer> I don't understand you! what mean yangoons?
2009-10-22 21:38 <paepke> yangoon. a german developer here
2009-10-22 21:39 <juanfer> Ah, well, you could help, you don't need a developer to make documentation!
2009-10-22 21:40 <juanfer> and as you could see there are a lack of documention
2009-10-22 21:40 <paepke> juanfer: yes, i know. i'm currently starting to use tryton. and i'm documenting my progress anyway.
2009-10-22 21:42 <paepke> i talked to some german developers at #tryton.de and now wanna ask the core team what they think about language-specific documentation inside the main source code.
2009-10-22 21:42 <juanfer> cool, exelent, I do the same, by the way, made your documentation, not for you, instead make it for others, in such a way that it could be part of the future documentation. Me and my team made it.
2009-10-22 21:42 <juanfer> Excelent
2009-10-22 21:43 <juanfer> well, send it to the list, may be it could begin a threath, and all could aport ideas.
2009-10-22 21:43 <paepke> juanfer: yes, that was the idea.
2009-10-22 21:44 <juanfer> I think, that Tryton need a documentation on line, but may be others have some different ideas.
2009-10-22 21:46 <paepke> i had some different ideas about that. writing a walk-through in form of a "book". but the basic tryton-application has to be documented the same way. and i don't like that there is no translation of the rst files provided in the doc directory and under http://doc.tryton.org/1.4/
2009-10-22 21:47 <paepke> with "documentded the same way" i mean "transated"...
2009-10-22 21:52 <paepke> wow. two typos. i'm getting old today..
2009-10-22 21:58 <juanfer> :-)
2009-10-22 21:59 <juanfer> well send the mail, with the idea
2009-10-22 21:59 <paepke> i send it through the tryton-dev list. it documentation, but i see it more dev related.
2009-10-22 22:06 <juanfer> yes
2009-10-22 22:12 -!- pepeu(n=manuel@189.209.194.163) has joined #tryton
2009-10-22 23:27 -!- _TiN_(n=TiN@190.228.30.153) has joined #tryton
2009-10-22 23:59 -!- monkeytower(n=monkeyto@dslb-088-077-230-245.pools.arcor-ip.net) has joined #tryton

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!