silvercommerce / orders-admin
Silverstripe module for creating and managing invoice and estimate objects in the admin
Package info
github.com/silvercommerce/orders-admin
Type:silverstripe-vendormodule
pkg:composer/silvercommerce/orders-admin
1.4.5
2023-07-28 16:16 UTC
Requires
- php: >=7.1.0
- colymba/gridfield-bulk-editing-tools: ^3.0
- dompdf/dompdf: ^0.8
- i-lateral/silverstripe-modeladminplus: ~1.0
- silvercommerce/contact-admin: ^1.0
- silvercommerce/settings: ^1.0
- silvercommerce/tax-admin: ^1.4
- silvercommerce/versionhistoryfield: ^1.0
- silvershop/silverstripe-hasonefield: ^3.0
- silverstripe/admin: ~1.0
- silverstripe/framework: ~4.0
- silverstripe/siteconfig: ~4.0
- silverstripe/versioned: ~1.0
- symbiote/silverstripe-gridfieldextensions: ^3.0
Requires (Dev)
- phpunit/phpunit: ^5.7
- silvercommerce/catalogue-admin: 1.*@dev
- silvercommerce/stock: 1.*@dev
- silvercommerce/tax-admin: 1.*@dev
- squizlabs/php_codesniffer: ^3.0
Suggests
- i-lateral/silverstripe-users: Add user account management, login and registration
- silverstripe/cms: Add full content management support to your site
This package is auto-updated.
Last update: 2026-06-15 13:43:28 UTC
README
Provides a simple order/sales management interface that allows the creation
of estimates and invoices via ModelAdmin, and if you have a product catalogue
setup allows adding of line items via an autocomplete field.
Instalation
Install via composer:
# composer require silvercommerce/orders-admin
Further Reading
Checkout the docs