File | Date | Author | Commit |
---|---|---|---|
doc | 2021-07-28 |
![]() |
[7df292] Setup website files |
htsrc | 2021-07-29 |
![]() |
[a75d57] Clean up |
sql | 2023-04-20 |
![]() |
[5296af] Various incremental changes. |
.gitignore | 2021-06-26 |
![]() |
[3971fe] Added README.md and sql/Schema.sql |
README.md | 2021-07-31 |
![]() |
[50ec2d] Added year end flag to period table |
cotrugli.apl | 2023-04-20 |
![]() |
[5296af] Various incremental changes. |
ctrgl_santander_import.apl | 2023-04-20 |
![]() |
[5296af] Various incremental changes. |
setup.apl | 2021-08-05 |
![]() |
[6d160c] Updates to setup.apl |
test_suite01.apl | 2022-04-28 |
![]() |
[9f9b8f] Started clean up of testing workspaces |
test_suite02.apl | 2022-04-21 |
![]() |
[1733a2] Added test suites two and three. |
test_suite03.apl | 2022-04-21 |
![]() |
[1733a2] Added test suites two and three. |
Today Cotrugli is an application program interface to a general
ledger written in APL (https://www.gnu.org/software/apl/).
Cotrugli uses PostgreSQL to store its data and uses APL Library
(https://sourceforge.net/projects/apl-library/).
Tomorrow Cotrugli will become a full fledged accounting software. You
are invited to join the development effort.
Our plan is:
Be sure to read the documentation files (directory doc). GL_API.muse
describes the application program interface and setup.muse has
directions on how to setup the database and to start entering
transactions.