=================================================================== RCS file: /cvs/RT/Invoicing/rt_invoice.conf.sample,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- RT/Invoicing/rt_invoice.conf.sample 2011/03/22 02:36:23 1.1 +++ RT/Invoicing/rt_invoice.conf.sample 2011/04/19 04:18:13 1.2 @@ -29,16 +29,8 @@ "Normal" : "100" } }, - "customers" : { - "andrew" : { - "match" : [ - { - "type" : "requestors", - "regex" : "andrew@afresh1.com" - } - ], - }, - "jsmithllc" : { + "customers" : [ + { "id": "jsmithllc", "base_rate" : "100", "per" : "month", "frequency" : "3", @@ -61,7 +53,7 @@ "zip" : "11111" }, }, - "jdoeinc" : { + { "id": "jdoeinc", "base_rate" : "300", "day" : "3", "per" : "week", @@ -81,6 +73,14 @@ "state" : "America", "zip" : "11111" }, + }, + { "id": "andrew", + "match" : [ + { + "type" : "requestors", + "regex" : "andrew@afresh1.com" + } + ], } - } + ] }