chat.freenode.net #tryton log beginning Fri Feb 8 00:00:01 CET 2013 | ||
2013-02-08 11:37 -!- Telesight(~anthony@188-142-91-164.FTTH.ispfabriek.nl) has left #tryton | ||
2013-02-08 14:40 <rmu> i'm wondering what is the purpose of Production.set_moves? isn't it kind of duplicated functionality of explode_bom? | ||
2013-02-08 14:43 <cedk> rmu: explode_bom is for on_change and set_moves for record | ||
2013-02-08 14:44 <cedk> rmu: but if you can merge both, it will be great | ||
2013-02-08 14:47 <rmu> cedk: set_moves seems to be only used from stock_supply_production, or am i mis-grepping? | ||
2013-02-08 14:48 <cedk> rmu: that's probably right, it is the only place for now that create production order I guess | ||
2013-02-08 14:52 <rmu> i will try to merge the computation of inputs/outputs for my rounding-issue | ||
2013-02-08 14:56 <rmu> cedk: explode_bom/set_moves should also be the place to hook something like phantom products? | ||
2013-02-08 19:17 <plantian> hey guys, I'm suddenly having a lot of weird issues, can anyone see something wrong with this -- https://gist.github.com/ianjosephwilson/4740868 | ||
2013-02-08 20:56 -!- coeps(~jakob@p54AFF2EB.dip.t-dialin.net) has left #tryton | ||
2013-02-08 21:03 <plantian> Turns out the sale_line must be connected to the parent before the product is set. I don't really understand it but nevermind about my problem. | ||
2013-02-08 22:29 <cedk> plantian: otherwise on_change for price, taxes etc can not work | ||
2013-02-08 22:32 <rei4dan> Hi! I'm wondering how this whole tryton thing is supposed to work.. I managed to install tryton client, daemon and some modules, I can connect to postresql, but I don't see anything useful there (neither do I see how to put something useful in there) and documentation is exceedingly sparse so doesn't help much | ||
2013-02-08 22:32 <cedk> rei4dan: https://code.google.com/p/tryton/wiki/SetupAndStart | ||
2013-02-08 22:33 <rei4dan> cedk, that is what I meant by sparse.. I have covered it, it is set up.. how do I get an inventory in DB? | ||
2013-02-08 22:34 <cedk> rei4dan: Stock>Inventory | ||
2013-02-08 22:37 <rei4dan> I have the module installed, but I don't see it in the client at all | ||
2013-02-08 22:38 <cedk> rei4dan: you must active the modules for the DB | ||
2013-02-08 22:38 <rei4dan> admin has a bunch of management options in the menu, but I created a user and when connected with it there are nothing in the menu | ||
2013-02-08 22:39 <cedk> rei4dan: go in Adminstration>Modules>Modules | ||
2013-02-08 22:39 <cedk> rei4dan: mark the modules you want "for installation" | ||
2013-02-08 22:39 <cedk> rei4dan: then run the wizard "Perform pending installation/upgrade" | ||
2013-02-08 22:40 <rei4dan> cedk, there are only three of them listed: ir, res and webdav | ||
2013-02-08 22:40 <cedk> rei4dan: so you don't have all the modules or you created the DB before installing the modules | ||
2013-02-08 22:40 <rei4dan> I have run the wizard couple of times, nothing changed | ||
2013-02-08 22:40 <rei4dan> cedk, do I recreate the db? | ||
2013-02-08 22:41 <cedk> rei4dan: that's the easy way if you installed the python modules later | ||
2013-02-08 22:41 <cedk> rei4dan: otherwise you can just update any existing module, the other will appear after | ||
2013-02-08 22:41 <rei4dan> does it hardcode them somewhere in db that it doesn't rediscover? | ||
2013-02-08 22:42 <cedk> rei4dan: yes, there is an issue to improve that | ||
2013-02-08 22:42 <cedk> https://bugs.tryton.org/issue2638 | ||
2013-02-08 22:44 <rei4dan> cedk, it is not possible to upgrade modules from the client here.. wizard runs, but the modules remain pending for upgrade, trying to run again and they jump pabck to initial state | ||
2013-02-08 22:50 <cedk> rei4dan: I think there is an issue with upgrade from client just the module ir | ||
2013-02-08 22:51 <cedk> rei4dan: if you did not create anything in the DB, easier to create a new one | ||
2013-02-08 22:55 <rei4dan> cedk, yes dropping and recreating db helped | ||
2013-02-08 23:19 <rei4dan> ok, I managed to create a location under Warehouse and add a product in Product section.. I added category to the product, but how to place in the specific storage? | ||
2013-02-08 23:21 <rmu> rei4dan: create inventory for that location, or create internal shipment from inventory loss to that location | ||
2013-02-08 23:32 <rei4dan> rmu, thanks.. after some fiddling I managed to get it there | ||
2013-02-08 23:34 <rei4dan> had to transfer, though.. couldn't just add existing products to location | ||
2013-02-08 23:34 <rei4dan> also for products, what is list price and what is cost price? | ||
2013-02-08 23:36 <rmu> rei4dan: inventory works much like accounting. products are moved between locations, some of them are "special" like inventory loss, customer, supplier, production | ||
2013-02-08 23:37 <rmu> list price is the price you sell products, cost price is the price you buy it. more or less. | ||
2013-02-08 23:39 <rei4dan> rmu, I see.. a bit confusing if all I want to know is where are things in the warehouse and possibly who took them and when | ||
2013-02-08 23:59 <rei4dan> Gentoo overlay could use a metapackage pulling in all the modules |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!