chat.freenode.net #tryton log beginning Thu Oct 22 00:00:02 CEST 2009 | ||
-!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton | 00:21 | |
-!- vengfulsquirrel(n=ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton | 01:42 | |
-!- woakas(n=woakas@190.144.69.234) has joined #tryton | 03:45 | |
-!- pepeu(n=manuel@189.209.194.163) has joined #tryton | 05:05 | |
-!- yangoon(n=mathiasb@p549F7460.dip.t-dialin.net) has joined #tryton | 05:18 | |
-!- vengfulsquirrel(n=ian@69.181.194.95) has joined #tryton | 07:48 | |
-!- monkeytower(n=monkeyto@dslb-088-077-230-245.pools.arcor-ip.net) has joined #tryton | 07:55 | |
-!- MarkusB(n=burli@dslb-094-219-157-207.pools.arcor-ip.net) has joined #tryton | 08:07 | |
-!- Timitos(n=timitos@88.217.184.172) has joined #tryton | 08:07 | |
-!- paepke(n=paepke@217.6.201.92) has joined #tryton | 08:46 | |
-!- udono(n=udono@85.197.24.5) has left #tryton | 08:48 | |
-!- carlos(n=carlos@147.156.221.87.dynamic.jazztel.es) has joined #tryton | 09:35 | |
-!- paepke(n=paepke@217.6.201.92) has joined #tryton | 09:56 | |
-!- ikks(n=ikks@190.158.124.165) has joined #tryton | 13:26 | |
-!- marl_scot(n=marl_sco@84.92.193.225) has joined #tryton | 14:31 | |
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? | 14:32 |
---|---|---|
paepke | marl_scot: doesn't this work: financial_management - invoices - invoicec - new_invoice ? | 14:39 |
paepke | marl_scot: you can send directly an invoice without attaching a sale. | 14:40 |
-!- SISalp(n=admin@94.23.38.157) has joined #tryton | 14:41 | |
-!- _TiN_(n=TiN@190.228.30.153) has joined #tryton | 14:44 | |
marl_scot | that still sets the initial state for the invoice as draft | 14:44 |
marl_scot | ok, am getting a wierd error 'the value of the field "Journal" on "Invoice" is not valid according to its domain.' | 14:47 |
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 | 14:48 |
paepke | marl_scot: does it work with shipping goods? | 14:50 |
marl_scot | dont have any goods other than labour at moment | 14:51 |
marl_scot | managed to do 2 other invoices a couple of days ago | 14:51 |
marl_scot | how can i find out which field is named : Journal ? | 14:53 |
marl_scot | ah, ok think i might know whats gone wrong | 14:54 |
yangoon | marl_scot: did ou already set a journal while paying an invoice? | 14:54 |
marl_scot | under my journal entry i have one journal type and that is revenue | 14:54 |
paepke | the fiscal years and sequences? | 14:54 |
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 | 14:59 |
marl_scot | GOT IT | 15:02 |
marl_scot | had 2 revenue journals set up, one name 'revenue' and one named 'Revenue' | 15:02 |
paepke | marl_scot: can you change that journal to both of them? | 15:03 |
marl_scot | removed the 'revenue' journal, and reset the invoice to 'Revenue' and it worked ok | 15:04 |
marl_scot | must be something getting confused with the upper/lower case string | 15:04 |
marl_scot | is there a way to customize the layout when printing invoices etc.? like being able to add a logo | 15:05 |
-!- Timito1(n=timitos@88.217.184.172) has joined #tryton | 15:19 | |
-!- woakas(n=woakas@190.144.69.234) has joined #tryton | 15:21 | |
-!- _TiN_(n=TiN@190.228.30.153) has left #tryton | 15:30 | |
paepke | marl_scot: you can edit the corresponding .odt file on the tryton-server | 15:49 |
marl_scot | ah, thanks, didnt relise that was where they were | 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. | 15:50 |
marl_scot | how do u mean jsut for the start? does it cache the odt files after they are used? | 15:55 |
-!- juanfer(n=juanfer@190.144.69.234) has joined #tryton | 15:57 | |
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. | 16:01 |
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. | 16:02 |
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. | 16:03 |
-!- pepeu(n=manuel@201.155.193.192) has joined #tryton | 16:37 | |
-!- paepke(n=paepke@R8748.r.pppool.de) has joined #tryton | 19:21 | |
-!- vengfulsquirrel(n=ian@69.181.194.95) has joined #tryton | 19:40 | |
-!- pepeu(n=manuel@201.155.193.192) has joined #tryton | 20:10 | |
-!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton | 20:36 | |
paepke | cedk: do you have an plan how to translate and deploy translated documentation with tryton. like the documentation under trytond/doc ? | 21:06 |
paepke | i'd like to see some german documentation. | 21:07 |
juanfer | paepke, cool, there are some docs that you could translate to german. | 21:33 |
paepke | juanfer: well. helping to translate ;-) don't wanna steal yangoons very good job | 21:34 |
juanfer | I don't understand you! what mean yangoons? | 21:36 |
paepke | yangoon. a german developer here | 21:38 |
juanfer | Ah, well, you could help, you don't need a developer to make documentation! | 21:39 |
juanfer | and as you could see there are a lack of documention | 21:40 |
paepke | juanfer: yes, i know. i'm currently starting to use tryton. and i'm documenting my progress anyway. | 21:40 |
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. | 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. | 21:42 |
juanfer | Excelent | 21:42 |
juanfer | well, send it to the list, may be it could begin a threath, and all could aport ideas. | 21:43 |
paepke | juanfer: yes, that was the idea. | 21:43 |
juanfer | I think, that Tryton need a documentation on line, but may be others have some different ideas. | 21:44 |
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/ | 21:46 |
paepke | with "documentded the same way" i mean "transated"... | 21:47 |
paepke | wow. two typos. i'm getting old today.. | 21:52 |
juanfer | :-) | 21:58 |
juanfer | well send the mail, with the idea | 21:59 |
paepke | i send it through the tryton-dev list. it documentation, but i see it more dev related. | 21:59 |
juanfer | yes | 22:06 |
-!- pepeu(n=manuel@189.209.194.163) has joined #tryton | 22:12 | |
-!- _TiN_(n=TiN@190.228.30.153) has joined #tryton | 23:27 | |
-!- monkeytower(n=monkeyto@dslb-088-077-230-245.pools.arcor-ip.net) has joined #tryton | 23:59 |
Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!