Nick change: ajbusy -> ajmitch Nick change: skeeter -> skeeter|sleep ra3vat (ds@195.239.64.75) left irc: [x]chat Nick change: ajmitch -> ajbusy chillywilly (danielb@d37.as9.nwbl0.wi.voyager.net) left irc: night ra3vat (ds@195.239.66.41) joined #gnuenterprise. Nick change: ajbusy -> ajmitch Topic changed on #gnuenterprise by ChanServ!s@ChanServ: GNU Enterprise : http://www.gnue.org [If no one is home email info@gnue.org] #gnuenterprise: mode change '-o gnuebot' by ChanServ!s@ChanServ #gnuenterprise: mode change '+o gnuebot' by ChanServ!s@ChanServ nickr (nick@63.163.68.113) left irc: Killed (NickServ (This nick is reserved by another user)) ra3vat (ds@195.239.66.41) got netsplit. stuq_ (stuq@c5300-4-ip246.albany.thebiz.net) got netsplit. ajmitch (ajmitch@p51-max5.dun.ihug.co.nz) got netsplit. Topic changed on #gnuenterprise by ChanServ!s@ChanServ: GNU Enterprise : http://www.gnue.org [If no one is home email info@gnue.org] #gnuenterprise: mode change '-o gnuebot' by ChanServ!s@ChanServ #gnuenterprise: mode change '+o gnuebot' by ChanServ!s@ChanServ ajmitch (ajmitch@p51-max5.dun.ihug.co.nz) returned to #gnuenterprise. stuq_ (stuq@c5300-4-ip246.albany.thebiz.net) returned to #gnuenterprise. ra3vat (ds@195.239.66.41) returned to #gnuenterprise. ajmitch_ (ajmitch@p14-max7.dun.ihug.co.nz) joined #gnuenterprise. ajmitch (ajmitch@p51-max5.dun.ihug.co.nz) left irc: Ping timeout for ajmitch[p51-max5.dun.ihug.co.nz] Nick change: ajmitch_ -> ajmitch Nick change: ajmitch -> ajzzzz Nick change: skeeter|sleep -> skeeter neilt (neilt@dialup-166.90.68.253.Dial1.Chicago1.Level3.net) joined #gnuenterprise. #gnuenterprise: mode change '+o neilt' by ChanServ!s@ChanServ hello all ra3vat: did you get types working from yesterday, i noticed your question that reinhard answered, but the syntax was not exactly right? hi neilt reinhard answer was correct and i did found how it placed in database now i have another question just remember that all references have to be fully qualified so his example should have been currency::money the_amount; ok i would like to do a simple app to keep track of USD rate in geas and i don't fully understand how currency conversion and conversion_rule work together ok initial data are two currencies USD and RUB(SUR), rate 1USD=29.37RUB and date currencies already loaded i can choose them from currency__currency by code ra3vat: will the forms have not been written yet because the current forms driver for geas does not support objects imagine that but i can explain how it will work you would define two currency objects in currency::currency one for USD and one for RUB have it already then in currency::conversion you would make from point to the currency::currency object (for our example let say it points to USD) so this one object in currency::conversion will handle all conversions from USD now we will make a list of all objects in currency::conversion_rule that we want to be able to convert to and on the first step i don't need forms as i try to load something into geas so we need an entry in currency:conversion_rule for RUB so we create currency::conversion_rule and make "to" point to the currency::currency object for RUB then we add the converison information in the rest of the fields and finally we make add the object that we just created currency::conversion_rull (for RUB) to the list currency::conversion.rule if that make any sense? what numerator and denominator will be in this case 1USD=29.37RUB to = from * (numerator/denominator) of course we have not implemented the methods (because methods dont work) to actually do the conversion the methods will be added to the currency::converison object when methods work so to get from RUB to USD to = uSD from = RUB nummerator = 29.37 demoninator = 1 - to = RUB from = USD numerator = 1 denominator = 29.37 does that make any sense? ra3vat: how are you loading into GEAS? i did load currency codes from defaults with parse_load_sql.py cool, did it work ? now try to change some test app to play with classes from gnue-config excellent and that else do we have it for? ra3vat: i do not understand? parse_load_sql.py works great :) thank you, that just a quick hack i kicked out so we could load data are you thinking currency module gives appropriate ctructure to keep rates history yes, that is the purpose of the begin and end dates in the currency::conversion_rule object now if we are importing data from a bank we will need to modify the date because at least in the US we dont get denominator and numerator i'm thinking about to keep begin end date the same and put new entry on dauly basis daily but in some European countries we must do the conversion with numerator and denominotr that should work ok, thanks your welcome one more question? yes often selling some goods like bearings, automobile spare parts there is a need for big cross reference database (catalog) yes that combine info from different manufacturers and may be distributor with our catalog i have often seen that where to place it in gnue? hold on, let me look at docs, because we have discussed this at lenght ra3vat: this would be in the sales package we expect to define a sales_item that is a child of base_item IIRC where it was discussed? on IRC done have the dates and cant find the docs :( nickr (nick@63.163.68.113) joined #gnuenterprise. this database may be really big and keep info about products exceeding what we ready to sell right now who would use the cross reference your customers or your employees have to go for a bit be back one hour later all neilt (neilt@dialup-166.90.68.253.Dial1.Chicago1.Level3.net) left irc: neilt (neilt@dialup-209.244.66.85.Dial1.Chicago1.Level3.net) joined #gnuenterprise. #gnuenterprise: mode change '+o neilt' by ChanServ!s@ChanServ reinhard (rm@62.47.44.55) joined #gnuenterprise. reinhard: are you really here? yep cool, i htought you were not back untill monday well, it's sunday evening here and i am not planning to really _do_ something just checking my mail actually :) and x-chat is started automatically i added some things to the TODO will look and have been thinking about transactions wow if we are going to do accounting we need to implement some simple form of transactions yes it wont work otherwise at least it won't be stable and i think transaction support will need to be in the server :) surely Action: neilt goes to read reinhards docs on transactions in the module guide there are some? yes transaction log tables batch tables etc oh this "transactions" doesn't mean transactions like in db transactions this "transactions" means like in business transactions brb Nick change: reinhard -> rm-food Nick change: rm-food -> reinhard jcater (jason@HubS-mcr-24-24-112-3.midsouth.rr.com) joined #gnuenterprise. just posted geas release to the mac community and we already have 13 downloads http://www.versiontracker.com/macosx/index.shtml cool at least by their count neilt: i saw that you added a comment to the INSTALL file what you probably don't know is that INSTALL is a standard file which is actually identical in 90% of all GNU projects yes so there are chances that people don't read all through the file just wanted to make you aware of that neilt: you read luis's mail about summary/detail posting? neilt (neilt@dialup-209.244.66.85.Dial1.Chicago1.Level3.net) left irc: Ping timeout for neilt[dialup-209.244.66.85.Dial1.Chicago1.Level3.net] neilt (neilt@dialup-166.90.84.23.Dial1.Chicago1.Level3.net) joined #gnuenterprise. #gnuenterprise: mode change '+o neilt' by ChanServ!s@ChanServ reinhard: do i did not see his email ra3vat (ds@195.239.66.41) left irc: Client Exiting reinhard: and yes i know its a standard file, but it does need to be there ok neilt: i just saw that he only sent to me i forwarded to the list and added some comments cool, thanks and on INSTALL it's ok for me, just wanted to make sure you know bbl Nick change: reinhard -> rm-away Nick change: neilt -> neil-away ra3vat (ds@195.239.66.41) joined #gnuenterprise. ra3vat (ds@195.239.66.41) left irc: Client Exiting neil-away (neilt@dialup-166.90.84.23.Dial1.Chicago1.Level3.net) left irc: Ping timeout for neil-away[dialup-166.90.84.23.Dial1.Chicago1.Level3.net] neilt (neilt@dialup-209.244.65.136.Dial1.Chicago1.Level3.net) joined #gnuenterprise. #gnuenterprise: mode change '+o neilt' by ChanServ!s@ChanServ Mr_You (rouzer@mankind.boredom.org) joined #gnuenterprise. hi hello got work to do today bleah neilt (neilt@dialup-209.244.65.136.Dial1.Chicago1.Level3.net) left irc: jcater (jason@HubS-mcr-24-24-112-3.midsouth.rr.com) left irc: Ping timeout for jcater[HubS-mcr-24-24-112-3.midsouth.rr.com] rm-away (rm@62.47.44.55) left irc: Those who say it can't be done should never stop those who are actually doing it. Nick change: dres_ -> dres Mr_You (rouzer@mankind.boredom.org) left irc: ircII EPIC4-1.0.1 -- Are we there yet? nickr (nick@63.163.68.113) left irc: bitchx sucks balls nickr (nick@sdsl-64-7-6-186.dsl.nyc.megapath.net) joined #gnuenterprise. Nick change: ajzzzz -> ajmitch Mussi (eu@200.167.235.27) joined #gnuenterprise. Mussi (eu@200.167.235.27) left #gnuenterprise. Mr_You (rouzer@mankind.boredom.org) joined #gnuenterprise. nickr (nick@sdsl-64-7-6-186.dsl.nyc.megapath.net) left irc: Ping timeout for nickr[sdsl-64-7-6-186.dsl.nyc.megapath.net] dres (dres@4.18.171.42) left irc: Read error to dres[4.18.171.42]: Connection reset by peer dres_ (dres@4.18.171.42) joined #gnuenterprise. Nick change: skeeter -> skeeter|sleep stuq_ (stuq@c5300-4-ip246.albany.thebiz.net) got netsplit. ajmitch (ajmitch@p14-max7.dun.ihug.co.nz) got netsplit. dres_ (dres@4.18.171.42) got netsplit. ajmitch (ajmitch@p14-max7.dun.ihug.co.nz) returned to #gnuenterprise. chillywilly (danielb@d170.as9.nwbl0.wi.voyager.net) joined #gnuenterprise. chilly you play guitar? yes stuq_ (stuq@c5300-4-ip246.albany.thebiz.net) returned to #gnuenterprise. dres_ (dres@4.18.171.42) returned to #gnuenterprise. I want one of these: www.mountainamps.com portable little amp, and I could display it with my two guitars ;-) tubes? nah solid-state what dos the shockwave thingy look like? Topic changed on #gnuenterprise by ChanServ!s@ChanServ: GNU Enterprise : http://www.gnue.org [If no one is home email info@gnue.org] oh yeah bleah #gnuenterprise: mode change '-o gnuebot' by ChanServ!s@ChanServ I don't use proprietary plugins #gnuenterprise: mode change '+o gnuebot' by ChanServ!s@ChanServ I think most (or all) their site is in flash :-((( oh god woops http://www.mountainamps.com/sales.html flahs is cool for stuff like joecartoon.com flash most of the time it is a nuisance that page has graphic yeah their flash adds no benefit, just weak animation ah I have seen little bitty amps like that I almost bought this little tube amp once even when creating flash you should create static graphics like in this case, extremely easy to do but when I got it home it was acting stupid so brought it back what kind? you remember? it was battery powered? no but it was pretty small this mountain amp runs for about 9 hours ;-) thats what I want.. a "practice" amp I have a fender powr chorus (solid state) and a digitech valveFX effects processor I cannot even turn my amp volume on 1 wthout making the windows rattle it is loooooooud supposedly it sounds real good, and a tube would have less playing time.. especially with distrotion yeah my boogie is loud.. I've got 1 of 2 of my tube converters hehe.. will cut power down to 3-4 watts.. for quiet settings tubes rle though rule I would rather have a DSP emulation 9v battery powered amp.. my valveFX has tubes in it preamp tubes 12AX87s basically I run the amp throught the effects processor and have a couple of favortiee channels "grind your axe" "cleanest blue" I should learn how to program the thing I have a Triaxis, haven't programmed it yet ;-) I need new tubes and pickups.. I'll put on a distortion mode and turn down and play clean you know sure this would be an awesome project but I play a lot of metal so I like distortion a 6.5" 9v batter powered tube amp? I alos have a channel called "flying solo" for when I want to go nuts yeah the thing about portable amps is that solid-state is more reliable.. I would just be recreating the smicz-amplification portablues guess I'll ask him if he plans on making a smaller version.. I doubt it supposedly these mountain amps have a pretty good authentic tube-like tone oh duh! he is coming out with a Portablue Jr. kewl This little tone monster promises to have a huge voice in a very small package! Using a 12AX7 preamp tube and a 6AK6 output tube, the PORTABLuEs Jr. / Tube Cube will be the smallest, most portable all-tube guitar/harp amp in the universe! 8 Alkaline D batteries and 18lbs compared to 9v battery and 9lbs ;-) I wonder the playing time.. yeah tubes suck juice if the playing time is good I'd like it.. its going to be smaller than the mountain amp too yah been looking for a job still? Action: chillywilly is still looking, but thinking of going independent yeah I sent resume on one job friday will call tommorow its very hard to find independent work but I'm working more to find it ya