PHPackages                             tourze/purchase-manage-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. tourze/purchase-manage-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

tourze/purchase-manage-bundle
=============================

Symfony Bundle for purchase management with order management, approval workflow and delivery tracking

0.0.1(5mo ago)00MITPHPCI passing

Since Nov 14Pushed 4mo agoCompare

[ Source](https://github.com/tourze/purchase-manage-bundle)[ Packagist](https://packagist.org/packages/tourze/purchase-manage-bundle)[ RSS](/packages/tourze-purchase-manage-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (44)Versions (2)Used By (0)

Purchase Manage Bundle
======================

[](#purchase-manage-bundle)

[English](README.md) | [中文](README.zh-CN.md)

A comprehensive Symfony bundle for purchase management that provides order management, approval workflow, and delivery tracking capabilities.

Features
--------

[](#features)

- **Purchase Order Management**: Create, update, and track purchase orders with unique order numbers
- **Supplier Integration**: Seamless integration with supplier management
- **Approval Workflow**: Built-in approval process for purchase orders
- **Delivery Tracking**: Track purchase deliveries and receipt confirmations
- **EasyAdmin Integration**: Ready-to-use admin interface with EasyAdmin
- **Audit Trail**: Complete audit trail with user tracking and IP logging
- **Workflow Support**: Symfony Workflow integration for complex approval processes

Installation
------------

[](#installation)

```
composer require tourze/purchase-manage-bundle
```

Configuration
-------------

[](#configuration)

Register the bundle in your `config/bundles.php`:

```
return [
    // ...
    Tourze\PurchaseManageBundle\PurchaseManageBundle::class => ['all' => true],
];
```

Dependencies
------------

[](#dependencies)

This bundle requires the following bundles:

- `DoctrineBundle`
- `ProductCoreBundle`
- `SupplierManageBundle`
- `EasyAdminMenuBundle`

Usage
-----

[](#usage)

### Basic Purchase Order Creation

[](#basic-purchase-order-creation)

```
