[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.2

version 1.1, 2011/03/22 02:36:23 version 1.2, 2011/04/19 04:18:13
Line 29 
Line 29 
          "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 53 
             "zip" : "11111"              "zip" : "11111"
          },           },
       },        },
       "jdoeinc" : {        {  "id": "jdoeinc",
          "base_rate" : "300",           "base_rate" : "300",
          "day" : "3",           "day" : "3",
          "per" : "week",           "per" : "week",
Line 81 
Line 73 
             "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.2

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