frappe / books

Free Accounting Software
https://frappe.io/books
GNU Affero General Public License v3.0
2.68k stars 614 forks source link

manage fiscal years #791

Open mildred opened 6 months ago

mildred commented 6 months ago

I'm planning to implement closing and reopening the business years, based on French accounting rules, but I suppose these might be shared for many countries.

When creating the first exercise:

When the ExerciceOpen is submitted, it will create ledger entries based on the ExerciceOpenItem objects

When closing an exercise:

When opening the next exercise:

When any transactional object is submitted, any ledger entry created is checked:

tgrignon commented 2 months ago

Did you make it?