Commit graph

1898 commits

Author SHA1 Message Date
Lance Edgar
fb5290cd3e Add generic datasync consumer for Rattail -> Rattail export 2017-10-16 13:58:05 -07:00
Lance Edgar
c365e61516 Add 'using' db key when importing from Django 2017-10-12 16:40:49 -07:00
Lance Edgar
6f5cdd160d Add better str() methods for contact models 2017-10-12 14:35:45 -07:00
Lance Edgar
46e92c39a3 Minor tweaks to new config etc. 2017-10-11 16:39:55 -07:00
Lance Edgar
31c8dd1c80 Update changelog 2017-09-29 12:05:18 -05:00
Lance Edgar
a01bd1ad8e Grow size of total_cost column for inventory batches 2017-09-29 12:03:52 -05:00
Lance Edgar
ddbb66be26 Update changelog 2017-09-28 14:20:23 -05:00
Lance Edgar
d1b9d0e040 Don't auto-assign inventory batch count mode
this should be left to custom logic; sometimes it needs to be null
2017-09-28 14:07:56 -05:00
Lance Edgar
f37d384fef Update changelog 2017-09-28 12:11:14 -05:00
Lance Edgar
7c57f21b31 Add force_yes param to fablib.apt.install() 2017-09-23 21:38:37 -05:00
Lance Edgar
4cf6ae46bc Tweak generated code for new batch 2017-09-23 11:47:54 -05:00
Lance Edgar
dff29fbe78 Add basic ExcelReader class, for convenience..
am i reinventing a wheel here?
2017-09-16 19:31:40 -05:00
Lance Edgar
f92cca9378 Add time.first_of_month() function 2017-09-16 18:41:50 -05:00
Lance Edgar
31f256b443 Update changelog 2017-09-15 21:01:36 -05:00
Lance Edgar
f8e9eb958e Add commands.list_argument for list-type args 2017-09-13 16:03:11 -05:00
Lance Edgar
6cd809331a Various importing tweaks...
i'm tired
2017-09-11 20:36:59 -05:00
Lance Edgar
a4b650fe6f Add time.next_month() function 2017-09-11 20:36:41 -05:00
Lance Edgar
6baeb8d0da Add deploy.local_exists() convenience method for fablib 2017-08-29 12:35:03 -05:00
Lance Edgar
c26477d114 Refactor fablib.python somewhat to allow for apt package installs
this all needs to be gone through proper yet..
2017-08-28 22:14:46 -05:00
Lance Edgar
3d56e72eb0 Add fablib.mysql.is_mariadb() to check for MariaDB
not sure how useful / proper this is..
2017-08-28 22:14:07 -05:00
Lance Edgar
ef97f8e9da Update changelog 2017-08-20 12:43:33 -05:00
Lance Edgar
5b8c94058d Fix phone_number_2 bug for Employee importer
and refactor generally with code copied from Customer importer..
clearly we should consolidate that logic somehow..
2017-08-20 12:40:22 -05:00
Lance Edgar
cbee38cd84 Update changelog 2017-08-18 11:44:26 -05:00
Lance Edgar
17313edc64 Fix more str() encoding bugs 2017-08-18 11:43:23 -05:00
Lance Edgar
fff39f553a Update changelog 2017-08-18 11:18:35 -05:00
Lance Edgar
ef2f329a62 Fix str(Person) encoding bug 2017-08-18 11:17:05 -05:00
Lance Edgar
d878785b1f Add UpgradeHandler.do_execute() and mark_executing()
so command and web view can share that logic
2017-08-17 18:15:22 -05:00
Lance Edgar
087cd4f191 Update sample data and importer, per latest schema 2017-08-16 21:36:33 -05:00
Lance Edgar
ff3c906b04 Update changelog 2017-08-15 16:51:08 -05:00
Lance Edgar
936980f280 Add enum for purchase credit status 2017-08-15 12:56:53 -05:00
Lance Edgar
3ec210e246 Add UpgradeHandler.delete_files() method 2017-08-14 01:04:53 -05:00
Lance Edgar
4f2f25a6a8 Don't allow upgrade command to be specified in Settings table
only config files for now, to be safe(r)
2017-08-13 22:22:20 -05:00
Lance Edgar
dc0a0cb2b5 Update changelog 2017-08-13 20:34:42 -05:00
Lance Edgar
572b04c161 Update project template to stop referencing 'better' tailbone theme 2017-08-13 19:11:36 -05:00
Lance Edgar
74d99c1edc Update changelog 2017-08-12 16:10:12 -05:00
Lance Edgar
341310d139 Fix product price data gap for Rattail -> Rattail importer 2017-08-12 15:44:03 -05:00
Lance Edgar
ba5112cac8 Update changelog 2017-08-11 11:53:49 -05:00
Lance Edgar
3bb2a23081 Add "zero-all" mode support for inventory batches 2017-08-10 11:07:21 -05:00
Lance Edgar
6911e6e359 Update changelog 2017-08-10 08:04:07 -05:00
Lance Edgar
273a312f48 Fix broken Person.user relationship 2017-08-10 08:02:46 -05:00
Lance Edgar
9a77cebed4 Update changelog 2017-08-09 22:51:53 -05:00
Lance Edgar
85cbead8fa Add batch descriptions, prev_on_hand for inventory batches, etc.
various other changes here, they all seem safe...
2017-08-09 21:39:20 -05:00
Lance Edgar
9955ce7c24 Update changelog 2017-08-09 14:15:36 -05:00
Lance Edgar
45bafaf9b4 Provide default path for rattail sudoers file 2017-08-09 12:43:12 -05:00
Lance Edgar
3aad95ad9a Capture exit code from upgrade process, use it to indicate success/fail 2017-08-08 20:31:22 -05:00
Lance Edgar
0c52a5c70f Update changelog 2017-08-08 19:40:47 -05:00
Lance Edgar
aa3ff792a2 Specify expire_on_commit for rattail db sessions
apparently we need to do that sometimes? always? i surely need to
understand this better..
2017-08-08 19:37:45 -05:00
Lance Edgar
1b3886443a Add sample config for with/out versioning 2017-08-08 18:18:49 -05:00
Lance Edgar
3e4e36f3e7 Update changelog 2017-08-08 14:40:56 -05:00
Lance Edgar
df3a10b977 Various tweaks to improve versioning support
* add `RattailConfig.get_model()`
* add email settings for `rattail import-versions`
* set default runas user for all importers targeting rattail
* add startup check to ensure continuum is functional (if enabled)
2017-08-08 14:33:16 -05:00