tassaf.com
Mobile App Archives - Tareq Assaf
http://tassaf.com/category/mobile-app
Category Archives: Mobile App. Change fiori launchpad URL. May 16, 2015. This is just an example for starting SAP Fiori launchpad with a theme parameter by https:/. Host domain port /fiori . Theme parameter is specified in the index.html. 1 Define external alias for Unified Shell service. Unified shell is technical name for SAP Fiori launchpad. Posting data from Cordova app to a server using jQuery. February 19, 2014. Creating the HTML5 form to post the data. Jquery.mobile-1.4.1.min.js. February 14, 2014.
tassaf.com
PHP Archives - Tareq Assaf
http://tassaf.com/category/php
QR Generator and Reader using PHP and Javascript. January 17, 2015. To generate a QR with our own text or url using php wen need to include QRGenerator.php library in our php code qr php library. Include('qr/QRGenerator.php'); $qrcode = new QRGenerator('Hello Tareq',100); / 100 is the qr size print " img src='". $qrcode- generate() ."' ". To read the QR code we can use qcode-decoder library. Upload a file on archive.org using php and curl. August 12, 2014. August 8, 2014. It is easy to use:. PHP’s SSH2 e...
tassaf.com
javascript Archives - Tareq Assaf
http://tassaf.com/category/javascript
Manage sapmTable sapui5 tables. August 18, 2015. To get the values for the selected row. Var oItem = oEvent.getParameter("listItem").getBindingContext().getObject();. QR Generator and Reader using PHP and Javascript. January 17, 2015. To generate a QR with our own text or url using php wen need to include QRGenerator.php library in our php code qr php library. To read the QR code we can use qcode-decoder library. How to reload current page without losing any form data. August 8, 2014. It is easy to use:.
tassaf.com
Creating and Deploying SAP Fiori Extension Project
http://tassaf.com/creating-sap-fiori-extension
Creating and Deploying SAP Fiori Extension Project. September 28, 2016. To create the extension project in SapWebIDE choose new extension project and follow the simple steps where you decide the system and the application you want to extend. After you do the changes you want, you need to deploy. This project to SAP System, to do that select your project and choose Deploy to ABAP Repository, then choose the system where you want to deploy your app with the package and transport request. 21 Feb, 2017.
tassaf.com
ERP Archives - Tareq Assaf
http://tassaf.com/category/erp
February 20, 2015. Chart of accounts is an index of all the accounts where the company files away its financial information. The chart of accounts is a listing of all the company’s account names and numbers where it records its financial transactions. Major types of accounts are:. Formal Definition: The properties used in the operation or investment activities of a business. Informal Definition: All the good stuff a business has (anything with value). The goodies. Includes: Owner’s Capital Invested...
tassaf.com
CSS Archives - Tareq Assaf
http://tassaf.com/category/css
How to Resize Background Images with CSS3. July 20, 2014. In CSS2.1, background images applied to a container retained their fixed dimensions. Fortunately, CSS3 introduces the. Property which allows backgrounds to be stretched or squashed. It’s ideal if you’re creating a template using Responsive Web Design techniques. There are several ways to define sizing dimensions view the CSS3 background-size demonstration page. Length measurements can be applied using. Background-size: width height;. To make a cir...
tassaf.com
Using Drupal 7 Real name module with user reference autocomplete
http://tassaf.com/using-drupal-7-real-name-module-user-reference-autocomplete
Using Drupal 7 Real name module with user reference autocomplete. July 29, 2016. To use the Real name module with the User reference autocomplete field you have to implement hook form alter and add the autocomplete path to the user reference field. Redirect Anonymous users to Login Page in Drupal 7. How to find bad a node that makes search indexing to fail in Drupal 7. SAPUI5 formatter function with two parameters. 21 Feb, 2017. Posting date to SAP via OData using SAPUI5 Datepicker. 23 Jan, 2017. Tassaf ...
tassaf.com
odoo Archives - Tareq Assaf
http://tassaf.com/category/odoo
Recover odoo password for the admin. August 26, 2015. The default username for odoo is ‘admin’. In order to change the password first access the db then run the command. Odoo@odedra: $ psql testing db. Testing db=# UPDATE res users SET password=’new password’ WHERE login = ‘admin’. SAPUI5 formatter function with two parameters. Posting date to SAP via OData using SAPUI5 Datepicker. Export drupal 7 views as excel xlsx. Creating and Deploying SAP Fiori Extension Project.
tassaf.com
Tareq Assaf - Page 2 of 5 - My Technical Blog
http://tassaf.com/page/2
Get all metadata fields for odata service. August 13, 2015. In order to get all the metadata fields for oData metadata using javascript use the getServiceMetadata(). EntityType[0] = change 0 to the index of the service path that you want. Consume SAP ODATA Service using php on linux. July 11, 2015. Run: yum install php-xml. After that check if PHP CURL and PHP XSL extensions are installed and enabled on the server. Copy the content of framework folder to /opt/odataphp. You can choose another path). Php /...
tassaf.com
SAP Fiori Archives - Tareq Assaf
http://tassaf.com/category/sap-fiori
Category Archives: SAP Fiori. Creating and Deploying SAP Fiori Extension Project. September 28, 2016. To create the extension project in SapWebIDE choose new extension project and follow the simple steps where you decide the system and the application you want to extend. After you do the changes you want, you need to deploy. If you cannot change the $TMP package then you need to apply the following sap notes: 2047506, 2046730. Extend Fiori App Using SAP Web IDE On-premise. August 30, 2015. August 18, 2015.