chat.freenode.net #tryton log beginning Tue Oct 27 00:00:05 CET 2015 | ||
2015-10-27 00:27 -!- smarro(~sebastian@181.16.4.44) has joined #tryton | ||
2015-10-27 00:28 -!- vernichon(~Icedove@gex01-1-78-234-55-95.fbx.proxad.net) has joined #tryton | ||
2015-10-27 03:21 -!- smarro(~sebastian@181.16.4.44) has joined #tryton | ||
2015-10-27 06:01 -!- yangoon(~mathiasb@p549F1EAB.dip0.t-ipconnect.de) has joined #tryton | ||
2015-10-27 07:40 -!- frispete(~frispete@p54A909AD.dip0.t-ipconnect.de) has joined #tryton | ||
2015-10-27 07:59 -!- vernichon(~Icedove@gex01-1-78-234-55-95.fbx.proxad.net) has joined #tryton | ||
2015-10-27 08:02 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton | ||
2015-10-27 08:11 -!- udono(~udono@ip-178-202-238-79.hsi09.unitymediagroup.de) has joined #tryton | ||
2015-10-27 08:14 -!- rpit(~rpit@2a02:908:e670:3a80:4128:2496:a4d8:af48) has joined #tryton | ||
2015-10-27 08:48 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton | ||
2015-10-27 08:53 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton | ||
2015-10-27 08:56 -!- aroncero(~aroncero@86.63.19.153) has joined #tryton | ||
2015-10-27 09:11 -!- aroncero_(~aroncero@86.63.19.153) has joined #tryton | ||
2015-10-27 09:16 -!- aroncero_(~aroncero@86.63.19.153) has joined #tryton | ||
2015-10-27 09:28 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2015-10-27 09:32 -!- aroncero_(~aroncero@86.63.19.153) has joined #tryton | ||
2015-10-27 10:08 -!- aroncero__(~aroncero@86.63.19.153) has joined #tryton | ||
2015-10-27 10:36 -!- frispete(~frispete@p54A909AD.dip0.t-ipconnect.de) has joined #tryton | ||
2015-10-27 10:49 -!- rpit(~rpit@2a02:908:e670:3a80:3d9b:c84c:ad24:2e9e) has joined #tryton | ||
2015-10-27 10:53 -!- nicoe(~nicoe@balisto.wifi.b2ck.com) has joined #tryton | ||
2015-10-27 10:55 -!- aroncero(~aroncero@86.63.19.153) has joined #tryton | ||
2015-10-27 11:00 -!- meanmicio(~lfm@fsf/member/meanmicio) has joined #tryton | ||
2015-10-27 11:27 -!- Ayesha(dd78dc0c@gateway/web/freenode/ip.221.120.220.12) has joined #tryton | ||
2015-10-27 11:27 <Ayesha> Can you please guide how to import tryton demo database in a local installation? | ||
2015-10-27 11:29 -!- Sameera(dd78dc0c@gateway/web/freenode/ip.221.120.220.12) has joined #tryton | ||
2015-10-27 11:29 <Ayesha> ACTION slaps Sameera around a bit with a large fishbot | ||
2015-10-27 11:29 <cedk> Ayesha: what do you mean by "import"? | ||
2015-10-27 11:31 <Sameera> cedk: she wants to populate the local database with some demo data. | ||
2015-10-27 11:32 <Sameera> ACTION slaps Ayesha around a bit with a large fishbot | ||
2015-10-27 11:32 <cedk> the script used is in http://hg.tryton.org/tryton-tools | ||
2015-10-27 11:33 <Sameera> will this script populate sqlite database? | ||
2015-10-27 11:33 -!- Ayesha_(6e5dea09@gateway/web/freenode/ip.110.93.234.9) has joined #tryton | ||
2015-10-27 11:33 <cedk> Sameera: it will populate the database configured | ||
2015-10-27 11:35 <Sameera> cedk: can i not download backup of database from demo website? | ||
2015-10-27 11:35 <Sameera> and restore that backup. | ||
2015-10-27 11:37 <cedk> Sameera: http://www.tryton.org/~demo/ | ||
2015-10-27 11:38 <Sameera> cedk: how can i import these .dump files in neso client? As per my understanding, it can only import .sqlite database file. | ||
2015-10-27 11:41 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | ||
2015-10-27 11:45 <cedk> Sameera: you can not | ||
2015-10-27 11:45 <Sameera> then how can i import demo data in neso client? | ||
2015-10-27 11:45 <Sameera> cedk: is there any other way? | ||
2015-10-27 11:46 -!- meanmicio(~lfm@fsf/member/meanmicio) has joined #tryton | ||
2015-10-27 11:46 -!- vernichon(~Icedove@gex01-1-78-234-55-95.fbx.proxad.net) has joined #tryton | ||
2015-10-27 11:46 <cedk> Sameera: you can run the demo script on a server that uses sqlite as backend and get the dump | ||
2015-10-27 11:47 <cedk> but what is the goal? | ||
2015-10-27 11:47 <Sameera> I want to check functionality of the tryton along with access to a database. Creating my own database will be a lot of work. Thats why I want to import some demo data. | ||
2015-10-27 11:48 <Sameera> what do you mean by 'you can run the demo script on a server that uses sqlite as backend and get the dump' | ||
2015-10-27 11:48 <cedk> Sameera: if you really wants to evaluate tryton features, you should start with an empty database | ||
2015-10-27 11:48 <Sameera> cedk: can you please elaborate? | ||
2015-10-27 11:48 <cedk> the demo database is really just some minimal demo data | ||
2015-10-27 11:48 <Sameera> I only need to evaluate sales module. | ||
2015-10-27 11:49 <cedk> Sameera: sale has at leat 16 modules and demo database install only 1 | ||
2015-10-27 11:50 <Sameera> and want to avoid going into the details of adding products and accounts etc | ||
2015-10-27 11:50 <cedk> Sameera: so what are you evaluating? | ||
2015-10-27 11:50 <Sameera> I want to understand sale order process | ||
2015-10-27 11:51 <cedk> Sameera: how can you understand sale process if you don't look at the referencial data that are used on a sale | ||
2015-10-27 11:51 <cedk> Sameera: anyway, you can use the demo server or the script, we have nothing else | ||
2015-10-27 11:52 <Sameera> ok. many thanks for your help :) | ||
2015-10-27 12:02 -!- mariomop(~quassel@host251.190-137-214.telecom.net.ar) has joined #tryton | ||
2015-10-27 12:11 <Sameera> cedk: I am getting this error when try to post invoice 'No period defined for date "10/27/2015".' | ||
2015-10-27 12:12 <pokoli> Sameera: you have to create accounting fiscalyears and periods for the current company to post an invoice | ||
2015-10-27 12:15 -!- rpit(~rpit@2a02:908:e670:3a80:498a:3409:3ba1:90d3) has joined #tryton | ||
2015-10-27 12:50 -!- hiaselhans(~hiaselhan@ydWLUI2-135-053.uibk.ac.at) has joined #tryton | ||
2015-10-27 12:53 -!- rpit(~rpit@2a02:908:e670:3a80:8d00:2f23:ab42:2c81) has joined #tryton | ||
2015-10-27 13:10 -!- kstenger(~karla@200.124.209.158) has joined #tryton | ||
2015-10-27 13:17 -!- rpit(~rpit@2a02:908:e670:3a80:d1d5:57f0:def4:6b0d) has joined #tryton | ||
2015-10-27 13:21 -!- rpit(~rpit@2a02:908:e670:3a80:311d:17ec:501f:d416) has joined #tryton | ||
2015-10-27 13:22 -!- rpit1(~rpit@2a02:908:e670:3a80:311d:17ec:501f:d416) has joined #tryton | ||
2015-10-27 13:28 -!- hiaselhans(~hiaselhan@ydWLUI2-135-053.uibk.ac.at) has left #tryton | ||
2015-10-27 13:53 -!- mtsimoni(~mtsimoni@190.178.93.234) has joined #tryton | ||
2015-10-27 13:59 <mtsimoni> Hi, I've running tryton listening at the 8000 port, with postgres listening at the 54321 port. Locally the client connects to the server and runs perfectly, but another pc in the same network can´t connect. (Error: Can´t connect to database). The client requires connect to postgres itself?. If yes, how I can specify the port of the database server to the client? | ||
2015-10-27 14:08 -!- hiaselhans(~hiaselhan@ydWLUI2-135-053.uibk.ac.at) has joined #tryton | ||
2015-10-27 14:09 -!- hiaselhans(~hiaselhan@ydWLUI2-135-053.uibk.ac.at) has left #tryton | ||
2015-10-27 14:23 -!- bvillasanti(~bvillasan@190.105.65.239) has joined #tryton | ||
2015-10-27 14:25 -!- rpit(~rpit@2a02:908:e670:3a80:a4ec:79c5:4bc3:cdd) has joined #tryton | ||
2015-10-27 14:36 <cedk> mtsimoni: you don't the client doesn't connect to the database | ||
2015-10-27 14:41 <mtsimoni> ok, thanks cedk | ||
2015-10-27 14:48 <cedk> mtsimoni: but is your server listen outside? | ||
2015-10-27 14:52 -!- rpit(~rpit@2a02:908:e670:3a80:597:4b5a:e5d4:c3b2) has joined #tryton | ||
2015-10-27 14:58 <mtsimoni> nope, i just fix this just a few minutes ago! Thanks again! Works now! | ||
2015-10-27 15:12 -!- smarro(~sebastian@181.16.4.44) has joined #tryton | ||
2015-10-27 16:01 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | ||
2015-10-27 17:12 -!- LordVan(~lordvan@gentoo/developer/LordVan) has joined #tryton | ||
2015-10-27 17:15 -!- smarro(~sebastian@181.16.4.44) has joined #tryton | ||
2015-10-27 17:41 -!- aroncero_(~aroncero@86.63.19.153) has joined #tryton | ||
2015-10-27 18:32 -!- smarro(~sebastian@181.16.4.44) has joined #tryton | ||
2015-10-27 18:49 -!- meanmicio(~lfm@fsf/member/meanmicio) has joined #tryton | ||
2015-10-27 19:54 -!- den2204_(~mahon@81.4.204.84) has joined #tryton | ||
2015-10-27 20:12 -!- frispete(~frispete@p54A909AD.dip0.t-ipconnect.de) has joined #tryton | ||
2015-10-27 20:56 -!- rpit(~rpit@2a02:908:e670:3a80:830:410e:9a80:3cce) has joined #tryton | ||
2015-10-27 21:06 -!- smarro(~sebastian@181.16.4.44) has joined #tryton | ||
2015-10-27 21:22 -!- rpit(~rpit@2a02:908:e670:3a80:2013:3e6e:54:fba0) has joined #tryton | ||
2015-10-27 22:26 -!- LordVan(~lordvan@gentoo/developer/LordVan) has joined #tryton | ||
2015-10-27 22:37 -!- nicoe(~nicoe@2a02:a03f:30ad:7d00:ee55:f9ff:fe7b:f7ac) has joined #tryton | ||
2015-10-27 23:20 -!- apostatize(~visavis@unaffiliated/apostatize) has joined #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!