Subversion Repositories SmartDukaan

Rev

Rev 19988 | Rev 23318 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19988 Rev 23313
Line 159... Line 159...
159
        success : function(response) {
159
        success : function(response) {
160
            $('#' + domId).html(response);
160
            $('#' + domId).html(response);
161
        }
161
        }
162
    });  
162
    });  
163
}
163
}
-
 
164
function loadTaxRateDiv(domId){
-
 
165
let response = '<p style="font-size: 14px;">Upload Tax Rate:</p>
-
 
166
		<form id="uploadTaxSheet" name="fileUpload" action="" enctype="multipart/form-data" method="post">\
-
 
167
			<label for="filePath" style="font-size: 14px;">Path : </label>\
-
 
168
			<input type="file" name="file" id="file">\
-
 
169
			<input type="submit" value="Upload" name="upload">\
-
 
170
        </form>'
-
 
171
<hr/>'
-
 
172
$('#' + domId).html(response);
-
 
173
}
164
</script>
174
</script>
165
<style>
175
<style>
166
	#content{
176
	#content{
167
	margin-top:20px;
177
	margin-top:20px;
168
	}
178
	}
Line 208... Line 218...
208
<a target="_blank" href="http://173.255.253.139/profitmandi-template.xls">Download Profitmandi Template</a>
218
<a target="_blank" href="http://173.255.253.139/profitmandi-template.xls">Download Profitmandi Template</a>
209
<br>
219
<br>
210
<br>
220
<br>
211
<a href="#" class="add-items-dtr">Add items to profitmandi</a>
221
<a href="#" class="add-items-dtr">Add items to profitmandi</a>
212
<hr>
222
<hr>
-
 
223
<a target="_blank" href="http://173.255.253.139/bulk-tax-add-template.xls">Download Tax Rate Template</a>
-
 
224
<br>
-
 
225
<br>
-
 
226
<a href="#" class="upload-tax-rate">Upload Tax Rate</a>
-
 
227
<hr>
213
</div>
228
</div>
214
<div id="content">
229
<div id="content">
215
</div>
230
</div>
216
</body>
231
</body>
217
</html>
232
</html>
218
233