Preview: Repairer – Repair Shop Management System With Point Of Sale 3.5
Repairer – Repair/Workshop Management System is carefully developed for easy management of any type of repairshop/workshop. It’s actually an innovative, simple and powerful management tool, designed and developed for you. It’s just your trusty employee. It’s a web based system where you can manage reparations, clients, inventory, purchases etc.
Now it comes with a Point of Sale System
Table of Contents
Demo
URL: demo.otsglobal.org/rms_pos
Email: [email protected]
Password: password
Quick Installation Guide
Download .zip package
Upload it to your server
Extract the package
Run the uploaded url via browser (EXAMPLE.COM/RMS/INSTALL). Here you have to provide the settings for RMS:
- Hostname : database host name / IP
- Database Name : create a mysql database for RMS on your host and write that name here
- Database username : username of the created database (if applicable)
- Database password : password of the created database
Backend – Admin:
- Point Of Sale
- Dashboard (graphical report)
- General settings (system customization)
- Client management
- Reparation management
- Inventory Management
- Purchases Management
- Taxes, Models, Categories etc.
- Graphical Reports ( Stock & Finance )
- Sales Reports
- Drawer Reports
- Report table export to XLS & PDF
Frontend:
- Reparation Status
- Login
Notification/ Alert System
Notify clients with their reparation status via E-Mail or SMS
Documentation
Want to know more about Repairer? Please read our Documentation
How to Update? </2>
Change Log 3.2 to 3.5
- Download v3.5
- Take Database & Files Backup.
- Extract 3.5 files in place of 3.2
- Copy application/config/database.php from 3.2 backup to 3.5
- Copy application/config/config.php from 3.2 backup to 3.5
- Copy assets/uploads from 3.2 to 3.5
- Run the Update35.sql in PhpMyAdmin. Download here: otsglobal.org/cc_updates/rms_pos/Update35.sql
Change Log 3.1 to 3.2
- Bugs Fixed
- added PHP Mailer
- Download v3.2
- Take Database & Files Backup.
- Extract 3.2 files in place of 3.1
- Copy application/config/database.php from 3.1 backup to 3.2
- Copy application/config/config.php from 3.1 backup to 3.2
- Copy assets/uploads from 3.1 to 3.2
- Run the following sql in PhpMyAdmin.
ALTER TABLE `settings` ADD `smtp_crypto` VARCHAR(100) NOT NULL AFTER `smtp_port`;
ALTER TABLE `settings` ADD `enable_overselling` BOOLEAN NOT NULL AFTER `invoice_email_text`;
ALTER TABLE `settings` ADD `sms_caller_id` VARCHAR(255) NOT NULL AFTER `enable_overselling`;
UPDATE `settings` SET `version` = '3.2' WHERE `settings`.`id` = 1;
Change Log 3.1 to 3.2
- Bugs Fixed
- Download v3.1
- Take Database & Files Backup.
- Extract 3.1 files in place of 3.0
- Copy application/config/database.php from 3.0 backup to 3.1
- Copy application/config/config.php from 3.0 backup to 3.1
- Copy assets/uploads from 3.0 to 3.1
- Run the following sql in PhpMyAdmin.
ALTER TABLE `inventory` CHANGE `model_id` `model_id` INT(11) NULL, CHANGE `model_name` `model_name` VARCHAR(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL;
ALTER TABLE `clients` ADD `where_you_hear_about_us` VARCHAR(250) NOT NULL AFTER `image`;
ALTER TABLE `settings` ADD `sale_email_text` TEXT NOT NULL AFTER `default_http_api`;
ALTER TABLE `settings` ADD `email_footer` TEXT NOT NULL AFTER `sale_email_text`;
ALTER TABLE `settings` ADD `invoice_email_text` TEXT NOT NULL AFTER `email_footer`;
Change Log 2.2 to 3.0
- Add Image in Inventory Table
- Fix Barcode Problem in Print Barcodes Inventory
- Update Repair Statuses (Completed checkbox thing)
- Fix any calculation issue for repairs with tax
- Settings -> order & reparation -> categories: can add category but disappears after saving
- Purchases -> download pdf : rounds up numbers, 2 decimals would be needed
- editing purchases: When it was set up as ordered and I go back editing to mark it as arrived or trying to do any modifications to it its not possible
- POS Open/Close Drawer different coins in settings
- Add SMSInfo.API android Gateway
- Add Original Nexmo API
- Add Pattern/Pin Lock System
- Warranty System
- Document Sign
- Calendar Widget show repairs too
- Add Reparation ITEMS change quantity and price
- Add Reparation Payments
- Add Sales Payments.
- Remove Advance Scene
- Add Paid System
- Import/Export Systems Customers
- Forgot password email system
- Activity Log
- Add Table State Save based on users
- custom sms api function.
- Permission Lang
- And the tax is not appearing in POS invoice.
- Change status directly from table
- And Much More
- Download v3.0
- Take Database & Files Backup.
- Extract 3.0 files in place of 2.2
- Copy application/config/database.php from 2.2 backup to 3.0
- Copy application/config/config.php from 2.2 backup to 3.0
- Copy assets/uploads from 2.2 to 3.0
- Create a folder named “signs” in assets/uploads
- Run the Update30.sql in PhpMyAdmin. Download here: otsglobal.org/cc_updates/rms_pos/Update30.sql
Change Log 1.1 to 2.2
- Added composer
- Replaced phpexcel with phpSpreadsheet
- Added Reparation in Client view modal
- Added Links on Client Name And Reparation code.
- Remove Tax Rate Required Attribute
- Add Assigned To field
- Added Manufacturer field
- Added 3 Reports And Invoice Templates
- Add Barcode Generator for reparations
- Added different views for completed & pending repairs
- Add autocompletion to defect & category
- Add expected close date
- Add Imei to autofill repair details
- Add numeric codes for repairs
- And Much More
- Download v2.2
- Take Database & Files Backup.
- Extract 2.2 files in place of 1.1
- Copy application/config/database.php from 1.1 backup to 2.2
- Copy application/config/config.php from 1.1 backup to 2.2
- Copy assets/uploads from 1.1 to 2.2
- Create a folder named “backgrounds” in assets/uploads
- Run the Update.sql in PhpMyAdmin. Download here: otsglobal.org/cc_updates/rms_pos/Update 2.2.sql
Change Log 1.1
— Added Inventory Images
— Added Quick Add by Barcode in POS
— Added Categories Filter in POS
— Added Products Show with Pagination
— Bugs Removed
— Fixed Translations
— Home Page Permissions
— Added Postal Code Field for clients
— Added Parsley.JS Form Validation
— Updated Codeigniter and AdminLTE
- Download v1.1
- Backup your current rms_application files (v1.0) and export current database as sql (as pre-caution).
- Delete v1.0 rms_application files and extract v1.1 as replacement
- Restore rms_application/assets/uploads/logos & rms_application/assets/uploads/members folder from v1.0
- Restore rms_application/application/config/config.php, rms_application/application/config/database.php files from v1.0
- Go to phpMyAdmin , select your database and run the following SQL:
ALTER TABLE `settings` ADD `smtp_crypto` VARCHAR(100) NOT NULL AFTER `smtp_port`; ALTER TABLE `settings` ADD `enable_overselling` BOOLEAN NOT NULL AFTER `invoice_email_text`; ALTER TABLE `settings` ADD `sms_caller_id` VARCHAR(255) NOT NULL AFTER `enable_overselling`; UPDATE `settings` SET `version` = '3.2' WHERE `settings`.`id` = 1;
ALTER TABLE `inventory` CHANGE `model_id` `model_id` INT(11) NULL, CHANGE `model_name` `model_name` VARCHAR(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL; ALTER TABLE `clients` ADD `where_you_hear_about_us` VARCHAR(250) NOT NULL AFTER `image`; ALTER TABLE `settings` ADD `sale_email_text` TEXT NOT NULL AFTER `default_http_api`; ALTER TABLE `settings` ADD `email_footer` TEXT NOT NULL AFTER `sale_email_text`; ALTER TABLE `settings` ADD `invoice_email_text` TEXT NOT NULL AFTER `email_footer`;
ALTER TABLE `inventory` ADD `image` TEXT NOT NULL AFTER `isDeleted`;
UPDATE `inventory` SET `image`="no_image.png" WHERE 1;
ALTER TABLE `permissions` ADD `dashboard-qemail` BOOLEAN NOT NULL AFTER `categories-delete`, ADD `dashboard-qsms` BOOLEAN NOT NULL AFTER `dashboard-qemail`;
ALTER TABLE `clients` ADD `postal_code` VARCHAR(50) NOT NULL AFTER `city`;
UPDATE `settings` SET `version` = '1.1' WHERE `settings`.`id` = 1;
CREATE TABLE `pos_settings` (
`id` int(11) NOT NULL,
`products_per_page` int(11) NOT NULL,
`product_button_color` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `pos_settings` (`id`, `products_per_page`, `product_button_color`) VALUES
(1, 10, 'default');
ALTER TABLE `pos_settings`
ADD PRIMARY KEY (`id`);
ALTER TABLE `pos_settings`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
Change Log 1.1 to 1.11
— Added Translations
- Download v1.11
- Replace downloaded 1.11 application/languages folder in your server rms_folder (1.1)
- Replace downloaded 1.11 application/views/_base/foot.php in your server rms_folder (1.1)
Counter
TMDb Pro – Movie & TV Show Details Plugin For The Movie Database
Repairer – Repair Shop Management System With Point Of Sale 3.5
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Why do we use it?
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using Content here, content here, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for lorem ipsum will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
Where does it come from?
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of “de Finibus Bonorum et Malorum” (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, “Lorem ipsum dolor sit amet..”, comes from a line in section 1.10.32.
Where can I get some?
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which dont look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnt anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.
Download Repairer – Repair Shop Management System With Point Of Sale 3.5 Nulled
Download Repairer – Repair Shop Management System With Point Of Sale 3.5Note: If you are having trouble with Repairer – Repair Shop Management System With Point Of Sale 3.5 Nulled free Download, try to disable AD blocking for the site or try another Web Browser. If disabling AD blocker or change Web Browser not help to you please contact us.