summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-12Disable link to tasks packageLester Caine1-1/+1
2011-07-12Move geo tools to contact ( isolate later )Lester Caine1-3/+10
2011-07-12Name clash in windows ( two files with same lower case name )Lester Caine ext:(%22)1-29/+0
2011-07-12Fold getElementById into an array scan to allow expansionLester Caine ext:(%22)1-8/+4
2011-07-07Add xref value format"Lester Caine ext:(%22)1-0/+37
2011-07-07Move templates to their own selectable file so that add function can be ↵"Lester Caine ext:(%22)9-215/+92
built selectably. Add_xref has been rebuilt to allow the correct template to display as a different format is selected.
2011-07-07Move xref field templates to their own sub files"Lester Caine ext:(%22)9-0/+153
2011-07-07Drop separate address tab, use xref item"Lester Caine ext:(%22)1-6/+0
2011-07-05Allow manual address entry, uses the data field for the hand typed address"Lester Caine ext:(%22)1-6/+13
2011-07-04Add direct link for creating new address entries"Lester Caine ext:(%22)3-0/+147
2011-06-29Process eztra keynumber field, and create title field from domestic customer ↵"Lester Caine ext:(%22)1-27/+7
data. Strip unused code
2011-06-29Add keynumber field"Lester Caine ext:(%22)1-0/+7
2011-06-29Missing closing quote"Lester Caine ext:(%22)1-1/+1
2011-03-10Allow xref field to be used for tagging by not using values below '100' to ↵Lester Caine1-1/+1
create an active link
2011-03-10Add template for phone number/name xref recordsLester Caine2-0/+147
2011-03-10Add simple text xref templates. xref_ext entry can handle up to 250 ↵Lester Caine2-0/+127
character strings
2011-03-10Correct to view classLester Caine2-2/+2
2011-03-10Templates for geographic coordinate locationsLester Caine2-0/+163
2011-03-10Open new window with map linksLester Caine1-4/+4
2011-03-10Swap x and y so they are lng and lat not lat and lngLester Caine3-11/+11
2011-03-10Add field for template type to CONTACT_XREF_SOURCE tableLester Caine1-0/+1
When loading view_xref and edit_xref are called the alternate *_xref_(template).tpl will be used
2011-03-10Add xref type specific templates in parallal with the xref generic view and ↵Lester Caine10-8/+436
edit functions Template field has been added to CONTACT_XREF_SOURCE table.
2011-03-10Add Contract number list viewsLester Caine5-1/+134
Still needs to be made selectable from the open view
2011-03-10Omit map/navigate entries from address details for edit viewLester Caine1-1/+1
2011-03-10List all addresses in Address tabLester Caine1-1/+3
2011-03-10Move address xref records to their own list and display them below the ↵Lester Caine4-30/+80
property address Still need to add a switch to disable navigation links where not needed - or hide them in a pop-up
2011-02-03ORS link for route planningLester Caine1-0/+3
2011-01-13Break seal processing tidy up. This should be part of callout process, but ↵Lester Caine3-12/+31
in case of accidental break a manual re-seal is still required.
2010-12-16Remove debugLester Caine1-1/+0
2010-12-16Move Break seal handling to it's one set of pagesLester Caine3-1/+97
See notes on seal handling in the help files Still need to complete
2010-12-16Add manual location information to fine tune map selectionLester Caine3-6/+14
#L xref entry provides Latitude and Longditude in it's xkey and xkey_ext entries
2010-12-09Add push pin for postcode on Multimap and Googlemaps so that directions to worksLester Caine2-8/+8
2010-12-08Replace address lookup with access to 'address' package generic database.Lester Caine3-30/+50
This adds map location data to the address and links to OSM, multimap and googlemap
2010-12-08Use base liberty_content `title` as the free format name fieldLester Caine1-4/+3
Allow historic records to be managed for single item xref records
2010-12-08Move personal data tems to their own sub-template. These will actually be ↵Lester Caine2-25/+27
replaced by xref entries later.
2010-12-08New template for client data list - needs expanding to include more dataLester Caine1-0/+24
2010-12-08Display xref client lists on the relevent supplier contact recordLester Caine2-1/+45
2010-12-08Add basic xref crosslink ... this should have been included originallyLester Caine2-2/+6
2010-12-08Refresh cached data after database updateLester Caine1-1/+4
2010-12-08Ensure related content item is loaded when accessing a sub-recordLester Caine2-7/+10
2010-12-08Increment xorder where multiple source items are allowedLester Caine1-2/+8
xorder number may not equal the number displayed as historic records are also numbered but not displayed
2010-12-08Add switch for single/multiple xref source selectionLester Caine2-1/+3
When xorder = 0 only one record of that type is allowed, '1' can then have additional records numbered up from that.
2010-11-28loader function for mbox email filesLester Caine1-0/+204
currently stores comments in a single contact tree, but it is intended that the email address will be extracted and emails will be stored filed against each contact record This is almost functional but involves some database hand tidying as well
2010-11-28Initial pass at working with emails imported into comments structureLester Caine1-0/+79
2010-11-28Add files for handling mbox email decoding so that email history can be importedLester Caine10-0/+4828
2010-11-28Contact title is generated depending on contact typeLester Caine1-9/+9
Parts of a persons name are managed internally isCommentable needs a little work since comments are used as the notes list for a contact Contact address is being used directly, but needs to move to xref item so that multiple addresses can be handled
2010-11-28asort complains sometimes. Need to establish whyLester Caine1-1/+1
2010-11-28Setting 'format guid' to text overrides the html editor when only simple ↵Lester Caine1-0/+1
text notes boxes are required.
2010-11-28Phantom change ... nothing actually appliedLester Caine1-1/+1
2010-11-28Lookup related tasks dataLester Caine1-10/+18
See tasks package for more details