Page 1 of 1

Note Date

PostPosted: Fri Jul 13, 2018 6:35 pm
by SBarnes
Hi Mike,

Is there a reason that JiwaFinancials.Jiwa.JiwaServiceModel.Notes.Note doesn't carry the date of the note?

The class definition generated by ServiceStack is

Code: Select all
    public partial class Note
    {
        public virtual string NoteID { get; set; }
        public virtual NoteType NoteType { get; set; }
        public virtual int? LineNo { get; set; }
        public virtual string LastModifiedByStaffID { get; set; }
        public virtual string LastModifiedByStaffUsername { get; set; }
        public virtual string LastModifiedByStaffTitle { get; set; }
        public virtual string LastModifiedByStaffFirstName { get; set; }
        public virtual string LastModifiedByStaffSurname { get; set; }
        public virtual string NoteText { get; set; }
    }

Re: Note Date

PostPosted: Mon Jul 16, 2018 10:45 am
by Mike.Sheen
Hi Stuart,

We don't have a note date in any of our notes - just the LastSavedDateTime which is set to the Jiwa system date when a note is created or modified.

IN_Notes.PNG

Inventory_Notes.PNG
Inventory_Notes.PNG (74.85 KiB) Viewed 3718 times


Mike

Re: Note Date

PostPosted: Mon Jul 16, 2018 11:56 am
by SBarnes
Hi Mike,

But that date is not handed through by the API ??

Maybe I should be clearer I need a list of the notes in order by most recent first.

Re: Note Date  Topic is solved

PostPosted: Mon Jul 16, 2018 1:16 pm
by Mike.Sheen
Hi Stuart,

I glanced at that class and assumed LastSavedDateTime was a property there - didn't realise it was missing!

I've logged this as DEV-6761 - fixed in 07.01.08.00.

Mike

Re: Note Date

PostPosted: Mon Jul 16, 2018 7:15 pm
by SBarnes
Thanks.

Is the production release that far off now?

Re: Note Date

PostPosted: Mon Jul 16, 2018 10:39 pm
by Mike.Sheen
SBarnes wrote:Is the production release that far off now?


We've run through regression testing on 07.01.07.00 and came up with 14 issues, those will be fixed tomorrow or Wednesday - then we build, verify changes work as expected and if no issues run through regression testing again - at best it'll be the end of this week, but most likely sometime next week.

Mike