Skip to content

ehsen/erp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ERP

A full blown ERP with automatic compliance for IFRS and Tax authorities.

Why another ERP

I am starting this project out of frustration with current ERPs and accounting softwares. Becuase they are just doing high school accounting or requires highly expensive customization for serious compliance. Plus have you ever try to explain IFRS 9 to a programmer? Good Luck with that.

Being an accountant, at the end I am the one who is preparing all returns for tax authorities, ensuring compliance with IFRS and juggling with myriad of tasks just because my ERP is stupid. ERPs are presenting me with fancy graphs and dashboards which in most cases are useless, at least for me. Businesses dont pay me for fancy graphs.

About Architecture

ERPs are inherently complex software however I ll try to implement it in a simple, straightforward way. Everything is a MongoDB document in our ERP which will go through a workflow. The core of the ERP is the accounting transaction, whethere we are moving items from one warehouse to another, doing process accounting or something else. Performing majority of the ERP operations with simple DEBITS and CREDITS will streamline the whole operation rather than doing kung fu with complicated architectures.

This area is still work in progress.... So I may change things here

Current Progress

Currently I am working on building models for Accounts & Transaction. And doing some research to properly mapping accounts to IFRS and Tax codes.

About

A full blown ERP with ensures automatic compliance with IFRS and Tax authorities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published