Surya: st type insert y4
This commit is contained in:
parent
c7c9ecc7b6
commit
17a2157483
@ -169,7 +169,7 @@ Pro42Data.forEach((Pro42Datavalue, key)=>{
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
// exports.printAll = () => {
|
// exports.printAll = () => {
|
||||||
|
|
||||||
// .then(() => {
|
// .then(() => {
|
||||||
@ -392,7 +392,6 @@ exports.test = (req, res) => {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
=======
|
|
||||||
exports.testwo = async (req, res) => {
|
exports.testwo = async (req, res) => {
|
||||||
console.log( "testtwo")
|
console.log( "testtwo")
|
||||||
req_obj ={"losid":"TEST123"}
|
req_obj ={"losid":"TEST123"}
|
||||||
@ -407,6 +406,6 @@ function testhree(req , res) {
|
|||||||
console.log( req.losid)
|
console.log( req.losid)
|
||||||
res.send({'status':200,'message':"success"});
|
res.send({'status':200,'message':"success"});
|
||||||
}
|
}
|
||||||
>>>>>>> face92357d074e92248fc160a42396b716d3f7b5
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -8,8 +8,8 @@ module.exports = app => {
|
|||||||
var router = require("express").Router();
|
var router = require("express").Router();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
router.get("/ConsolidatedSummary", financials.ConsolidatedSummary);
|
|
||||||
/**
|
/**
|
||||||
* @swagger
|
* @swagger
|
||||||
* /api/FinantialsSummary:
|
* /api/FinantialsSummary:
|
||||||
@ -180,10 +180,6 @@ module.exports = app => {
|
|||||||
* type: integer
|
* type: integer
|
||||||
* description: statement type
|
* description: statement type
|
||||||
* example: 2
|
* example: 2
|
||||||
* additional_year_type:
|
|
||||||
* type: integer
|
|
||||||
* description: additional year type(1=Quarterly , 2=Halfyearly , 3=Full)
|
|
||||||
* example: 3
|
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* @swagger
|
* @swagger
|
||||||
@ -818,6 +814,7 @@ module.exports = app => {
|
|||||||
* description: success
|
* description: success
|
||||||
*/
|
*/
|
||||||
router.get("/Historyapi", master.Historyapi);
|
router.get("/Historyapi", master.Historyapi);
|
||||||
|
|
||||||
// router.get("/printAll", test.printAll);
|
// router.get("/printAll", test.printAll);
|
||||||
router.get("/test", test.test);
|
router.get("/test", test.test);
|
||||||
router.get("/test1", test.test1);
|
router.get("/test1", test.test1);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user