irc.libera.chat #tryton log beginning Tue Dec 28 12:00:01 AM CET 2021 | ||
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 00:39 | |
-!- ChanServ changed mode/#tryton -> +o cedk | 00:39 | |
-!- Pegasus_RPG(~Thunderbi@45-18-149-215.lightspeed.miamfl.sbcglobal.net) has joined #tryton | 02:40 | |
-!- springwurm(~springwur@5.104.149.54) has joined #tryton | 06:23 | |
-!- acaubet(~Thunderbi@194.224.31.235) has joined #tryton | 08:15 | |
-!- mrichez(~Maxime@2a02:a03f:c2e8:f900:ed77:85ea:af2b:ba6e) has joined #tryton | 08:23 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 09:11 | |
-!- ChanServ changed mode/#tryton -> +o cedk | 09:11 | |
-!- rpit(~rpit@p200300c88f0b7800a885296db810ec32.dip0.t-ipconnect.de) has joined #tryton | 09:24 | |
-!- htgoebel(~hartmut@p200300d5df1c36002d827e0185417b3c.dip0.t-ipconnect.de) has joined #tryton | 10:51 | |
htgoebel | pokoli, ced: Thanks for your support prior this year. The project all my questions have been for is cancelled :-( This is why you did not see relevant "outcome" of my work and why I "disappeared" again. | 10:57 |
---|---|---|
-!- LordVan(~lordvan@gentoo/developer/lordvan) has joined #tryton | 11:07 | |
LordVan | Hi. I was wondering .. the default invoice template uses line.product.rec_name and other fields .. but that means basically If i change the product later and recall the report it will be different from the original invoice? or is it cached somehow that I missed? | 11:11 |
LordVan | (goes looks at the code in the meantime) | 11:16 |
cedk | LordVan: when an invoice is posted, the report is rendered and stored | 11:23 |
LordVan | ok but the data model still displays the "current" data in the UI right? | 11:24 |
cedk | LordVan: not sure to understand the question | 11:25 |
LordVan | when i go to the invoice in the client it shows me the changed article data | 11:27 |
LordVan | but the report shows the original | 11:27 |
LordVan | so it saves the report when it is "posted" but only the odt/pdf/.. itself correct? | 11:27 |
cedk | LordVan: yes | 11:29 |
LordVan | cedk, ok that's what I wanted to verify. I will run that past the relevant people to make sure they are aware as well and i don't get trouble later cuz they don't understand | 11:32 |
LordVan | btw i've seen Fosdem will beo nline this time around | 11:32 |
LordVan | is anythign tryton related planned? | 11:33 |
cedk | LordVan: nothing to my knowledge | 11:34 |
cedk | but I think Tryton is too specific for FOSDEM | 11:34 |
LordVan | ok . just thought i'd ask cuz the fosdem page is .. a bit confusing and makes it hard to find stuff imho | 11:34 |
LordVan | yeah especially for online .. one thing to have a devroom or whatever there but otherwise.. | 11:35 |
LordVan | though they do have online devrooms too it seems? | 11:35 |
LordVan | btw cedk i think there is some error on the donation page: https://www.tryton.org/donate | 11:38 |
LordVan | we did not donate 2399 € and the following ones nothing .. did that get added togheter by accident? | 11:39 |
LordVan | [and the year is wrong] | 11:39 |
LordVan | cedk, one more thing about the cache of invoices .. I just noticed that delivery notes do not get cached. is there a way to enable that easily too ? (thinking of a scenario, where I might have to re-pritn an old one for someone who lost their copy or so, but taht could the contain data taht does not match the invoice) | 11:44 |
cedk | LordVan: we do not show the donation amount of each donator | 12:37 |
cedk | LordVan: no there is no generic report caching | 12:37 |
-!- htgoebel(~hartmut@p200300d5df1c36002d827e0185417b3c.dip0.t-ipconnect.de) has left #tryton | 12:49 | |
LordVan | cedk, ah misread the page as being one table but it is two tables next to each other .. my mistake ^^ | 12:56 |
LordVan | cedk, ok then basically if i want that cached I need to just add some custom fields to do the caching - that way it will show in the UI correctly too | 12:56 |
-!- springwurm(~springwur@5.104.149.54) has joined #tryton | 13:02 | |
LordVan | that is fine by me though I already do that with sale line extra data too | 13:04 |
-!- SISalp(~SISalp@51.sisalp.net) has joined #tryton | 13:16 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 14:33 | |
-!- ChanServ changed mode/#tryton -> +o cedk | 14:33 | |
LordVan | cedk, what would happen if I decide at a later point to use tryton's filestore instead of storing the Invoice cache copies in the DB? | 15:13 |
LordVan | will it automatically notice taht the old ones are in the DB and use them or would I need to somehow export them? | 15:13 |
cedk | LordVan: it will keep getting old file from the database | 15:16 |
LordVan | ok cool thanks then i'll start with that i think as I was considering writing my own filestore that stores in a document management system instead in the future | 15:16 |
LordVan | mayanDMS that is | 15:17 |
LordVan | but i still need to evaluate if that even is feasible and makes sense | 15:17 |
cedk | LordVan: the main issue with storing in the database files, is that backup become quickly large | 15:23 |
LordVan | yes that is what i was thinking too | 15:23 |
LordVan | cedk, do people use other than normal file storage? (ie storing in some document management system or similar?) | 15:24 |
LordVan | or is this something people just don't seem to need/want/use | 15:24 |
LordVan | cuz my main reason for wanting to use the DB to start with was simply that if i decide to store elsewhere afterwards (be that a DMS or just a directory) it would fallback to the DB without me having to migrate other things | 15:25 |
cedk | LordVan: yes: https://discuss.tryton.org/search?q=FileStore%20%23third-party-modules | 15:30 |
cedk | if you change the filestore mechanism then you need to migrate existing files to the new filestore (or implement a fallback) | 15:31 |
LordVan | ah cool thanks didn't specifically search discuss.t.o .. I should remember to do taht | 15:33 |
cedk | LordVan: when searching third party modules, check https://www.tryton.org/download#third-party-modules | 15:35 |
LordVan | will do. thanks | 15:36 |
-!- udono(~udono@072-131-067-156.ip-addr.inexio.net) has joined #tryton | 17:44 | |
-!- Pegasus_RPG(~Thunderbi@172.58.172.205) has joined #tryton | 19:37 | |
-!- Pegasus_RPG(~Thunderbi@172.58.172.205) has joined #tryton | 20:29 | |
-!- Pegasus_RPG(~Thunderbi@172.58.172.205) has joined #tryton | 20:58 | |
-!- Pegasus_RPG(~Thunderbi@172.58.172.205) has joined #tryton | 21:01 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!