Giter VIP home page Giter VIP logo

bots's People

Contributors

eppye avatar eppye-bots avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bots's Issues

mailbag handles xml

if editype=mailbag, messagetype=mailbag:
bots checks if file is xml and handles this.
in order to determine the right messagetype:
- bots reads usersys/grammars/xml/mailbag.py, with list 'mailbagsearch'
- mailbagsearch is a list, containing python dicts. 
- each dict consist of 'xpath', 'messagetype' and (optionally) 'content'.
- 'xpath' is a xpath-expression (using elementtree xpath functionality)
- if found and 'content' is equal to value from xpath, set messagetype. (so: 
check content of element for value)
- if found and no 'content' in dict; set messagetype. (so: check presence of 
element)

Original issue reported on code.google.com by [email protected] on 26 Jul 2010 at 9:18

"Datefrom" on select forms defaults to 1860 days (about 5 years ago); bug

datetimefrom() in viewlib.py has code
terug = datetime.datetime.today()-datetime.timedelta(1860)

It makes no sense for this to be longer ago than we have saved data
for, so I changed this to
terug = datetime.datetime.today()- 
datetime.timedelta(days=botsglobal.ini.getint('settings','maxdays',
30))

Original issue reported on code.google.com by [email protected] on 18 Dec 2010 at 11:16

date/time picker

in selection screens a date/time pciker would be much nicer
- using django default date/time picker seems to be very hard
- tried with JQueryUI javascript as Michael suggested; but this was only a date 
picker

Original issue reported on code.google.com by [email protected] on 30 Jun 2010 at 4:41

QUERIES for CSV - nextmessageblock

QUERIE did not work for CSV with nextmessageblock (where there is only one type 
of record; in a record is both the orderheader data and a orderline.

Original issue reported on code.google.com by [email protected] on 9 Sep 2010 at 8:50

fixed: retries show up in wrong report

for a rety, the rety showed up in the 'old' report, not in the retry-report 
itself.
Reason: timestamp of retried file had same timestamp as original file. 

Original issue reported on code.google.com by [email protected] on 2 Aug 2010 at 10:27

  • Blocked on: #20100801

div inconsistencys in interface

buttons on several places, other colors, etc.
Group these, make consistent layout.
(can partly be done in CSS)

Original issue reported on code.google.com by [email protected] on 30 Jun 2010 at 4:33

  • Blocked on: #20100526

unzip incoming files

if editype 'zip' and messagetype 'zip' :
bots will first unzip these files,
and translate them as editype 'mailbox' and messagetype 'mailbox'

Original issue reported on code.google.com by [email protected] on 9 Aug 2010 at 7:54

add wrapped format of outgoing file

for producing wrapped format, where a file consists of fixed length records 
ending with cr/lf. Often seen in mainframe, as400
(not for xml/json)

Original issue reported on code.google.com by [email protected] on 19 Dec 2010 at 7:03

good screen for User codes by type

list of user maintained code per type (as in bots 1.*)

At the mometn: do not know how to realise this in django-admin.

Original issue reported on code.google.com by [email protected] on 30 Jun 2010 at 4:38

  • Blocked on: #200601

added: FTPS

Python 2.7 supports FTPS.
I included this in bots; withuot use of key-file, cert.

Original issue reported on code.google.com by [email protected] on 27 Jul 2010 at 2:40

  • Blocked on: #20100727

improved discarding of message from mapping script

it is possible to discard a message form the mapping script.
but it is needed to write 'dummy data'; and this data has to be valid (for the 
outgoing message format).
thi is imporved: it is no longer needed to write the dummy data (btw, it is 
allowed to do this).

Original issue reported on code.google.com by [email protected] on 13 Jul 2010 at 1:22

  • Blocked on: #20100712

right alined alphanumerci field

make it possible to indicate a field should be right alinead (in fexed files).
Is implemented by Arvis after suggestions by HJE

Original issue reported on code.google.com by [email protected] on 30 Jun 2010 at 4:43

enhanced email/mime encodings

bots-engien now always encodes with base64.
In itself a good (default) choice, but eg X400 software can seldom handle 
base64....
in channels: added extra field to determine encoding.

Original issue reported on code.google.com by [email protected] on 3 Jul 2010 at 4:35

  • Blocked on: #20100703

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.