chat.freenode.net #tryton log beginning Wed Aug 24 00:00:01 CEST 2016 | ||
2016-08-24 02:45 -!- csotelo(~csotelo@179.7.35.26) has joined #tryton | ||
2016-08-24 02:46 <csotelo> hi coders | ||
2016-08-24 02:47 <csotelo> I have a question related to accountant states on tryton | ||
2016-08-24 02:48 <csotelo> specifictly these ones: statement of changes in equity, balance sheet, cash flow, profits and losses | ||
2016-08-24 02:48 <csotelo> I would like to know if tryton have these stated implemented or there are some modules for them | ||
2016-08-24 02:48 <csotelo> thanks a lot | ||
2016-08-24 02:48 <csotelo> hi cedk , excuse me for the direct question | ||
2016-08-24 02:49 <csotelo> probably you could give me a suggest | ||
2016-08-24 05:21 -!- nramirezuy(~nramirezu@r167-62-54-234.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-08-24 05:44 -!- robink_(~quassel@unaffilated/robink) has joined #tryton | ||
2016-08-24 07:42 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | ||
2016-08-24 07:46 -!- rpit(~rpit@2a02:908:e674:5940:56ee:75ff:fe0d:d3c7) has joined #tryton | ||
2016-08-24 07:52 -!- brunnenschacht(~brunnensc@p5DD18CF1.dip0.t-ipconnect.de) has joined #tryton | ||
2016-08-24 07:57 -!- scrapper(~scrapper@88.117.159.6) has joined #tryton | ||
2016-08-24 08:20 -!- shrox(shrox@nat/iiit/x-hqgeebipdisdsvjj) has joined #tryton | ||
2016-08-24 08:35 -!- gytis(~gytis@v100.nfq.lt) has joined #tryton | ||
2016-08-24 08:38 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton | ||
2016-08-24 08:47 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton | ||
2016-08-24 08:57 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2016-08-24 09:13 <brunnenschacht> hi, is someone using the webdav vcard module? | ||
2016-08-24 09:17 <pokoli> cedk: no I didn't test issue5786, but I will try to test it today | ||
2016-08-24 09:19 <pokoli> brunnenschacht: personally I'm not using it know, but maybe we will use it in the future | ||
2016-08-24 09:24 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton | ||
2016-08-24 09:32 <cedk> all the webdav stuffs are not in good shape | ||
2016-08-24 09:32 <cedk> we should replace pywebdav but a WSGI implementation | ||
2016-08-24 09:32 <cedk> the code should be refactorized | ||
2016-08-24 09:33 -!- udono(~udono@ip-37-201-245-214.hsi13.unitymediagroup.de) has joined #tryton | ||
2016-08-24 09:38 <pokoli> and we should write a good test suite for it | ||
2016-08-24 10:00 -!- shrox(shrox@nat/iiit/x-oijidyduiuwnuzfw) has joined #tryton | ||
2016-08-24 10:15 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton | ||
2016-08-24 10:22 -!- prayashm(~prayashm@103.194.232.214) has joined #tryton | ||
2016-08-24 10:22 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton | ||
2016-08-24 10:27 -!- zmijunkie(~Adium@b2b-78-94-52-226.unitymedia.biz) has joined #tryton | ||
2016-08-24 10:29 -!- zmijunkie(~Adium@b2b-78-94-52-226.unitymedia.biz) has joined #tryton | ||
2016-08-24 10:32 -!- zmijunkie(~Adium@b2b-78-94-52-226.unitymedia.biz) has joined #tryton | ||
2016-08-24 10:48 -!- rpit(~rpit@2a02:908:e674:5940:56ee:75ff:fe0d:d3c7) has joined #tryton | ||
2016-08-24 11:05 -!- meigallodixital_(~meigallod@188.72.113.41) has joined #tryton | ||
2016-08-24 11:10 -!- nicoe(~nicoe@balisto.wifi.b2ck.com) has joined #tryton | ||
2016-08-24 11:42 <brunnenschacht> lets say i write some more tests for the party_vcarddav module, is this a new issue? | ||
2016-08-24 11:43 <pokoli> brunnenschacht: yes | ||
2016-08-24 11:44 <brunnenschacht> pokoli: ok | ||
2016-08-24 11:44 <pokoli> brunnenschacht: but as ced pointed, there is a plan to migrate to wsgi implementation (see: https://discuss.tryton.org/t/migration-to-wsgidav/73) | ||
2016-08-24 11:45 <pokoli> brunnenschacht: so It will be great if tests can be used to ensure the migration is working correctly | ||
2016-08-24 11:57 <cedk> it is not possible to write test for now | ||
2016-08-24 11:58 <cedk> it is only possible to write scenario like in calendar module | ||
2016-08-24 11:58 <cedk> but if we migrate to wsgi protocol, tests should be written to not require the network stack | ||
2016-08-24 12:00 <pokoli> cedk: so better to migrate first to wsgi | ||
2016-08-24 12:09 <cedk> pokoli: which version of jshint are you using? | ||
2016-08-24 12:10 <pokoli> cedk: 0.11.3, the one that get installed with sao | ||
2016-08-24 12:12 <cedk> pokoli: you should upgrade, I got 2.8.0 | ||
2016-08-24 12:13 <pokoli> cedk: I imagine all the sao devDevependencies can be upgraded | ||
2016-08-24 12:16 <cedk> pokoli: it is not a dependency | ||
2016-08-24 12:17 <pokoli> cedk: but it's a development dependency and it's version number is specified on package.json | ||
2016-08-24 12:17 <pokoli> cedk: maybe we should specify only minimum versions | ||
2016-08-24 12:21 <cedk> pokoli: it does not really make sense to me | ||
2016-08-24 12:22 <cedk> pokoli: it should always be the latest | ||
2016-08-24 12:26 <pokoli> cedk: but we should specify it on package.json otherwise drone will use the older versions | ||
2016-08-24 12:26 <cedk> pokoli: why will it use the older version | ||
2016-08-24 12:26 <cedk> pokoli: it is exactly the opposite, it will use the latest | ||
2016-08-24 12:26 <pokoli> cedk: because npm install installs the pinned version from package.json, which is what i have run | ||
2016-08-24 12:28 <cedk> pokoli: what pinned version? | ||
2016-08-24 12:29 <pokoli> cedk: http://hg.tryton.org/sao/file/ae4581403900/package.json#l42 | ||
2016-08-24 12:29 <cedk> pokoli: it is not jshint | ||
2016-08-24 12:31 <pokoli> cedk: so I don't have another jshint installed | ||
2016-08-24 12:35 <cedk> pokoli: jshint is a dependency of grunt-contrib-jshint | ||
2016-08-24 12:37 <cedk> I just tested and jshint does not warn about trailing comma | ||
2016-08-24 12:39 -!- mariomop(~quassel@181.92.9.211) has joined #tryton | ||
2016-08-24 12:40 <cedk> indeed trailing comma is valid es5: https://github.com/jshint/jshint/issues/136 | ||
2016-08-24 12:48 -!- shrox(shrox@nat/iiit/x-ngmdlwrsyhmhztuu) has joined #tryton | ||
2016-08-24 12:51 <pokoli> cedk: i have jshint v2.9.3 so latest version is installed, I think everything is ok | ||
2016-08-24 12:51 <cedk> as IE9 accepts trailing space, I think we will allow its usage | ||
2016-08-24 12:52 <cedk> s/space/comma/ | ||
2016-08-24 13:58 -!- brunnenschacht(~brunnensc@p5DD18CF1.dip0.t-ipconnect.de) has joined #tryton | ||
2016-08-24 14:43 -!- prayashm(~prayashm@45.251.36.92) has joined #tryton | ||
2016-08-24 14:43 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton | ||
2016-08-24 14:48 <prayashm> cedk: Thanks for explaining at the code review. | ||
2016-08-24 14:50 <prayashm> I have exams for 3 days starting tomorrow. I'll work on the Without DOM Fetching from 28th. | ||
2016-08-24 14:56 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton | ||
2016-08-24 15:48 <brunnenschacht> is there a reason, why i cant edit issue messages? | ||
2016-08-24 15:49 <brunnenschacht> on bugs.tryton.org | ||
2016-08-24 16:04 <pokoli> brunnenschacht: messages are sent to email, so if you edit the edited content is not sent. | ||
2016-08-24 16:05 <pokoli> brunnenschacht: you should add a new message | ||
2016-08-24 16:07 <brunnenschacht> pokoli: ok | ||
2016-08-24 16:59 -!- mariomop(~quassel@181.92.9.211) has joined #tryton | ||
2016-08-24 17:22 -!- nramirezuy(~nramirezu@r167-62-120-113.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-08-24 17:52 -!- zmijunkie(~Adium@i59F5FE2A.versanet.de) has joined #tryton | ||
2016-08-24 18:43 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | ||
2016-08-24 20:46 -!- niki(~niki@0x3e2c872d.mobile.telia.dk) has joined #tryton | ||
2016-08-24 22:17 -!- shrox(shrox@nat/iiit/x-mgzmjarwiexcnktv) has joined #tryton | ||
2016-08-24 22:37 <shrox> cedk: Hey, can you review the latest patch when you get the time? I can work on them (if that's okay). Hopefully there won't be a lot :D | ||
2016-08-24 23:32 -!- JosDzG(~Thunderbi@189.148.159.46) has joined #tryton | ||
2016-08-24 23:36 -!- JosDzGx(~Thunderbi@fixed-188-72-187-188-72-36.iusacell.net) has joined #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!