chat.freenode.net #tryton log beginning Wed 07 Aug 2019 12:00:01 AM CEST | ||
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 22:14 | |
-!- yangoon1(~mathiasb@mue-88-130-74-021.dsl.tropolys.de) has joined #tryton | 02:53 | |
-!- semarie(~semarie@unaffiliated/semarie) has joined #tryton | 04:48 | |
-!- springwurm(~Springwur@5.104.149.54) has joined #tryton | 05:22 | |
-!- Timitos(~kpreisler@2001:a61:5ac:c301:762b:62ff:fe84:ed7e) has joined #tryton | 06:18 | |
-!- semarie(~semarie@unaffiliated/semarie) has joined #tryton | 06:23 | |
-!- rpit(~rpit@p200300C88F224600F8E1AB8A704D73B4.dip0.t-ipconnect.de) has joined #tryton | 06:28 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 06:45 | |
-!- odicha(~odicha@91.142.107.66) has joined #tryton | 06:58 | |
-!- rpit(~rpit@p200300C88F224600F8E1AB8A704D73B4.dip0.t-ipconnect.de) has joined #tryton | 07:38 | |
-!- rpit(~rpit@p200300C88F224600F8E1AB8A704D73B4.dip0.t-ipconnect.de) has joined #tryton | 07:45 | |
-!- rpit(~rpit@p4FD197C6.dip0.t-ipconnect.de) has joined #tryton | 08:32 | |
-!- odicha(~odicha@91.142.107.66) has joined #tryton | 10:06 | |
-!- wifasoi(8c69cfe5@mittelab/sudo/wifasoi) has joined #tryton | 10:27 | |
wifasoi | For my association it can be useful a module that can keep track of the ownership of the inventory (like tools and machine that are not donated to the association, but just kept for common use) | 10:29 |
---|---|---|
wifasoi | there are module can can archive this (maybe with some modification)? | 10:29 |
wifasoi | maybe the "Stock consignment" can be used here | 10:31 |
wifasoi | but I'm not 100% sure it will cover this need | 10:31 |
cedk | wifasoi: stock_consignment is to sale from a location below a customer or purchase from a supplier location inside your warehouse | 10:40 |
cedk | wifasoi: I think there is nothing for that because the ERP is about managing properties of the company | 10:41 |
cedk | wifasoi: maybe you can manage them as asset you do not deprecate | 10:45 |
-!- mariomop(~quassel@181.90.108.77) has joined #tryton | 11:07 | |
-!- springwurm(~Springwur@5.104.149.54) has joined #tryton | 12:09 | |
-!- andrespoliti(~andrespol@200.50.173.5) has joined #tryton | 13:15 | |
andrespoliti | hi, is it posible to build a searcher for a function field that compares a field plus another field to the given value? | 13:16 |
andrespoliti | something like this: where table.x + table.y = clause[2] | 13:17 |
andrespoliti | also: x is a date and y is an integer (number of days), is there an INTERVAL function in python-sql? | 13:18 |
cedk | andrespoliti: the searcher can returns a domain with operand being a SQL query: http://docs.tryton.org/projects/server/en/latest/ref/models/fields.html#trytond.model.fields.Function.searcher | 13:22 |
cedk | you can also manage the domain at a lower level with http://docs.tryton.org/projects/server/en/latest/ref/models/fields.html?highlight=domain_#searching | 13:23 |
cedk | andrespoliti: python-sql has all the standard SQL functions | 13:36 |
andrespoliti | is there a way to cast to interval 'x days'? | 13:53 |
-!- Pegasus_RPG(~Thunderbi@71-222-15-246.lsv2.qwest.net) has joined #tryton | 17:36 | |
Pegasus_RPG | Hello. I'm looking at migrating to Tryton from SQL-Ledger and was just wondering if there is any sort of "getting started" user guide for the accounting and invoicing functions at least. The official documentation looks like more of a reference than a guide. | 17:37 |
Pegasus_RPG | And many of the terms used are different than what is customarily used in the USA. | 17:37 |
Pegasus_RPG | (But I'm sure I can hack on an en_US language pack to fix that) | 17:38 |
cedk | Pegasus_RPG: not really but Tryton works like any other ERP | 17:41 |
cedk | Pegasus_RPG: if you have doubts, you can ask questions here | 17:42 |
Pegasus_RPG | Okay, but I've never used an ERP package before. :) I guess I'm looking for a document that guides one through setting up the system in the correct order. (E.g. creating accounts in the chart of accounts, setting their properties appropriately, etc.) | 17:43 |
Pegasus_RPG | What days of the week & times of day are people usually here? | 17:43 |
cedk | Pegasus_RPG: well there are not really a strict order to follow | 17:47 |
cedk | Pegasus_RPG: it depends of your needs, the modules you activate etc. | 17:47 |
cedk | Pegasus_RPG: but the system will tell you if it is missing something | 17:48 |
Pegasus_RPG | Oh okay, that helps. One question I have: at what level is user authentication performed? | 17:48 |
cedk | Pegasus_RPG: between the client and the server | 17:49 |
cedk | Pegasus_RPG: Tryton is three-tier: https://en.wikipedia.org/wiki/Multitier_architecture#Three-tier_architecture | 17:50 |
Pegasus_RPG | Right but I mean do users get authenticated to PostgreSQL or within Tryton itself? | 17:50 |
cedk | Pegasus_RPG: to trytond | 17:50 |
cedk | Pegasus_RPG: users have no access to the database | 17:51 |
Pegasus_RPG | Okay. And I just found the LDAP auth method, so that's good. (We use SSO as much as possible.) | 17:51 |
cedk | Pegasus_RPG: it is not like SQL-Ledger which is two-tier (I think) | 17:51 |
cedk | ACTION away | 17:52 |
Pegasus_RPG | Thanks for the info. I'll continue to poke around and I'm sure I'll have more questions as I do. :) | 17:53 |
-!- semarie_(~semarie@unaffiliated/semarie) has joined #tryton | 20:01 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 20:27 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 21:51 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!