Accounting

master

An implementation of Martin Fowlers accounting pattern https://www.martinfowler.com/eaaDev/AccountingNarrative.html.
pcordone/AccountingPattern

accounting-pattern

Description

An implementation of Martin Fowlers accounting pattern https://www.martinfowler.com/eaaDev/AccountingNarrative.html. I kept the entries in an Account object and also created a ChartOfAccounts object to store all accounts since that follows the domain structure of a typical accounting system.

Installation

You need to have gyb installed in order to code generate the enum CurrencyType from the command line. I used brew to install gyb:

brew install nshipster/formulae/gyb

To generate CurrencyType with gyb at terminal in the Accounting project type:

make

To delete the generated files type:

make clean

Description

  • Swift Tools 5.1.0
View More Packages from this Author

Dependencies

Last updated: Mon Nov 07 2022 22:59:14 GMT-1000 (Hawaii-Aleutian Standard Time)