Advertisement
fadlyshafa

Untitled

Sep 18th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.86 KB | None | 0 0
  1. $dla['_entityName'] = 'OrderLine';
  2.                     $dla['active'] = true;
  3.                     $dla['client'] = 'D089DFFA729F4A22816BD8838AB0813C';
  4.                     $dla['lineNo'] = $e+1;
  5.                     $dla['salesOrder'] = $headerId;
  6.                     $dla['warehouse'] = $warehouse;
  7.                     $dla['orderDate'] = $tanggal;
  8.                     $dla['scheduledDeliveryDate'] = $tanggal;
  9.                     $dla['uOM'] = $uom;
  10.                     $dla['orderedQuantity'] = (float)$dl->Qty;
  11.                     $dla['currency'] = "303";
  12.                     $dla['product'] = $product_id;
  13.                     $dla['lineNetAmount'] = (float)$dl->Price;
  14.                     $dla['listPrice'] = (float)$dl->netto;
  15.                     $dla['unitPrice'] = $dl->netto - $dl->Diskon;
  16.                     $dla['discount'] = (float)$diskonn;
  17.                     $dla['businessPartner'] = $business_partner;
  18.                     $dla['partnerAddress'] = $partner_address;
  19.                     $dla['tax'] = '7E73ACC353DE435A9501C93EDE94F59E';
  20.                     $dla['organization'] = $organization;
  21.                     $dla['description'] = $dl->SaleNum;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement