On 7 September 2014 17:07, Roelof Wobben <[email protected]> wrote:
> Transactions could be a model for all the transactions that take place on
> accounts.
> Like  a payment or a new invoice.

So what is the problem?

Colin

>
> Roelof
>
>
> Op zondag 7 september 2014 14:25:00 UTC+2 schreef Colin Law:
>>
>> On 7 September 2014 12:23, Roelof Wobben <[email protected]> wrote:
>> > Almost,
>> >
>> > I could do that but then how do I store the transactions.
>> > Another models transactions which points to accounts ?
>>
>> Sorry, I have no idea what you mean.  You have not mentioned
>> transactions before, is a transaction another model.  If so exactly
>> what is the problem.
>>
>> Colin
>>
>> >
>> > Roelof
>> >
>> >
>> > Op zondag 7 september 2014 11:14:40 UTC+2 schreef Colin Law:
>> >>
>> >> On 7 September 2014 08:14, Roelof Wobben <[email protected]> wrote:
>> >> > Hello,
>> >> >
>> >> > I try to make a financial app.
>> >> > Now I have this problem.
>> >> >
>> >> > I have customers which are put into a model.
>> >> > What I want is if I made a customer also a financial account is made
>> >> > with a
>> >> > specific number.
>> >> > So customer 1 has account number 16001.
>> >> >
>> >> > If the customer buys anything a invoice is made and must be put into
>> >> > the
>> >> > right 1600x number.
>> >> >
>> >> > How can I do this with models ?
>> >>
>> >> Not sure what question you are asking.  Is it what should the models
>> >> and relationships be?  If so then possibly something like
>> >> customer has_one account
>> >> account belongs_to customer
>> >> and account has a field account_number (which will contain 16001 in
>> >> the above case).
>> >>
>> >> Colin
>> >>
>> >> >
>> >> > Roelof
>> >> >
>> >> > --
>> >> > You received this message because you are subscribed to the Google
>> >> > Groups
>> >> > "Ruby on Rails: Talk" group.
>> >> > To unsubscribe from this group and stop receiving emails from it,
>> >> > send
>> >> > an
>> >> > email to [email protected].
>> >> > To post to this group, send email to [email protected].
>> >> > To view this discussion on the web visit
>> >> >
>> >> >
>> >> > https://groups.google.com/d/msgid/rubyonrails-talk/79408f0b-7c2d-458d-8e2c-d68c929f9bbf%40googlegroups.com.
>> >> > For more options, visit https://groups.google.com/d/optout.
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "Ruby on Rails: Talk" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an
>> > email to [email protected].
>> > To post to this group, send email to [email protected].
>> > To view this discussion on the web visit
>> >
>> > https://groups.google.com/d/msgid/rubyonrails-talk/dc95ff34-6d50-48bf-b976-cde053b71c1a%40googlegroups.com.
>> >
>> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/rubyonrails-talk/92ddd696-b55a-4861-b178-fb6bfd7302c7%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLtrW9BbS%3D8-ZfrMMQybMyx-NtVScnCAO%3Dsk1UYoxA-auw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to