IRC logs of #tryton for Wednesday, 2018-11-07

chat.freenode.net #tryton log beginning Wed Nov 7 00:00:01 CET 2018
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton00:56
-!- caf_(~caf@181.188.201.85) has joined #tryton01:29
-!- yangoon(~mathiasb@16-74-142-46.pool.kielnet.net) has joined #tryton03:51
-!- lucascastro(~lucascast@177-185-139-186.isotelco.net.br) has joined #tryton04:27
-!- tafelgeschirr(~tafelgesc@5.104.149.54) has joined #tryton06:03
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton06:37
-!- rpit(~rpit@p200300C88F34F90004285E5355998F82.dip0.t-ipconnect.de) has joined #tryton07:31
-!- smorillo(bc5588c1@gateway/web/cgi-irc/kiwiirc.com/ip.188.85.136.193) has joined #tryton07:49
pokoliandrespoliti: yes, you can run as much as trytond servers as you need for the same database07:50
-!- smorillo(3e5248ee@gateway/web/cgi-irc/kiwiirc.com/ip.62.82.72.238) has joined #tryton07:53
-!- mrichez(~smuxi@mail.saluc.com) has joined #tryton07:57
-!- smorillo(bc5588c1@gateway/web/cgi-irc/kiwiirc.com/ip.188.85.136.193) has joined #tryton07:57
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton08:09
-!- nicoe(~nicoe@2a02:578:858c:500:7e2a:31ff:fe5e:b25d) has joined #tryton08:21
-!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton09:04
sisalppokoli: about sync versus share : a tightly coupled solution is more difficult to maintain than a loosely coupled one.09:27
-!- tafelgeschirr(~tafelgesc@5.104.149.54) has joined #tryton10:03
-!- thaneor1(~lenovo3@r167-56-173-232.dialup.adsl.anteldata.net.uy) has joined #tryton10:23
pokolisisalp: not sure if a proteus script is a loosely coupled one :)10:25
xcodinasdemo5.0.tryton.org is giving 502 error again10:34
-!- mariomop(~quassel@181.94.35.233) has joined #tryton11:07
-!- lucascastro(~lucascast@177-185-139-186.isotelco.net.br) has joined #tryton12:03
-!- smorillo(3e5248ee@gateway/web/cgi-irc/kiwiirc.com/ip.62.82.72.238) has joined #tryton12:18
-!- lukio(~lukio@190.191.95.243) has joined #tryton12:37
-!- csotelo(~csotelo@2800:200:f400:23c1:83dd:9b29:5c88:1c4c) has joined #tryton12:40
-!- smorillo(bc5588c1@gateway/web/cgi-irc/kiwiirc.com/ip.188.85.136.193) has joined #tryton12:53
-!- lukio(~lukio@190.191.95.243) has joined #tryton13:34
-!- xiculan(5b7e9bf0@gateway/web/freenode/ip.91.126.155.240) has joined #tryton14:16
-!- xiculan(5b7e9bf0@gateway/web/freenode/ip.91.126.155.240) has joined #tryton14:19
-!- caf_(~caf@corp-190-12-31-162.cue.puntonet.ec) has joined #tryton14:53
-!- smorillo(bc5588c1@gateway/web/cgi-irc/kiwiirc.com/ip.188.85.136.193) has joined #tryton14:56
-!- lucascastro(~lucascast@177-185-139-186.isotelco.net.br) has joined #tryton15:28
csotelohi comunity, I ma looking a trytonic way to solve more than one invoice sequence management, I have seenn on the argentinian account_invoice_ar module a way to manage it based on pos logic on invoicing, is there are more info about this process? thanks a lot for the suggestions16:20
cedkcsotelo: it really depends on why you want that16:21
csotelocedk, the reason on try to use that if for manage more than one cashiers, it means for any role responsible for generate an invoice, must exists a sequence, then what I have done is implement something like a pos, no exactly a pos, but a way to manage multiple sequence number associated to each invoicing responsible role, on the accounting side is ok and works, but I am not sure if is the trytonic way, since on the accounting16:26
csotelomodule configuration, a sequence setup is required, but this sequence wont be used since we use sequences for each invoincing responsible role16:26
cedkcsotelo: I do not see the point to link invoice number with sesponsability16:30
csotelocedk, I gess I was no clear, I mean if you have more than one desks / offices / people posting invoices, then each one must use its own sequence number, does make it sense?16:32
cedkcsotelo: no16:33
smorilloyou can find another implementation here: https://bitbucket.org/trytonspain/trytond-account_invoice_multisequence16:34
cedkcsotelo: it is no more manual&paper work, we can give unique number to multiuser16:35
csotelosmorillo, I have implemented it using a logic like pos but a sequesce must all ways set on the accounting configuration, however this sequence won be used since I am using the logic for multiple sequence, then I would like tha right way on de activate the invoice sequence setup on accounting configuration module16:35
csoteloon the right way16:35
csotelosmorillo, looks really great and to much better than my implementation16:37
-!- nicoe(~nicoe@2a02:578:858c:500:7e2a:31ff:fe5e:b25d) has joined #tryton16:38
pokolicsotelo: this is somethign usuall in the south american countries? I think this is also the case for Argentina16:52
csotelopokoli, yes, I have done implementation based on Argentina module implementation, but my question was related to keep the account invoice sequence setup on the accounting and fiscal year setup, that was noiding me a litle, the smorillo link make sense for me16:54
cedkindeed it could be much simpler since http://hg.tryton.org/modules/account_invoice/rev/91bb822d56b2/16:59
cedkeven if I still doubt the real necessity of having multiple sequences16:59
pokolicsotelo: it can be as simple as: https://pastebin.com/e8at7Yme17:00
pokoliJFTR I introduced http://hg.tryton.org/modules/account_invoice/rev/91bb822d56b2/  in order to simplify the implementation of account_invoice_multisequence module17:02
csotelocedk, pokoli great! and thanks a lot, I was looking for that and looks so nice!17:03
pokolicsotelo: just to make sure, there is a legislation that forces you to implement such behaviour? Could you share the link?17:07
-!- lukio(~lukio@host126.186-109-85.telecom.net.ar) has joined #tryton17:48
csotelocedk, pokoli great! and thanks a lot, I was looking for that and looks so nice!17:52
csotelopokoli, let me ask to my accountant for the rule17:53
-!- lucascastro(~lucascast@177-185-139-186.isotelco.net.br) has joined #tryton19:56
-!- andrespoliti(~andrespol@200.50.173.5) has joined #tryton20:05
andrespolitihi, i'm having a weird behavior in which the invoice sequence is advancing when it shouldn't. This causes problems with our country's online tax office, which expects invoice numbers to be in order. What could be the cause?20:10
-!- cryptic(~cryptic@142.196.170.87) has joined #tryton20:48
cedkandrespoliti: something that is requesting the sequence when it should not20:57
cedkandrespoliti: look at any custom code20:57
-!- semarie(~semarie@unaffiliated/semarie) has joined #tryton21:00
-!- smorillo(258799fc@gateway/web/cgi-irc/kiwiirc.com/ip.37.135.153.252) has joined #tryton21:25
-!- thaneor(~lenovo3@179.26.56.248) has joined #tryton22:26

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