waxwink/accounting

Accounting service interfaces and services for implementation

Installs: 15

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/waxwink/accounting

0.1.1 2021-10-25 05:24 UTC

This package is auto-updated.

Last update: 2025-09-25 17:33:08 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