PHPackages                             ecinternet/sage300account - 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. ecinternet/sage300account

ActiveMagento2-module

ecinternet/sage300account
=========================

EC Internet Sage 300 Account

2.4.8.x-dev(2mo ago)0308↑150%OSL-3.0PHP

Since Jan 16Pushed 2mo ago10 watchersCompare

[ Source](https://github.com/ECBrands/ECInternet_Sage300Account)[ Packagist](https://packagist.org/packages/ecinternet/sage300account)[ RSS](/packages/ecinternet-sage300account/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Magento2 Module ECInternet\_Sage300Account
==========================================

[](#magento2-module-ecinternet_sage300account)

`ecinternet_sage300account - 1.6.9.0`

- [Requirements](#requirements-header)
- [Overview](#overview-header)
- [Installation](#installation-header)
- [Configuration](#configuration-header)
- [Design Modifications](#design-modifications-header)
- [Specifications](#specifications-header)
- [Attributes](#attributes-header)
- [Notes](#notes-header)
- [Version History](#version-history-header)

Requirements
------------

[](#requirements)

Overview
--------

[](#overview)

Sage300Account module adds Sage invoice and order history information to the Magento 2 backend for viewing historical invoices and orders.

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

[](#installation)

- Unzip the zip file in `app/code/ECInternet`
- Enable the module by running `php bin/magento module:enable ECInternet_Sage300Account`
- Apply database updates by running `php bin/magento setup:upgrade`
- Recompile code by running `php bin/magento setup:di:compile`
- Flush the cache by running `php bin/magento cache:flush`

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

[](#configuration)

Specifications
--------------

[](#specifications)

### Data Changes

[](#data-changes)

#### order

[](#order)

- `is_invoice_payment`
- `uom`

#### order\_item

[](#order_item)

- `invoice_docnumber`

#### sales\_order\_status

[](#sales_order_status)

- `invoice_payment_complete`

#### quote\_item

[](#quote_item)

- `invoice_docnumber`
- `uom`

Attributes
----------

[](#attributes)

#### Product

[](#product)

- `uom`

Features
--------

[](#features)

Notes
-----

[](#notes)

- Adding an invoice payment to the cart will empty the existing cart.
- Leaving checkout with an invoice payment in your cart will also cause the Customer's cart to be emptied.

### Reorder Custom Products - Product Collection Query

[](#reorder-custom-products---product-collection-query)

```
SELECT
	cpe.`entity_id`
	,cpe.`sku`
	,csi.`qty_increments`
	,oeshdt.`is_active`
	,oeshdt.`CUSTOMER`
	,oeshdt.`SHIPDATE`
FROM
	catalog_product_entity cpe

LEFT OUTER JOIN
	cataloginventory_stock_item csi
ON
	cpe.`entity_id` = csi.`product_id`

LEFT OUTER JOIN
	ecinternet_sage300account_oeshdt oeshdt
ON
	cpe.`sku` = oeshdt.`ITEM`

WHERE
	csi.`product_id` IS NOT NULL
	AND csi.`qty_increments` > 0
	AND oeshdt.`ITEM` IS NOT NULL

ORDER BY
	oeshdt.`CUSTOMER`, cpe.`sku`

```

#### Reorder Custom Products - Requests

[](#reorder-custom-products---requests)

- Add 'uom'
- Add "Last purchased date"
- Add +/- to quantity box

#### Reorder Custom Products - Issues

[](#reorder-custom-products---issues)

- Requesting quantity which does not exist redirects user to product page. We want to block this because these products will have visiliby = 1 so product isn't viewable.

Known Issues
------------

[](#known-issues)

Version History
---------------

[](#version-history)

- 1.6.9.0 - Customer Account sidenav display now respect store id.
- 1.6.4.0 - Fix calculation of open invoice amount. Fix calculation of extended price amount for invoice line items.

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance93

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~7 days

Total

3

Last Release

60d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d8771716646f1e0ba824e5cf8f093313dc02bc217618aa825d7bdc719873aa6a?d=identicon)[ecinternet](/maintainers/ecinternet)

---

Top Contributors

[![ecin1resp1](https://avatars.githubusercontent.com/u/1794260?v=4)](https://github.com/ecin1resp1 "ecin1resp1 (1 commits)")[![resplin](https://avatars.githubusercontent.com/u/766750?v=4)](https://github.com/resplin "resplin (1 commits)")

### Embed Badge

![Health badge](/badges/ecinternet-sage300account/health.svg)

```
[![Health](https://phpackages.com/badges/ecinternet-sage300account/health.svg)](https://phpackages.com/packages/ecinternet-sage300account)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
