waxwink/accounting

Accounting service interfaces and services for implementation

Maintainers

Package info

github.com/waxwink/accounting

pkg:composer/waxwink/accounting

Statistics

Installs: 17

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.1 2021-10-25 05:24 UTC

This package is auto-updated.

Last update: 2026-03-25 18:33:33 UTC


README

Core accounting services are provided in this package with some interfaces to get implemented for a full functionality. To see some example implementation, checkout the Laracount package.

Main interfaces to get implemented

Repository interfaces

  • \Waxwink\Accounting\Contracts\TransactionRecordInterface::class
  • \Waxwink\Accounting\Contracts\VoucherRepositoryInterface::class
  • \Waxwink\Accounting\Contracts\LockerInterface::class

Data mapper model interfaces

  • \Waxwink\Accounting\Contracts\TransactionRecordInterface::class
  • \Waxwink\Accounting\Contracts\VoucherInterface::class
  • \Waxwink\Accounting\Contracts\HasAccount::class