[BACK]Return to rt_invoice.conf.sample CVS log [TXT][DIR] Up to [local] / RT / Invoicing

Diff for /RT/Invoicing/rt_invoice.conf.sample between version 1.1 and 1.3

version 1.1, 2011/03/22 02:36:23 version 1.3, 2011/12/30 03:20:45
Line 20 
Line 20 
       "Create a new ticket rt@example.com"        "Create a new ticket rt@example.com"
    ],     ],
    "default" : {     "default" : {
         "net" : "30",
       "hours" : {        "hours" : {
          "default" : "1"           "default" : "1"
       },        },
Line 29 
Line 30 
          "Normal" : "100"           "Normal" : "100"
       }        }
    },     },
    "customers" : {     "customers" : [
       "andrew" : {        {  "id": "jsmithllc",
          "match" : [  
             {  
                "type" : "requestors",  
                "regex" : "andrew@afresh1.com"  
             }  
          ],  
       },  
       "jsmithllc" : {  
          "base_rate" : "100",           "base_rate" : "100",
          "per" : "month",           "per" : "month",
          "frequency" : "3",           "frequency" : "3",
Line 61 
Line 54 
             "zip" : "11111"              "zip" : "11111"
          },           },
       },        },
       "jdoeinc" : {        {  "id": "jdoeinc",
          "base_rate" : "300",           "base_rate" : "300",
          "day" : "3",           "day" : "3",
          "per" : "week",           "per" : "week",
Line 81 
Line 74 
             "state" : "America",              "state" : "America",
             "zip" : "11111"              "zip" : "11111"
          },           },
         },
         {  "id": "andrew",
            "match" : [
               {
                  "type" : "requestors",
                  "regex" : "andrew@afresh1.com"
               }
            ],
       }        }
    }     ]
 }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>