rd67

Single Category All Expenses Between Two Dates

Jan 14th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.90 KB | None | 0 0
  1. {
  2.   "success": "1",
  3.   "msg": "Category All Expenses",
  4.   "expenses": [
  5.     {
  6.       "id": 15,
  7.       "vendor_id": 0,
  8.       "expense_name": "Tax",
  9.       "amount": "200",
  10.       "image": "",
  11.       "image_url": "",
  12.       "dt": "2017-01-12 1:08:08",
  13.       "dt_formated": "12-Jan-2017 06:38 AM"
  14.     },
  15.     {
  16.       "id": 16,
  17.       "vendor_id": 0,
  18.       "expense_name": "Tax",
  19.       "amount": "200",
  20.       "image": "",
  21.       "image_url": "",
  22.       "dt": "2017-01-10 1:08:08",
  23.       "dt_formated": "10-Jan-2017 06:38 AM"
  24.     }
  25.   ],
  26.   "graph_expense": [
  27.     {
  28.       "month_id": 1,
  29.       "short_name": "Jan",
  30.       "long_name": "January",
  31.       "amount": 400
  32.     },
  33.     {
  34.       "month_id": 2,
  35.       "short_name": "Feb",
  36.       "long_name": "February",
  37.       "amount": 0
  38.     },
  39.     {
  40.       "month_id": 3,
  41.       "short_name": "Mar",
  42.       "long_name": "March",
  43.       "amount": 0
  44.     },
  45.     {
  46.       "month_id": 4,
  47.       "short_name": "Apr",
  48.       "long_name": "April",
  49.       "amount": 0
  50.     },
  51.     {
  52.       "month_id": 5,
  53.       "short_name": "May",
  54.       "long_name": "May",
  55.       "amount": 0
  56.     },
  57.     {
  58.       "month_id": 6,
  59.       "short_name": "Jun",
  60.       "long_name": "June",
  61.       "amount": 0
  62.     },
  63.     {
  64.       "month_id": 7,
  65.       "short_name": "Jul",
  66.       "long_name": "July",
  67.       "amount": 0
  68.     },
  69.     {
  70.       "month_id": 8,
  71.       "short_name": "Aug",
  72.       "long_name": "August",
  73.       "amount": 0
  74.     },
  75.     {
  76.       "month_id": 9,
  77.       "short_name": "Sep",
  78.       "long_name": "September",
  79.       "amount": 0
  80.     },
  81.     {
  82.       "month_id": 10,
  83.       "short_name": "Oct",
  84.       "long_name": "October",
  85.       "amount": 0
  86.     },
  87.     {
  88.       "month_id": 11,
  89.       "short_name": "Nov",
  90.       "long_name": "November",
  91.       "amount": 0
  92.     },
  93.     {
  94.       "month_id": 12,
  95.       "short_name": "Dec",
  96.       "long_name": "December",
  97.       "amount": 0
  98.     }
  99.   ]
  100. }
Add Comment
Please, Sign In to add comment