chat.freenode.net #tryton log beginning Mon 12 Aug 2019 12:00:01 AM CEST | ||
-!- cryptic(~cryptic@142.196.139.17) has joined #tryton | 02:23 | |
-!- yangoon1(~mathiasb@28-146-142-46.pool.kielnet.net) has joined #tryton | 02:48 | |
-!- odicha(~odicha@91.142.107.66) has joined #tryton | 05:44 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 06:21 | |
-!- Timitos(~kpreisler@2001:a61:5ac:c301:762b:62ff:fe84:ed7e) has joined #tryton | 06:39 | |
-!- mrichez(~Maxime@mail.saluc.com) has joined #tryton | 06:42 | |
-!- mrichez(~Maxime@mail.saluc.com) has joined #tryton | 06:53 | |
-!- rpit(~rpit@p200300C88F224600F8E1AB8A704D73B4.dip0.t-ipconnect.de) has joined #tryton | 06:55 | |
-!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton | 07:07 | |
-!- wifasoi(8c69cfe5@mittelab/sudo/wifasoi) has joined #tryton | 08:42 | |
-!- mrichez(~Maxime@mail.saluc.com) has joined #tryton | 08:43 | |
-!- wifasoi(8c69cfe5@mittelab/sudo/wifasoi) has joined #tryton | 08:43 | |
wifasoi | for the "keep track of inventory ownership" (https://www.tryton.org/~irclog/2019-08-07.log.html): | 10:05 |
---|---|---|
wifasoi | i was thinking | 10:05 |
wifasoi | can be an viable option to use a lot for each person (and add a field to the lot, that link a lot to a party) | 10:06 |
wifasoi | it's ok to manage the asset of the company/assocaition like cedk suggested, but an association need to keep track of what is donated to the association, and what is leased. | 10:09 |
wifasoi | disregard that last sentence.. keeping track of the donated object as an asset is a good option. | 10:11 |
wifasoi | the problem with the "a lot for each person" is that i cannot use barcode anymore. Should an "analytic stock"/"meta lot" feature a solution to that? | 10:14 |
wifasoi | (I'm imaging a general solution were each product have a barcode, but you want to group a set of barcode as a "meta lot".) | 10:16 |
wifasoi | in my case is to have a barcode on each good, and a group of barcode belong to a party/lot | 10:17 |
cedk | wifasoi: what about adding metadata to the lot, like owner | 10:18 |
wifasoi | that will work too (for my case atleast) | 10:18 |
wifasoi | like the lot_sled module | 10:20 |
wifasoi | but what about the user case above, If I'm using a lot as a barcode.. how I keep track of witch production run the barcode belong? | 10:22 |
wifasoi | should this be a custom module that add metadata, or can be generalize in some way? | 10:23 |
cedk | wifasoi: I do not understand the problem | 10:23 |
wifasoi | sorry, let's change scenario (for my work) | 10:23 |
wifasoi | I ask some company to produce a product (100 for example) for me. | 10:24 |
wifasoi | then i need to serialize it, because i need to keep track my installations (the user/party A have the product with serial code #1 for example) | 10:25 |
wifasoi | now i see a problem in some product with serial code #1, #20, #30 (belonging to from the same production run) | 10:28 |
wifasoi | so it will be handy to keep track witch serial number belong to witch production run | 10:28 |
wifasoi | so if I use the lot for serial number purpose, i don't have a mechanism for keeping track from witch production run the product belongs to | 10:29 |
cedk | wifasoi: you can search for all production that contains as output move the lot | 10:30 |
wifasoi | ok, makes sense. It's a bit overkill.. but is a viable solution (for work i just wanted a way to keep track of the inventory) | 10:35 |
cedk | indeed we are missing two views that create a tree for a lot which display all the usages up and down | 10:39 |
cedk | I'm pretty sure we have an issue or blueprint about that but I can not find | 10:43 |
-!- mariomop(~quassel@host209.201-253-70.telecom.net.ar) has joined #tryton | 11:08 | |
-!- wifasoi(8c69cfe5@mittelab/sudo/wifasoi) has joined #tryton | 11:28 | |
pokoli | cedk: we discussed it on https://groups.google.com/forum/#!msg/tryton/6fSdXWDSe9M/ElIsGE9dAwAJ but I do not think the issue was never created | 11:45 |
pokoli | wifasoi: It will be great if you can propose an implementation for this :) | 11:46 |
wifasoi | well, yes.. that's was the goal :) | 11:46 |
-!- springwurm(~Springwur@5.104.149.54) has joined #tryton | 12:04 | |
-!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton | 12:06 | |
-!- kwmiebach(sid16855@gateway/web/irccloud.com/x-bslqvpkmwjdsjtkv) has joined #tryton | 12:14 | |
mrichez | hi, need some help with mercurial and subversion... | 12:25 |
mrichez | in tryton_env, when doing an "hg pull -u", it's always asking me " subrepository modules/account_dunning_fee diverged (local revision: 5a0172cb4566, remote revision: 6eac3272b58d) | 12:25 |
mrichez | (M)erge, keep (l)ocal [working copy] or keep (r)emote [destination]?" | 12:25 |
mrichez | for each module... | 12:26 |
cedk | mrichez: it means you have modification in the repo | 12:27 |
mrichez | but if going inside module directory, and doing "hg pull -u", don't have the question... pull update is launching directly | 12:27 |
mrichez | i don't have modifications in the repo... so have the question asked for each module... don't understand why | 12:27 |
cedk | mrichez: it is not that you are not up to date, subrepo always ensure that but you have commits | 12:28 |
mrichez | and the i interrupted the process and why i try to launch again, the pull says everything is uptodate which is not the case | 12:29 |
cedk | mrichez: you must do an update not a pull | 12:29 |
mrichez | cedk: but it concerns modules where i don't have commits... | 12:29 |
cedk | mrichez: but you have local modifications | 12:30 |
cedk | usually I answer with remote | 12:30 |
mrichez | cedk: the problem is linked to documentation | 12:30 |
mrichez | index.rst | 12:31 |
mrichez | it 's considered as a local modification | 12:31 |
mrichez | cedk: i've launched 'hg update' and again it's asking me about 'Merging, keeping local...' in module account (i don't work on this module). I made an hg diff and diff is about readme.rst | 12:33 |
mrichez | and the removal of index.rst | 12:33 |
cedk | mrichez: it will always ask you if you have local changes | 12:34 |
mrichez | cedk: indeed but only when lauching the hg command in tryton_env ... if i'm doing the hg command in the module directory, it ask me nothing.... | 12:37 |
mrichez | cedk: in tryton_env, the readme.rst is considered as a local change... which is not the case... | 12:38 |
cedk | mrichez: because I guess in a single repo, the command is not ambigus | 12:38 |
mrichez | cedk: i'll update all my modules... i'll see next time if asking again the question... | 12:39 |
semarie | mrichez: if you update subrepos individually, it will ask you when you update tryton-env. by updating a subrepo directly, you change the "commit-id" for it in tryton-env. so it will ask | 12:52 |
mrichez | semarie: ok thanks for explanation | 12:53 |
-!- semarie_(~semarie@unaffiliated/semarie) has joined #tryton | 20:00 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!