IRC logs of #tryton for Monday, 2011-12-19

chat.freenode.net #tryton log beginning Mon Dec 19 00:00:01 CET 2011
2011-12-19 11:21 <scrapper> hello folks, is it possible to insert invoices from past days? I can't set the proper dates on delivery days. There gets date today inserted. any hints? thanks
2011-12-19 11:35 <nicoe> scrapper: from the code the invoice date is editable when the invoice is in the draft state
2011-12-19 11:36 <scrapper> nicoe: yes I know about that, I just wanted to get some info about the common principles, because I am sure in the next ten years I will make a lot of mistakes... and maybe i want to revert them.
2011-12-19 11:39 <scrapper> nicoe: right now it looks like if I did a mistake on an invoice, i can't change it. so I have to set it to ... don't know the word yet "false".... and have to do the invoice again.
2011-12-19 11:40 <scrapper> nicoe: this is not a big deal, just wanted to know if there is another way to do this.
2011-12-19 11:40 <scrapper> thx nicoe for the help.
2011-12-19 11:41 <nicoe> I don't understand ... but if it helped you then it's OK
2011-12-19 11:41 <nicoe> :)
2011-12-19 11:41 <scrapper> :-)
2011-12-19 11:41 <scrapper> don't worry its ok.
2011-12-19 11:42 <scrapper> thx
2011-12-19 11:45 <udono> scrapper: Hi, once the invoice is opened you can not change it anymore on user level. So on mistakes, you need to refund the invoice, and duplicate the original invoice. The duplicated invoice will be in state draft and can be edited.
2011-12-19 11:46 <scrapper> udono: thx great help. I already was looking for a duplicate method. did not find it yet... but now i know its good to search longer for it! thank you!
2011-12-19 11:48 <udono> scrapper: ctrl-shift-d could be your friend...
2011-12-19 11:48 <nicoe> scrapper: the duplicate method can be found in the tab menu (the icon on the left of the tab title)
2011-12-19 11:49 <scrapper> udono: thank you guys udono and nicoe. now I know better how to handle that tasks. thanks
2011-12-19 11:49 <scrapper> duplicate will be my friend. :-)
2011-12-19 12:09 -!- scrapper(~scrapper@188-23-10-163.adsl.highway.telekom.at) has left #tryton
2011-12-19 14:53 <sisalp> hello : off-topic : is ftp protocol capable to be used in a ssh tunnel?
2011-12-19 14:54 <bechamel> sisalp: I don't think so, but there exist sftp: http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol
2011-12-19 14:58 <sisalp> thank you, is webdav able to ?
2011-12-19 15:04 <bechamel> sisalp: webdav works over http, so if you want encryption yau can use ssl (https)
2011-12-19 15:49 <sisalp> bechamel: but I want to use it in a tunnel ;-)
2011-12-19 15:51 <bechamel> sisalp: maybe with socks http://www.verot.net/socks.htm
2011-12-19 15:52 <sisalp> bechamel: ssl -L ?
2011-12-19 15:52 <bechamel> sisalp: the link talk about ftp among other stufs
2011-12-19 15:53 <bechamel> sisalp: the main problem with ftp is that it use a second socket to send data
2011-12-19 15:54 <sisalp> bechamel: yes for ftp, but webdav is simpler
2011-12-19 15:54 <bechamel> sisalp: and I don't know how to force this second socket to use a specified port, this is where tsock is usefull
2011-12-19 15:55 <bechamel> sisalp: ok, for webdav ssh -L will do the trick
2011-12-19 16:03 <cedk> sisalp: webdav only use 1 port so you can make a tunnel
2011-12-19 16:03 <cedk> sisalp: with ftp, a range of port is used, so it is doable but more complex

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