This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const config = require('config.json'); | |
const jwt = require('jsonwebtoken'); | |
const bcrypt = require('bcryptjs'); | |
const db = require('../_helpers/db'); | |
const crudService = require('../crud/crud.service'); | |
module.exports = { | |
authenticate, | |
getAll, | |
create, |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
date total_rev total_vol | |
2010-01-04 10522971.505700000 4163635640 | |
2010-01-05 11044922.058700000 5161067104 | |
2010-01-06 11112404.56320000 4889434085 | |
2010-01-07 11280652.993700000 5317840019 | |
2010-01-08 11701905.782100000 4511649556 | |
2010-01-11 11871185.55160000 4504713590 | |
2010-01-12 11197062.082500000 5154873200 | |
2010-01-13 11079500.817800000 4638508100 | |
2010-01-14 11264235.055400000 4525011320 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme Name: Pricerr Child | |
Description: | |
Author: Musziq | |
Template: PricerrTheme | |
*/ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme Name: Pricerr Child | |
Description: | |
Author: Musziq | |
Template: PricerrTheme | |
*/ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#content[class=pc_edit_job] #form-cont>form #img_upload_list .icon-help | |
{ | |
top: -50px !important; | |
position: relative !important; | |
right: 119px !important; | |
width: 18px !important; | |
height: 18px !important; | |
float: right !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme Name: Pricerr Child | |
Description: | |
Author: Musziq | |
Template: PricerrTheme | |
*/ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Task : Edit Service Form (Auth ::: Shailesh Kr. Dwivedi)*/ | |
#content[class=pc_edit_job] #form-cont>form #f_job_title .icon-help, | |
#content[class=pc_edit_job] #form-cont>form #pc-select-cat-cont .icon-help, | |
#content[class=pc_edit_job] #form-cont>form #f_job_description .icon-help, | |
#content[class=pc_edit_job] #form-cont>form #pc-select-loc-cont .icon-help, | |
#content[class=pc_edit_job] #form-cont>form #v_tags_input .icon-help, | |
#content[class=pc_edit_job] #form-cont>form #pc_select_del_type .icon-help, | |
#content[class=pc_edit_job] #form-cont>form #max_delivery .icon-help, |