Hi All, Yesterday I committed two modifications into my repository for 1.3.41.
I have an old, sql-ledger fork from www.tavugyvitel.hu and its date input field makes date entry very quick. It works like this: I enter 0815 to the date field and press TAB to move the next input. A small javascript changes this string to a valid date, for my case to 2014-08-15 With big help from Erik (ehu) on the irc channel, I succeed to integrate it into my 1.3.41 version and I commit to my github fork. At this moment this works on offer/order/invoice date fields. I searched and modified all class="date" input fields, but there are a lot of other date field where this class does not exist, so, I have to scan all the source to find and extend all date fields. So, who is interesting about this modification, here are the two commits: https://github.com/pongraczi/LedgerSMB/compare/ledgersmb:1.3...1.3 (DateInpurt part1 and part2) [5be5576 3e1772d -> https://github.com/pongraczi/LedgerSMB/commit/5be5576a66f32ec436a7b70d0ef84d61b2b2917c] Cheers, István
------------------------------------------------------------------------------
_______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
