Kevin
Kevin
can you send me a pull request so that I can integrate them pliz ? (or copy them here)
hi @compnew2006 , I don't understand, when you say that you already provided the files.
No response, I did what I could with the automatic translator
PASS Tests\Feature\AccountingDeliveryTest ✓ create accounting delivery with factory defaults 8.98s PASS Tests\Feature\AccountingPaymentConditionsTest ✓ create accounting payment conditions 0.07s PASS Tests\Feature\AccountingPaymentMethodTest ✓ create accounting payment method 0.06s PASS Tests\Feature\AccountingVatTest ✓ create...
```php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class UpdateStockMovesTable extends Migration { public function up() { Schema::table('stock_moves', function (Blueprint $table) { $table->decimal('x_size', 20, 8)->nullable()->after('bad_qty'); $table->decimal('y_size', 20, 8)->nullable()->after('x_size'); $table->decimal('z_size', 20, 8)->nullable()->after('y_size');...
For picture : https://github.com/SMEWebify/WebErpMesv2/issues/400



- Add Tax id to purchase line - use default tax setting