Skip to main content

Barcode of Assets Software

Newly developed Desktop & Web base Asset Module for Valet Transport Company.

Comments

  1. This is Assets Inventory Software with Web control on Site Locations of a Company. with Bar Code Hand handled device.

    ReplyDelete
  2. You make it enjoyable and you still take care of to keep it sensible. I can not wait to read far more from you. This is actually a tremendous site..
    Asset Management Software
    Asset Tracking Software
    Asset Management Software India
    Asset Management Software Chennai

    ReplyDelete

Post a Comment

Popular posts from this blog

Alter Table Column MsSql

Following is the important script for database server as the table "tbl_Log" as already created. For Adding Default Value in Table ALTER TABLE YourTable ADD CONSTRAINT DF_SomeName DEFAULT N'1' FOR YourColumn ; For Increasing the Column Size ALTER TABLE YourTable ALTER COLUMN YourColumn VARCHAR (50) NOT NULL; For Add/Creating New Column ALTER TABLE PRESENTED_VOUCHER add  descrip  nvarchar(200); For Change/Modify Existing Column  ALTER TABLE PRESENTED_VOUCHER alter column  descrip  nvarchar(200);

Distribution Management Software

Inventory & Financial Management System for Distribution Business CREATE & DEFINE: Area Sale Office Customer Supplier Main Products Group Products Product Specification Chart of Account Heads Sale Office Targets MAINTAIN TRANSACTIONS & RECORDS : Sale Order Sale Invoice Sale Voucher Purchase Order Purchase Invoice Purchase Voucher Cash Received Voucher Cash Payment Voucher Bank Payment Voucher Bank Received Voucher Journal Voucher Cheque Book Record  ( Cleared & Uncleared ) REPORTS : ORDER PRINT, INVOICE PRINT, VOUCHER PRINT, INVENTORY REPORTS, ACCOUNTING REPORTS, ETC

VUE JS INSTALLATION

PROBLEM / ERROR npm WARN invalid config registry="" npm WARN invalid config Must be a full url with 'http://' npm WARN invalid config registry="" npm WARN invalid config Must be a full url with 'http://' SOLUTION / FIX I resolve this problem by running the following command on dos / command line npm config rm proxy npm config rm https-proxy