well thats what throw me -
I have a cash table - that has to be seperate otherwise my table is getting bigger than it should - and i already need to trim this down as I have deviated from normlisation -(I know- but I have already tided this up as part of my end excercise so its just a polishing excercise) and my settled system uses the main table to-I had very little duplication (only PK and FK)
the cash then tied to the invoice and worked hunky dorie -
however part payments caused chaos -
the solution of a middle table between them with due and how much had been paid -seems a deviation from the norm - but as its accounts -then anything is possible -
next question would be do I use append when invociing or .add (?)
I have a cash table - that has to be seperate otherwise my table is getting bigger than it should - and i already need to trim this down as I have deviated from normlisation -(I know- but I have already tided this up as part of my end excercise so its just a polishing excercise) and my settled system uses the main table to-I had very little duplication (only PK and FK)
the cash then tied to the invoice and worked hunky dorie -
however part payments caused chaos -
the solution of a middle table between them with due and how much had been paid -seems a deviation from the norm - but as its accounts -then anything is possible -
next question would be do I use append when invociing or .add (?)