IRC logs of #tryton for Tuesday, 2016-07-26

chat.freenode.net #tryton log beginning Tue Jul 26 00:00:01 CEST 2016
2016-07-26 00:31 -!- kstenger(~karla@r167-59-34-88.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-07-26 01:19 -!- plantian(ae86d91c@gateway/web/freenode/ip.174.134.217.28) has joined #tryton
2016-07-26 02:13 -!- kstenger1(~karla@r167-59-23-186.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-07-26 05:50 -!- caf_(~Mutter@200.7.247.242) has joined #tryton
2016-07-26 07:43 <plantian> What is streetbis for ? Company name ?
2016-07-26 08:22 -!- udono(~udono@ip-37-201-245-214.hsi13.unitymediagroup.de) has joined #tryton
2016-07-26 08:28 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2016-07-26 08:37 -!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton
2016-07-26 08:38 -!- Timitos(~kpreisler@2001:a61:213a:ff01:ae7b:a1ff:feaf:55f0) has joined #tryton
2016-07-26 08:42 -!- shrox(shrox@nat/iiit/x-bmeqgmavuyxorhel) has joined #tryton
2016-07-26 08:53 -!- xcodinas(~xcodinas@unaffiliated/xcodinas) has joined #tryton
2016-07-26 09:00 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-07-26 09:22 -!- prayashm(~prayashm@103.194.233.35) has joined #tryton
2016-07-26 09:22 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton
2016-07-26 09:40 -!- meigallodixital(~meigallod@249.135.116.91.static.reverse-mundo-r.com) has joined #tryton
2016-07-26 09:46 -!- meigallodixital_(~meigallod@188.72.113.6) has joined #tryton
2016-07-26 10:05 -!- leio(~leio@gentoo/developer/leio) has joined #tryton
2016-07-26 10:10 -!- prayashm(~prayashm@103.194.233.35) has joined #tryton
2016-07-26 10:10 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton
2016-07-26 10:28 -!- yangoon1(~mathiasb@p5787F36B.dip0.t-ipconnect.de) has joined #tryton
2016-07-26 10:34 -!- meigallodixital(~meigallod@249.135.116.91.static.reverse-mundo-r.com) has joined #tryton
2016-07-26 10:37 -!- meigallodixital_(~meigallod@188.72.113.83) has joined #tryton
2016-07-26 10:38 <prayashm> I am able to generate the csv for the data
2016-07-26 10:38 <prayashm> wondering how should I save that to a file
2016-07-26 10:38 <prayashm> should I use: https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL
2016-07-26 10:39 <prayashm> or something like: https://github.com/koffsyrup/FileSaver.js
2016-07-26 10:39 <cedk> prayashm: yes like the Binary widget
2016-07-26 10:41 <prayashm> cedk: I didn't get you
2016-07-26 10:43 <pokoli> prayashm: you can use the CreateObjectURL, as the Binary widget does
2016-07-26 10:45 <prayashm> cedk: oh understood. Thanks!
2016-07-26 10:52 -!- rpit(~rpit@2a02:908:e674:5940:56ee:75ff:fe0d:d3c7) has joined #tryton
2016-07-26 10:52 -!- nicoe(~nicoe@balisto.wifi.b2ck.com) has joined #tryton
2016-07-26 11:01 <prayashm> The file gets downloaded with a random filename. Should I present the generated file as a link, So that one can right-click and choose "save link as ...", and then give the filename?
2016-07-26 11:03 <pokoli> prayashm: on the GTK client the file is openend with a random file name
2016-07-26 11:04 <pokoli> prayashm: so you should do the same
2016-07-26 11:04 <prayashm> pokoli: On GTK client, it asks the file name
2016-07-26 11:04 <pokoli> prayashm: you must set a valid content type in order to make the browser open the file with the correct application
2016-07-26 11:05 <pokoli> prayashm: BTW, there is the option to save or open it :)
2016-07-26 11:05 <pokoli> prayashm: in binary fields, if open is selected we set a content type so the browser opens it by default, and if save is selected we don't set it to it ask to save by default
2016-07-26 11:06 <prayashm> pokoli: Yes, I understand that part
2016-07-26 11:06 <prayashm> pokoli: I am working on the save now
2016-07-26 11:07 <pokoli> prayashm: it's all here: http://hg.tryton.org/sao/rev/7cb6c29b5831
2016-07-26 11:12 <prayashm> pokoli: I am using the mimetype "text/csv" but it downloads the file, doesn't prompt for any application
2016-07-26 11:20 <pokoli> prayashm: maybe you don't have any application on your system configured to open text/csv files
2016-07-26 11:28 <prayashm> pokoli: alright
2016-07-26 11:29 <cedk> pokoli: I'm working on my comments on review 13931002
2016-07-26 11:30 <pokoli> cedk: ok
2016-07-26 11:47 -!- Timitos(~kpreisler@2001:a61:213a:ff01:ae7b:a1ff:feaf:55f0) has joined #tryton
2016-07-26 12:15 <cedk> pokoli: it will be good to make a summary of what is still waiting in https://bugs.tryton.org/issue3516
2016-07-26 12:16 <cedk> pokoli: and maybe split it into smaller issue which are easier to review
2016-07-26 12:16 <pokoli> cedk: understood. I will review it latter and split into smaller issues
2016-07-26 12:42 -!- mariomop(~quassel@host158.181-1-37.telecom.net.ar) has joined #tryton
2016-07-26 13:34 -!- tbruyere_(~smuxi@mail.saluc.com) has joined #tryton
2016-07-26 15:36 -!- perilla(~perilla@corp-190-57-169-210-cue.puntonet.ec) has joined #tryton
2016-07-26 16:41 -!- JosDzG(~Thunderbi@189.148.162.78) has joined #tryton
2016-07-26 16:56 -!- JosDzGx(~Thunderbi@189.148.168.177) has joined #tryton
2016-07-26 17:16 -!- JosDzGx(~Thunderbi@fixed-188-72-187-188-72-36.iusacell.net) has joined #tryton
2016-07-26 17:28 -!- JosDzG(~Thunderbi@fixed-188-72-187-188-72-36.iusacell.net) has joined #tryton
2016-07-26 17:41 -!- Johnny(~Johnny@ool-1892a7df.dyn.optonline.net) has joined #tryton
2016-07-26 17:41 <Johnny> Hello good morning
2016-07-26 17:59 -!- shrox(shrox@nat/iiit/x-wfhtsztbdbouciuq) has joined #tryton
2016-07-26 18:08 -!- perilla(~perilla@corp-190-57-169-210-cue.puntonet.ec) has left #tryton
2016-07-26 19:00 -!- maywork(~meiryo@131.94.186.70) has joined #tryton
2016-07-26 19:00 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-07-26 19:39 -!- csotelo(~csotelo@190.40.212.233) has joined #tryton
2016-07-26 19:43 -!- csotelo(~csotelo@190.40.212.233) has joined #tryton
2016-07-26 19:47 <csotelo> dear coders.. I have a question about account_deposit... I have notriced that this module recall a deposit, but, how I could do a deposit? any suggest?
2016-07-26 20:01 <csotelo> hi?
2016-07-26 20:26 -!- mariomop(~quassel@181.94.13.136) has joined #tryton
2016-07-26 20:35 <csotelo> hello?
2016-07-26 20:38 -!- shrox(shrox@nat/iiit/x-crfhynalhyxavbcg) has joined #tryton
2016-07-26 20:42 <cedk> csotelo: create an invoice using a deposit account
2016-07-26 20:44 <csotelo> Let me try
2016-07-26 20:48 <csotelo> I have tried but the invoice just let choose receivable account
2016-07-26 20:52 <cedk> csotelo: I doubt about that, there is a scenario
2016-07-26 20:53 <csotelo> probably I forget some configuration or setting
2016-07-26 20:53 <csotelo> I am trying to follow accounjts and charts
2016-07-26 20:58 -!- perilla(~perilla@corp-190-57-169-210-cue.puntonet.ec) has joined #tryton
2016-07-26 21:04 <csotelo> I guess I need to update account chart from template
2016-07-26 21:04 <csotelo> i have done that.. however.. on my account chart no appear deposit account
2016-07-26 21:18 <csotelo> my question is.. the right flow before using deposite is update the account chart? or something else?
2016-07-26 21:25 <csotelo> I have trying again to use "update chart account from tempĺate" and chart account wasnt updated
2016-07-26 21:30 <csotelo> is there a way to generate a disccount to the incoice total payment?
2016-07-26 21:46 <csotelo> Whwn I create a new database I am gtting this eeror
2016-07-26 21:46 <csotelo> Dependency must be unique by module!
2016-07-26 21:47 <csotelo> what is the reason on this error?
2016-07-26 21:47 <csotelo> I have found it
2016-07-26 21:54 <csotelo> I have created a new database
2016-07-26 21:54 <csotelo> clear with minimal for manage deposits
2016-07-26 21:54 <csotelo> and create an account chart
2016-07-26 22:12 -!- csotelo(~csotelo@190.40.212.233) has joined #tryton
2016-07-26 22:23 <csotelo> I have tryed on diferent ways on create an invoice where the account is deposite
2016-07-26 22:24 <csotelo> also creating a new clear and minimal datrabase
2016-07-26 22:24 <csotelo> na dno way on create an account with deposit account
2016-07-26 22:24 <csotelo> any suggest?
2016-07-26 22:24 <csotelo> or url?
2016-07-26 22:29 <csotelo> I am using 3.8 version
2016-07-26 22:29 <csotelo> probably doesnt work on this version?
2016-07-26 22:30 <cedk> csotelo: it works, there are tests
2016-07-26 22:30 <cedk> csotelo: the minimal chart of account is extended with two accounts by the module
2016-07-26 22:31 <csotelo> I am completely lost.. I couldnt get it working.. then if it works.. I am completely worng
2016-07-26 22:31 <csotelo> yes cedk ... I have create a new database with the minimal modules for deposit
2016-07-26 22:31 <cedk> csotelo: any way, you can create yourself the account
2016-07-26 22:32 <csotelo> I have create an account chart from template using minimal chart account
2016-07-26 22:32 <csotelo> and I see deposit onm the minimal chart acount
2016-07-26 22:32 <csotelo> created
2016-07-26 22:33 <cedk> csotelo: so what is the problem
2016-07-26 22:34 <csotelo> then I create a new invoice, then on "other info" tab, on the "account" box, I have try to choose deposite, however when I select it, I juts could choose "Main receivable".. then...
2016-07-26 22:34 <cedk> csotelo: no it is on the line
2016-07-26 22:35 <csotelo> let me try
2016-07-26 22:35 <cedk> csotelo: the account directly on the invoice is always a receivable of the party
2016-07-26 22:35 <csotelo> I have notice it... sorry....
2016-07-26 22:35 <cedk> csotelo: usually the best way to understand a module is to look at its test scenario
2016-07-26 22:35 <csotelo> i was completely worng
2016-07-26 22:35 <csotelo> as most of the time... thanks a lot
2016-07-26 22:49 <csotelo> cedk, Really.. I am so glad on you
2016-07-26 23:17 -!- csotelo(~csotelo@179.7.34.231) has joined #tryton
2016-07-26 23:44 -!- csotelo(~csotelo@190.40.212.233) has joined #tryton

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