search for: organisation

Displaying 20 results from an estimated 1488 matches for "organisation".

2009 Oct 29
4
Unknown column 'quotes.organisation_id' in 'where clause': SELECT * FROM `quotes` WHERE (`quotes`.organisation_id = 1036)
Hi, I have a small app that needs to keep track of quotes, and organisations. An organisation can either be the unit who finally receives the goods (the end_user) or and intermediary (customer) (and in some cases both) An Organisation will (hopefully :) ) have many quotes; and a quote can belong to an organisation, either as a customer or as an end_user or both....
2006 Jun 08
9
find :order =>
Hi, I have the following find statment @client_pages, @clients = paginate :clients, :per_page => 20, :order => "organisation_id, surname" currently im ordering by organisation_id however I need to order by the field in the organisation table organisations.name how can this be done? Thanks Scott -- Posted via http://www.ruby-forum.com/.
2006 Apr 26
6
get foreign key table data
Hi I?m trying to bring across all related data. My table clients has a foreign key field that stores the id of an organization How can I grab the details of the organization to use in the clients show.rhtml file? Thanks Scott -- Posted via http://www.ruby-forum.com/.
2006 Jan 02
5
DB Modelling the Rails way - Opinions??
...ut from a client/server perspective! I''m wondering how to best (and elegantly)relate them from an AR perspective. A project has many people, A person can work on many projects at any time, A project has many roles, A role is performed by a person, A person may perform multiple roles, An organisation has many people, An organisation is a stakeholder (God, I hate that word - makes me feel like Dracula surrounded!)in one or more projects, A stakeholder has many roles within a project. So one way I have Projects HABTM Roles Roles HABTM People Organisation Has_Many People An Organisation Belongs...
2006 Apr 24
4
creating a select box
Hi trying to create a select box in _form.rhtml. I have a table called organisations that contains fileds, 2 being ''id'' and ''name'' these are the fields I need to bring over to the clients _form.rhtml. whats the best way of going about that?? 2 ways i have seen suggested that I cant get to work -@organisations = Organisation.find_all placed t...
2008 May 14
6
anyone from Joplin, MO
I'm trying to convince my employer to deploy an Asterisk based system, but one member of the leadership team is against it. The rest of the team is for it, but he's convinced them that we should find other organisations in the Joplin, MO area who are using Asterisk first because, "we don't want to be the first in our area." I can't fathom how that's relevant, since I have shown them case studies from much larger organisations than us around the country, and personally talked with other orga...
2006 Jan 07
4
To Chris Hall - Re: DB Modelling the Rails way - Opinions??
...39;m wondering how to best (and > elegantly)relate them from an AR perspective. > > A project has many people, > A person can work on many projects at any time, > A project has many roles, > A role is performed by a person, > A person may perform multiple roles, > An organisation has many people, > An organisation is a stakeholder (God, I hate that word - makes me feel > like Dracula surrounded!)in one or more projects, > A stakeholder has many roles within a project. > > So one way I have > > Projects HABTM Roles > Roles HABTM People > O...
2006 Nov 21
14
Starting from scratch
I have the following models: === class Person < ActiveRecord::Base has_many :person_organisations, :dependent => true has_many :organisations, :through => :person_organisations has_many :person_categories, :dependent => true has_many :categories, :through => :person_categories end class Category < ActiveRecord::Base has_many :person_categories, :dependent => true...
2005 Mar 30
0
Help - dependencies.rb - `const_missing': uninitialized constant
I''m trying to get this has_and_belongs_to_many join to work (re: my post from yesterday). I''m getting an error I can''t seem to get by. Help? I now have the following tables: ORGANISATIONS: id (primary key) name REPRESENTATIVES id (primary key) name ORGANISATIONS_REPRESENTATIVES organisation_id representative_id My models are: class Organisation < ActiveRecord::Base has_and_belongs_to_many :representatives end class Representative < ActiveRecord::Base ha...
2008 Mar 28
2
Wrong story step running
Hi I have three steps like this: Given ''a user called "$name" of type $user_type and status $user_state in organisation "$organisation_name"'' do |name, user_type, user_state, organisation_name| $runs ||= 1 puts "MOO #{$runs}" $runs += 1 # ... end Given ''a user called "$name" with username "$username" of type $user_type and status $user_st...
2014 Nov 09
2
organisation of packages & CRAN
Hi, I?ve been using R on and off for a couple of years. I think R is pretty great but one thing I?d like to see improved is the way packages are organised. Instead of CRAN being a long list of packages having a short & usually unintelligible name I ?d like to see packages organised in a hierarchical way with that path acting as a hierarchical namespace just like you have in many other
2009 Nov 02
3
feedback European Commission pilot assessment
...l specifications to recommend often calls for a resource intensive and time consuming assessment. Therefore, CAMSS aims to improve awareness, knowledge sharing and transparency, around the assessment of formal specifications in eGovernment, contributing also to the efficiency of European government organisations thanks to the re-use of analysis' results from other European government organisations. I am in charge of analysing the video codecs according to the CAMSS criteria, which are not limited to addressing the business need and requirements of an eGovernment project (suitability and potential...
2006 Jan 04
0
Re: DB Modelling the Rails way - solution by Chris Hall
...utes(project, :person_id => john.id > <http://john.id>) > role.people.push_with_attributes(john, :project_id => project.id > <http://project.id>) > > each of these accomplish the same thing, they add John as a Manager to > Project 10 > > now, as far as organisation/projects/roles go, that sounds strange (not > being critical)...can an organisation have the same roles as a person? > i would assume that organisations have different roles than people so > you will want to setup a separate "org roles" table to manage those. > > can a...
2006 Jun 09
1
Organising singapore.rb
I''m toying with the idea of organising a Ruby User Group for Singapore, hence, singapore.rb. I just want to find out who would be interested in participating in this. Also, I would really appreciate pointers on organising something like this. -- Practical_Guile::Clever_Tagline::Pending http://practicalguile.com -------------- next part -------------- An HTML attachment was scrubbed...
2006 Jan 06
6
NewbieQ: How do I refresh view after return from popup window
Hi, I have this bitta code that is supposed to open a new window and allow the user to create a new Organisation on the fly whilst editing a new Person i.e. if the Organisation exists they can select it from the drop down select. Otherwise they can click on the cute button and enter a skeleton Organisation record. What I need to do next is refresh the drop down select on returno the new organisation is sh...
2007 Oct 29
0
would this be a good(restfull) approach for livesearch?
Hi, I want to implement a search feature with the rest principles in mind. so i try to think in resources and i decided to just put in in the index method. this resource/method will be called form different places, for example a main search page for organisations but also on a "person" form in a sort of dialog screen where i can link an organisation to a person. the (live) search routine stays the same, but it needs to render a different partial. this is how i want to make my controller, def index if not request.raw_post==nil @phrase...
2002 Aug 10
4
2.2.5, Sol 2.8, W2k - Printers...Status: Access Denied unable to connect - ??
...er icon in Win 2K, the Status bar shows Status: Access Denied, Unable to connect. It shows this for all samba printers. I can print a test page even though it shows access denied. Anyone know how to fix this? thanks. Dennis +******+ This e-mail message is meant solely for the person or organisation to whom it is adressed. The message may contain personal or confidential information, or information that is not public in nature. Safetran Systems Corporation accepts no responsibility for message content and possible attachments that are unlawful or of questionable decency. Further dissemination,...
2006 Jun 05
1
what''s the best way to organise lots functions in application.rb
Hi all, Please forgive me for this newbie question. I''m developing an application on RoR, and found I got more and more shared functions in application.rb. It looks very disorganised. And so I''m seeking your expertise for a better way to organise shared functions. After reading some open source code, I found some experienced developers are using modules, and put codes in /lib
2006 Nov 20
22
Index only partially built
I have an application which I''m running using Mongrel and Apache as described here http://www.napcs.com/howto/rails/deploy/. I have a model Person which I am attempting to use acts_as_ferret with. When I first try to do a search the index begins to get built but it its fails halfway through with the following error in the browser: === Proxy Error The proxy server received an invalid
2014 Apr 16
1
samba-tool OU's organisational units
I am confused as with samba-tool it does practically everything and all the default methods of M$ AD are covered. For some reason OU's seem to be missing I know OU's are very Group policy orientated but also they are simply Organisational Units. The ability to list, create and delete OU's seems to be omitted. Also when you add a user the destination OU parameter is missing. Is this something in the pipeline? Stuart -----Original message----- > From:samba-request at lists.samba.org <samba-request at lists.samba.org...