> I cannot load the page. If you have other links to docs about how ERP 
> works I could use them. 
> I have some basic questions I am trying to answer for example:
>

did you mean https://www.erpag.com/?  please follow the tutorial in youtube 
: https://www.youtube.com/channel/UCjk9S6IyOMuYsBQXNMUW1OQ
i prefer erpag rather than openerp, because it is cloud. if you want to 
know more about openerp, please open :
docs :
http://doc.openerp.com/v6.1/index.html
demos : 
https://demo3.openerp.com/#view_type=kanban&model=crm.lead&action=405
 

> 1) The account structure is a tree:
>
> Assets
> *BankAccount
> **Account0001
>
> Asset:BankAccount:Account0001 is a leaf. Can one transfer to/from leafs 
> only or also to/from parents?
> I think leaf only.
>

did you mean CoA (Chart of Accounts)?
http://en.wikipedia.org/wiki/Chart_of_accounts#Example
 

> 2) changes in the leafs propagate up for example:
>
> Assets, 0
> *BankAccount, 0
> **Account0001, 0
>
> posting $5 in Asset:BankAccount:Account0001 results in
>
> Assets, $5
> *BankAccount, $5
> **Account0001, $5
>
> and this is ok. If now have two accounts, one in $ and one in €:
>
> Assets, $5, €7
> *BankAccount, $5, €7
> **Account0001, $5
> **Account0002, €7
>
> this is also fine but the wallet of parents accounts now contain more than 
> one currency. The same happens for stocks. This is how beancount works and 
> how pacioli works too. So what if my business is a trading company and owns 
> thousands of different stocks and they all propagate up? Suddenly each pare 
> account contains thousands of different securities. How to deal with that? 
> reporting seems impossible.
>
>
how about about multi currency and it's reporting : multiple reporting 
currencies?
http://docs.oracle.com/cd/A60725_05/html/comnls/us/mrc/overview.htm

just a suggestion, please correct me if i'm wrong.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to