silvercommerce / orders-admin
Silverstripe module for creating and managing invoice and estimate objects in the admin
Installs: 4 078
Dependents: 13
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 1
Open Issues: 1
Type:silverstripe-vendormodule
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
- 1.5.x-dev
- 1.4.x-dev
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.3.x-dev
- 1.3.22
- 1.3.21
- 1.3.20
- 1.3.19
- 1.3.18
- 1.3.17
- 1.3.16
- 1.3.15
- 1.3.14
- 1.3.13
- 1.3.12
- 1.3.11
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.18
- 1.2.17
- 1.2.16
- 1.2.15
- 1.2.14
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.x-dev
- 1.0.2
- 1.0.1
- 1.0.0
- dev-bool-params
- dev-ma-invoicetemplate
This package is auto-updated.
Last update: 2024-11-03 23:09:54 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