DJANGO FRAMEWORK BASICS

CREATING PROJECT django-admin startproject projectname eg:django-admin startproject myproject cd myproject myproject/ manage.py myproject/ init.py settings.py urls.py wsgi.py settings.py DEBUG = True for sqlite3 DATABASES = { ‘default’: { ‘ENGINE’: ‘django.db.backends.sqlite3’, ‘NAME’: os.path.join(BASE_DIR, ‘db.sqlite3’), } } for mysql DATABASES = { ‘default’: { ‘ENGINE’: ‘django.db.backends.mysql’, ‘NAME’: ‘databasename’, ‘USER’: ‘root’, ‘PASSWORD’: ”, ‘HOST’: ‘localhost’, ‘PORT’: ”, }… Continue reading DJANGO FRAMEWORK BASICS

Basic Libraries Required for Python programming:

1. Pandas: Pandas is a high-level data manipulation tool developed by Wes McKinney. It is built on the Numpy package and its key data structure is called the DataFrame. DataFrames allow you to store and manipulate tabular data in rows of observations and columns of variables. 2.Numpy NumPy is the fundamental package for scientific computing… Continue reading Basic Libraries Required for Python programming:

Assigning Multiple subsidiaries to a Vendor using suiteScript – Bulk upload

We cannot change the primary subsidiary of the vendor once the transactions are posted. But we can assign a number of secondary subsidiaries at any time after the vendor is created We can manually assign the same by editing vendor records.But for bulk changing it is not possible to edit and save each record.For that… Continue reading Assigning Multiple subsidiaries to a Vendor using suiteScript – Bulk upload

Bank data import

Bank data can be import both manually as well as automatically in Netsuite.

Leaver or Inactive Employee as Netsuite Administrator

#CasesThe Company needs to inactivate an employee.(Most of the Organization does not delete their employee records, they need to keep it as well but she/he not in active employee now) Reason –When an Employee in the organization leaves company –When request to inactive an employee for the Professional reasons –When an employee already was a… Continue reading Leaver or Inactive Employee as Netsuite Administrator

Role is Missing from Role Page

#Cases Related Administrator just added a new role for a specific user. User does not see the role under View All Roles page. The user’s custom role is missing from the Choose Role Page. Newly Added Role does not Appear in the Choose Role Page of the Sandbox/Production Account Custom Role is Missing from the Choose Role Page Netsuite user to only be used for… Continue reading Role is Missing from Role Page

Enabling Generate Accruals in Item Record

Generate accruals enable functionality that can be found under the preference tab of the Non-Inventory Item. Enabling the Generate accruals automatically generate and post an accrual to General Ledger. If the Generate accruals functionality is enabling after going live then only Item Receipt from a newly created Purchase Order will show the rates. Make Copy… Continue reading Enabling Generate Accruals in Item Record

Bar Codes and QR Codes in Advanced PDF Template

We can add/Customize barcodes and QR Codes in advanced PDF Templates. Which requires a basic understanding of HTML and CSS. We can add any kind of that are available in Template into Barcodes. means, We can add header level fields and also Line level fields by applying some logic on the Template code. Here is… Continue reading Bar Codes and QR Codes in Advanced PDF Template

Error in FAM suiteapp

Netsuite FAM suiteapp provide automated management of fixed assets acquisition, depreciation, revaluation, deletion etc.