Staff Quote Sample Data
mageb2b/staff-quote-sample-data adds example products, quotes, line items, history and attachments for the Staff Quote workflow. It requires the Staff Quote add-on and the Staff Sample Data package because its quotes refer to representatives, customers and assignments from the base fixtures.
Use this package only in a disposable demo, development or test environment.
Install
Install the base fixtures first, then the quote fixtures:
composer require mageb2b/staff-sample-data:* mageb2b/staff-quote-sample-data:*
php bin/magento module:enable MageB2B_StaffSampleData MageB2B_StaffQuoteSampleData
php bin/magento setup:upgrade
php bin/magento cache:flush
Verify the quote fixture set with:
php bin/magento sampledata:verify:staff-quote
Then open Staff > Staff Quotes and check that each quote resolves to an existing representative, assigned customer and product.
Reset the quote fixtures
php bin/magento sampledata:reset:staff-quote
The reset command removes fixture quote items, attachments, history, quotes and fixture products, and clears the data-patch entry so the package can be installed again. It is destructive by design. Snapshot the database before using it and never treat it as a production cleanup command.
Reset quote fixtures before resetting the base Staff fixtures so their customer and representative dependencies still exist while quote cleanup runs.
Related: Quote Management and Staff Sample Data.