IRC logs of #tryton for Wednesday, 2013-05-29

chat.freenode.net #tryton log beginning Wed May 29 00:00:02 CEST 2013
2013-05-29 01:55 -!- FWiesing(~FWiesing@mail.tryton.at) has left #tryton
2013-05-29 11:40 <_droid> hi people, I wanted to know how to change the logo of the login dialog of the client. Is it possible?
2013-05-29 12:03 <_droid> if so, could someone point me to some links
2013-05-29 12:14 <cedk> _droid: the image is in share/pixmaps/tryton/
2013-05-29 12:15 <_droid> ah ok, this is for linux users. but what about windows or mac users?
2013-05-29 12:18 <cedk> _droid: same place
2013-05-29 12:19 <_droid> cedk: and I especially mean the tryton picture at the login window with the moon
2013-05-29 12:21 <_droid> cedk: ok it is folved at least for the linux users
2013-05-29 12:22 <rpit> Hi, in the sale.line view I want to define a filter (not a domain) for product search. Is this possible and how?
2013-05-29 12:23 <WUD> #
2013-05-29 12:55 <rpit> Nobody understood my problem or nobody knows?
2013-05-29 13:03 <_droid> you will have to wait everybody is here voluntarily
2013-05-29 13:05 <cedk> rpit: what is a filter if it is not a domain
2013-05-29 13:09 <rpit> cedk: A filter reduces the amount of records in a smart way (in my case), but don't prohibit to use another lika a domain does. You use it in the invoice list with the filter for invoices of the last year
2013-05-29 13:31 <_droid> i have been fiddling with tryton a little and now I want to delete all the categories that I have created. And I get the message "Could not delete "Product" records because they are used on field "Product" of "Product Location"." Can someone point me to the right direction??
2013-05-29 14:01 <bechamel> _droid: It looks like you have defined default location by product (for incoming shipment)
2013-05-29 14:22 <sharoonthomas> we are building a mobile (iOS) based POS system which talks to tryton
2013-05-29 14:22 <sharoonthomas> i was trying to look up the code of the current POS module (from GSOC) but it looks like it went down with intuxication
2013-05-29 14:25 <sharoonthomas> does anyone know the approach that was taken ?
2013-05-29 14:26 <sharoonthomas> did it have a server side module with a POS model ? or did it create sale and other records each time a transaction occurred ?
2013-05-29 14:36 <cedk> sharoonthomas: for me POS should not reuse the Sale because the workflow is different
2013-05-29 14:37 <sharoonthomas> cedk: ok
2013-05-29 14:37 <sharoonthomas> cedk: what do you think of using account.invoice as the base for the POS transaction
2013-05-29 14:40 <sharoonthomas> cedk: i felt it may be better because the accounting (which changes depending on localization) would come for free while only stock moves need to be managed, which is easy
2013-05-29 14:47 <cedk> sharoonthomas: I will create a new Model
2013-05-29 14:54 <sharoonthomas> cedk: ok
2013-05-29 14:55 <cedk> sharoonthomas: something like a sale but with a simplier workflow
2013-05-29 14:56 <sharoonthomas> cedk: create the stock.move and account.move from the POS itself ?
2013-05-29 14:56 <sharoonthomas> cedk: s/POS/new POS model
2013-05-29 14:58 <cedk> sharoonthomas: yes and mabybe an invoice on demand
2013-05-29 14:59 <_droid> bechamel: ok I have located it but cannot delete it.
2013-05-29 15:05 <sharoonthomas> cedk: ok, if not on demand, the account moves have to be generated ?
2013-05-29 15:05 <sharoonthomas> cedk: i think that could be the standard workflow ?
2013-05-29 15:05 <sharoonthomas> cedk: create the stock moves automatically and create and invoice, and complete the payment automatically
2013-05-29 15:09 <b0r7> again some beginner question by me..
2013-05-29 15:09 <b0r7> i'm trying to hide account columns on the party_tree.xml https://gist.github.com/b0rt/5670090
2013-05-29 15:10 <b0r7> but the client reports it cannot find "payable_today"
2013-05-29 15:11 <b0r7> line 18 to 23 in the gist..
2013-05-29 15:12 <b0r7> exact error is couldn' find tag (xpath expr) in parent view
2013-05-29 15:18 <b0r7> maybe i have to put account in the dependcys.. the order of module installation wouldn't have influence on the inheritence would it.. i'll try
2013-05-29 15:19 <cedk> sharoonthomas: creating invoice is expensif so if you can avoid it, it is better
2013-05-29 15:20 <sharoonthomas> cedk: agree
2013-05-29 15:45 <b0r7> now its working, havent changed a thing.. maybe cache..
2013-05-29 20:19 <plantian> hi guys, is it possible to remove a confirmed sale?
2013-05-29 20:29 <cedk> plantian: not realy
2013-05-29 20:30 <plantian> cedk: what is the best strategy to take when there is an error in the sale?
2013-05-29 20:31 <cedk> plantian: cancel shipments and invoices
2013-05-29 20:32 <plantian> cedk: There are no shipments or invoices, the sale is just confirmed.
2013-05-29 20:32 <plantian> In this case it is not yet "Processing".
2013-05-29 20:33 <cedk> plantian: process it
2013-05-29 20:37 <plantian> cedk: The error is that there is a line in the sale that is not a real product so it cannot find the account receivable. So I cannot process it.
2013-05-29 20:41 <cedk> plantian: go with SQL update
2013-05-29 20:42 <plantian> cedk: ok so if I hand fix it, then process it, then cancel shipments and invoices, do i just leave the sale or can it then be canceled?
2013-05-29 20:46 <cedk> plantian: you can cancel with SQL
2013-05-29 23:49 -!- cartes(cartes@116.193.170.3) has left #tryton

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!