IRC logs of #tryton for Friday, 2018-01-12

chat.freenode.net #tryton log beginning Fri Jan 12 00:00:01 CET 2018
2018-01-12 00:52 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2018-01-12 01:08 -!- csotelo(~csotelo@190.43.173.19) has joined #tryton
2018-01-12 01:52 -!- cdchapman(~perturbed@73.98.169.223) has joined #tryton
2018-01-12 02:03 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2018-01-12 02:22 -!- swayf(~swayf@ipbcc14e03.dynamic.kabel-deutschland.de) has joined #tryton
2018-01-12 03:44 -!- thaneor(~ldlc6@179.26.54.243) has joined #tryton
2018-01-12 04:09 -!- cdchapman(~perturbed@73.98.169.245) has joined #tryton
2018-01-12 05:23 -!- swayf(~swayf@ipbcc14e03.dynamic.kabel-deutschland.de) has joined #tryton
2018-01-12 07:01 -!- _2cadz_(~2cadz@82.64.14.213) has joined #tryton
2018-01-12 07:06 -!- hedererjs(~hedererjs@dig50-1-78-222-206-45.fbx.proxad.net) has joined #tryton
2018-01-12 07:51 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2018-01-12 08:02 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2018-01-12 08:29 -!- rpit(~rpit@p200300C88BEA410056EE75FFFE0DD3C7.dip0.t-ipconnect.de) has joined #tryton
2018-01-12 08:54 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2018-01-12 09:16 -!- JanGB(~jan@x59cc897e.dyn.telefonica.de) has joined #tryton
2018-01-12 09:25 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2018-01-12 09:59 <cedk> pokoli: I do not agree on issue6977
2018-01-12 10:00 <pokoli> cedk: could you add a comment on the issue?
2018-01-12 10:08 -!- JanGB(~jan@nat3.hmt-leipzig.de) has joined #tryton
2018-01-12 10:23 -!- nicoe(~nicoe@2a02:578:858c:500:ee55:f9ff:fe7b:f7ac) has joined #tryton
2018-01-12 10:43 <LordVan> btw
2018-01-12 10:43 <LordVan> when generating reports
2018-01-12 10:43 <LordVan> how easy is it to include 1) article/variant attributes and 2) some own logic as well maybe?
2018-01-12 10:45 <pokoli> LordVan: on reports you have all the python objects available, so for 1 just access the desired attribute by name using a dict sintax on the field
2018-01-12 10:46 <pokoli> LordVan: i.e: product.attributes['name']
2018-01-12 10:46 <LordVan> cool that sounds great
2018-01-12 10:46 <pokoli> LordVan: for logic, you can include if/else statatements and loops.
2018-01-12 10:46 -!- nicoe(~nicoe@2a02:578:858c:500:ee55:f9ff:fe7b:f7ac) has joined #tryton
2018-01-12 10:46 <pokoli> LordVan: and if you need more complex computations you can always use a Functional field
2018-01-12 10:48 <LordVan> pokoli, i see .. so could I easily generate documents made up from individual pages for each article/variant included in a "parts list" and/or an order?
2018-01-12 10:51 -!- catonano(~user@151.45.58.19) has joined #tryton
2018-01-12 10:52 <LordVan> or would it be possible to (easily) combine pages from different reports (ie a report per variant and then combine?)
2018-01-12 10:55 <pokoli> LordVan: you can generate e report for a list of records without problem
2018-01-12 10:55 <pokoli> LordVan: see http://doc.tryton.org/4.6/trytond/doc/topics/reports/index.html?highlight=report
2018-01-12 10:55 <LordVan> - does that also work when I want a report for a whole order which can contain single variatns of articles, but also could contain parts lists from production? (can an order contain those actually?)..
2018-01-12 10:56 <LordVan> thanks, i shall read up on it
2018-01-12 10:56 <pokoli> LordVan: and also the relatorio examples: https://relatorio.readthedocs.io/en/latest/quickexample.html
2018-01-12 11:01 <LordVan> :)
2018-01-12 11:24 <LordVan> pokoli, so do I understand it correctly, that if I want to have a report accessing more than one model I need to do some coding to make the fields i want accessible right?
2018-01-12 11:33 <pokoli> LordVan: if they are not linked between them yes
2018-01-12 11:33 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2018-01-12 11:34 <LordVan> pokoli, well i am not sure yet but i think they would be linked if I want to create a report for all items in an order, but i guess that's probalbly not that big a deal
2018-01-12 11:39 -!- catonano(~user@151.45.58.19) has joined #tryton
2018-01-12 11:45 -!- swayf(~swayf@host-93-104-202-98.customer.m-online.net) has joined #tryton
2018-01-12 11:47 -!- swayf_(~swayf@ipbcc14e03.dynamic.kabel-deutschland.de) has joined #tryton
2018-01-12 11:57 <pokoli> LordVan: if you start the report from the order, you have all the lines linkes and this all the production information related to thos lines
2018-01-12 11:57 <LordVan> nice :)
2018-01-12 11:58 <pokoli> all the product, not production sorry
2018-01-12 11:58 <LordVan> ic
2018-01-12 11:58 <LordVan> btw
2018-01-12 11:59 <LordVan> soemthing i havenT' figured out yet, but can articles be linked to each other?
2018-01-12 11:59 <pokoli> LordVan: two articles can belong to the same category (and this is a link between them)
2018-01-12 11:59 <LordVan> ie this article XY is part of assembly Z (and could be ordered separately, but usually as assembly ) ?
2018-01-12 11:59 <LordVan> - lunchtime - back in abit
2018-01-12 12:00 <pokoli> LordVan: don't understand
2018-01-12 12:00 <LordVan> i shall explain when i am back from lunch ;) gtg
2018-01-12 12:02 <pokoli> LordVan: enjoy your meal :)
2018-01-12 12:07 -!- mariomop(~quassel@host8.190-31-62.telecom.net.ar) has joined #tryton
2018-01-12 12:25 -!- udono(~udono@018-057-210-188.ip-addr.inexio.net) has joined #tryton
2018-01-12 13:02 <LordVan> back ^^
2018-01-12 13:04 <LordVan> pokoli, so back to what i meant: a customer has part numbers like XY12345 (single part) XY12345-01 (one part of a group of parts usually) XY12345-a01-01 (one part of a group of assembled parts)
2018-01-12 13:05 <LordVan> but more often than not we need separate materials for each part of a grou or assembly -> separate article potentially (and separate work/project sheet)
2018-01-12 13:17 -!- zmijunkie(~Adium@b2b-78-94-52-226.unitymedia.biz) has joined #tryton
2018-01-12 13:18 <pokoli> LordVan: and what is the question?
2018-01-12 13:19 <LordVan> how would I best "link" an assembly with it's parts
2018-01-12 13:19 <LordVan> with (production module) part lists
2018-01-12 13:19 <LordVan> or can i link articles together
2018-01-12 13:19 <LordVan> (categories are not really something that seems to fit)
2018-01-12 13:25 <pokoli> LordVan: you link an assembly with this parts with the Bom of product module
2018-01-12 13:26 <pokoli> LordVan: and on each product you can define multiple boms used to build them
2018-01-12 13:27 <LordVan> pokoli, but do i have to create an article / variant for each assembly too then - so i can put it in an order (and later invoice ) ?
2018-01-12 13:31 <pokoli> LordVan: yes, but you will have to create it also for production (assembly)
2018-01-12 13:32 <LordVan> ok
2018-01-12 13:32 <LordVan> so i need to create articles for all separate parts and each assembly
2018-01-12 13:32 <LordVan> then use the production module to create BOM
2018-01-12 13:33 <LordVan> and when i make the report i have to check if articles are assembiles (have a bom in product module) and if so expand those where needed
2018-01-12 13:36 -!- hedererjs(~hedererjs@dig50-1-78-222-206-45.fbx.proxad.net) has joined #tryton
2018-01-12 13:39 -!- catonano(~user@151.45.58.19) has joined #tryton
2018-01-12 14:07 -!- csotelo_at_work(~csotelo@179.43.97.56) has joined #tryton
2018-01-12 14:13 -!- kwmiebach(sid16855@gateway/web/irccloud.com/x-tquvpfxyqamvfyed) has joined #tryton
2018-01-12 14:14 -!- alfadir(~fred@5.158.160.18) has joined #tryton
2018-01-12 15:05 -!- JanGB(~jan@ip92343817.dynamic.kabel-deutschland.de) has joined #tryton
2018-01-12 15:10 -!- swayf(~swayf@ipbcc14e03.dynamic.kabel-deutschland.de) has joined #tryton
2018-01-12 15:21 -!- catonano(~user@151.45.58.19) has joined #tryton
2018-01-12 15:46 -!- thaneor1(~ldlc6@r179-25-164-15.dialup.adsl.anteldata.net.uy) has joined #tryton
2018-01-12 17:09 -!- catonano(~catonano@151.45.58.19) has joined #tryton
2018-01-12 17:13 <catonano> I get a Method Not Allowed when trying to load tryton sao. The firewall is off. The daemon is running. What could this be ?
2018-01-12 17:20 <catonano> error 405
2018-01-12 17:22 <catonano> oh wait
2018-01-12 17:22 <catonano> sorry, I was confused :-/
2018-01-12 18:02 -!- swayf(~swayf@host-93-104-202-98.customer.m-online.net) has joined #tryton
2018-01-12 18:21 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2018-01-12 18:24 -!- JanGB(~jan@ip92343817.dynamic.kabel-deutschland.de) has joined #tryton
2018-01-12 18:30 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2018-01-12 19:13 -!- catonano(~user@151.45.58.19) has joined #tryton
2018-01-12 19:44 -!- catonano(~user@151.45.58.19) has joined #tryton
2018-01-12 21:28 -!- cdchapman(~perturbed@73.98.169.133) has joined #tryton
2018-01-12 21:30 -!- swayf(~swayf@ipbcc14e03.dynamic.kabel-deutschland.de) has joined #tryton
2018-01-12 21:31 -!- swayf(~swayf@ipbcc14e03.dynamic.kabel-deutschland.de) has joined #tryton
2018-01-12 22:00 -!- semarie_(~semarie@unaffiliated/semarie) has joined #tryton
2018-01-12 22:39 -!- swayf(~swayf@ipbcc14e03.dynamic.kabel-deutschland.de) has joined #tryton
2018-01-12 23:01 -!- udono1(~udono@018-057-210-188.ip-addr.inexio.net) has joined #tryton
2018-01-12 23:04 -!- udono(~udono@018-057-210-188.ip-addr.inexio.net) has joined #tryton
2018-01-12 23:55 -!- csotelo(~csotelo@190.43.173.19) has joined #tryton

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