I had not seen this before. ERPLibre is impressive!

Massimo
On Saturday, 23 February 2013 12:58:35 UTC-6, Alan Etkin wrote:
>
> I cannot load the page. If you have other links to docs about how ERP 
>> works I could use them. 
>
>
> Mind that ERPlibre is still a work-in-progress. A working first alpha 
> implementation is although available for download at
> http://code.google.com/p/erplibre/downloads/list
>
> It ships with web2py because it uses it for anything but the desktop GUI 
> (wx).
>
> English docs (and the wiki itself) is not as comprehensive as it should 
> be. But you may want to check this:
>
> http://code.google.com/p/erplibre/w/list
> http://code.google.com/p/erplibre/wiki/Screenshots
>
> 1) The account structure is a tree:
>>
>> Assets
>> *BankAccount
>> **Account0001
>>
>>
> The tentative accounting model of ERPlibre is 
> code.google.com/p/erplibre/source/browse/modules/db_erplibre.py
>
> It was ported from the proprietary Gestión Pyme project (Mariano 
> Reingart). It doesn't support multiple currency so far but I belive it 
> could be easily added.
>
> The accounting model is very simple. It's not intended as a mid-large 
> business accounting tool. So I'm afraid I cannot help with the pacioli 
> model. Even there's no bank account model object yet, although we plan to 
> support them. It uses banks as a reference for billing/payment checks. You 
> can still browse the project code in case something can be applied also to 
> pacioli.
>
> A db instance stores companies. Installation sets one of them as the 
> system host (for billing, reports, etc).
> A company/firm has a set of linked accounting tables such as accounting 
> period, journal entry, entry, account.
> Account is the cathegory set for storing accounting movements (entries).
>
> The model defines banks, but different bank account management (reports, 
> etc) is not implemented.
>  
>
>> 3) Basically the problem as above but related to inventory. Inventory 
>> stuff are assets. 
>>
>
> ERPlibre stock and accounting models are not linked. Booking is updated on 
> sales billls or manual movement entries (for adjusting or updating cash, 
> buys, ...)
>
> For the complete model check:
> http://code.google.com/p/erplibre/source/browse/modules/db_erplibre.py
>
>

-- 

--- 
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