Menu

#478 Different Date Formats Sequences Stock In Out – Documents

TurboCASH5
closed
nobody
1
2015-03-05
2013-04-08
No

Different Date Formats and Date Sequences
Stock In Out – Documents
...\plug_ins\reports\systemreports\TRN_1999\TRN_906112\TRN_38
Added Stock Item Unit Size to main report
Fixed Date format
yyyy-mm-dd Deleting it from the Display format seems to work – causing some documents to display the date and time overlapping with the document number.
Changing the Expression “STOCKTRN.DDATE” Data type to Date fixes that.

Fixed Sequence order by date
Order the documents seemed to be randomly listed not in a specific date sequence.
Added order by ddate to the STOCKTRN Dataset
“Select * from docline
join dochead on docline.Wdocid = dochead.wdocid
where docline.WStockid = :Nr and dochead.ddate between :ddatefromfl and :ddatetofl
order by ddate”

Stock In / Out
...\plug_ins\reports\systemreports\TRN_1999\TRN_906112\TRN_906112
Added Stock Item Unit Size to main report
Fixed Date format
yyyy-mm-dd Deleting it from the Display format seems to work – causing some documents to display the date and time overlapping with the document number.
Changing the Expression “STOCKTRN.DDATE” Data type to Date fixes that.
Fixed Sequence order by date
“Select * from stocktrn
left join dochead on stocktrn.Wdocid = dochead.wdocid
where WStockid = :Nr and stocktrn.ddate between :ddatefromfl and :ddatetofl
order by stocktrn.ddate”

Discussion

  • Anonymous

    Anonymous - 2013-04-08

    Stock In / Out Date Formats

     

    Last edit: Anonymous 2013-04-08
  • Anonymous

    Anonymous - 2013-04-08
    • milestone: 4._In_Process --> 7._Solved
     
  • Anonymous

    Anonymous - 2015-03-05

    Rechecked - correct Fixed in Buid 600 and Build 980

     
  • Anonymous

    Anonymous - 2015-03-05
    • status: open --> closed
    • Group: 7._Solved --> TurboCASH5
     

Log in to post a comment.

MongoDB Logo MongoDB