Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install rattail.sw.locsms

How to install rattail.sw.locsms

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install rattail.sw.locsms
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.3a13
0.3.1Never BuiltWhy not?
0.3a13 Available View build log
0.3a1 Available View build log
0.2b9 Available View build log
0.2b7 Available View build log
0.2b6 Available View build log
0.2b5 Available View build log
0.2b4 Available View build log
0.2b3 Available View build log
0.2b2 Available View build log
0.2b1 Available View build log
0.2a4 Available View build log
0.2a3 Available View build log
0.2a2 Available View build log
Windows (64-bit)
0.2b9
0.3.1Never BuiltWhy not?
0.2b9 Available View build log
0.2b7 Available View build log
0.2b6 Available View build log
0.2b5 Available View build log
0.2b4 Available View build log
0.2b3 Available View build log
0.2b2 Available View build log
0.2b1 Available View build log
0.2a4 Available View build log
0.2a3 Available View build log
0.2a2 Available View build log
Mac OS X (10.5+)
0.3a13
0.3.1Never BuiltWhy not?
0.3a13 Available View build log
0.3a1 Available View build log
0.2b9 Available View build log
0.2b7 Available View build log
0.2b6 Available View build log
0.2b5 Available View build log
0.2b4 Available View build log
0.2b3 Available View build log
0.2b2 Available View build log
0.2b1 Available View build log
0.2a4 Available View build log
0.2a3 Available View build log
0.2a2 Available View build log
Linux (32-bit)
0.3a17
0.3.1Never BuiltWhy not?
0.3a17 Available View build log
0.3a15 Available View build log
0.3a14 Available View build log
0.3a13 Available View build log
0.3a1 Available View build log
0.2b9 Available View build log
0.2b7 Available View build log
0.2b6 Available View build log
0.2b5 Available View build log
0.2b4 Available View build log
0.2b3 Available View build log
0.2b2 Available View build log
0.2b1 Available View build log
0.2a4 Available View build log
0.2a3 Available View build log
0.2a2 Available View build log
Linux (64-bit)
0.3.1 Available View build log
0.3a17 Available View build log
0.3a15 Available View build log
0.3a14 Available View build log
0.3a13 Available View build log
0.3a1 Available View build log
0.2b9 Available View build log
0.2b7 Available View build log
0.2b6 Available View build log
0.2b5 Available View build log
0.2b4 Available View build log
0.2b3 Available View build log
0.2b2 Available View build log
0.2b1 Available View build log
0.2a4 Available View build log
0.2a3 Available View build log
0.2a2 Available View build log
 
Author
License
GNU Affero GPL v3
Imports
Lastest release
version 0.3.1 on Jan 9th, 2014

Rattail is a retail software framework based on edbob, and released under the GNU Affero General Public License.

This package contains software interfaces for the Store Management Suite system, which is available from LOC Software.

Please see Rattail's home page for more information.

0.3.1

  • Changed edbob dependency to include db feature.

    This indirectly adds SQLAlchemy as a dependency.

  • Removed batches module.

    This was completely unused so far as I could tell...

  • Added a single, pitiful test.

    Hey at least it's a start...

0.3a37

  • Round discounted price to 2 places when processing changes.
  • Added start and end attributes for regular and TPR prices.

0.3a36

  • Apply discount when processing (sale) price change.

    Note that the regular and TPR prices still do not honor discounts at all, and even the sale price still only honors a discount percentage (i.e. not a flat discount amount). Someday those should be added also...

0.3a35

  • Added some custom SIL columns.

0.3a34

  • Added vendor and order_entered_by attributes to PurchasingDocument.

  • Added SaleTransaction and SaleDetail models.

  • Don't auto-create customer groups with whitespace-only ID.

    Apparently sometimes the group ID coming from SMS customer table contains just a space or something... We don't want a group in that case.

0.3a33

  • Fixed Product.cost to check for F90 IS NULL.

0.3a32

  • Added alternate codes (ALT_TAB) support to data model.

    Also added support to the SMS changes processor.

0.3a31

  • Added split code info to costs generated by transfers.process_transfer().

    Also added some extensive logging in order to help troubleshoot products which appear to sometimes slip through the cracks...

0.3a30

  • Added email_import_error() function.

0.3a29

  • Added Price.sale_start and sale_end, improved guess_active_price().

0.3a28

  • Ignored warning caused by SQLAlchemy schema instrospection on Linux.

0.3a27

  • Added Price.guess_active_price() method.

0.3a26

  • Fixed lingering issues from Vendor.contacts mapping tweak.
  • Updated repr() output for model classes.

0.3a25

  • Fixed Vendor.contacts references in SMS changes processor.

0.3a24

  • Removed setup.cfg file.

    The tag_build setting was not doing us any favors.

  • Added bootstrap_tdsodbc command to Fabric script.

    This is woefully inadequate but at least is a starting point.

  • Fixed SMS transfer filename regular expression.

    The "terminal number" part of the filename was previously hard-coded to be "901", but this apparently is not the case when a transfer originates from a backoffice workstation.

    Also added named groups to the regex for clarity.

0.3a23

  • [feature] Made ChangesProcessor methods return relevant object instances. This is pretty much required for subclasses to inherit functionality from the default processor class.

0.3a22

  • [feature] Added the AccountLink model.
  • [feature] Added Fabric script.

0.3a21

  • [bug] Added "SMS Admin" icon to manifest. That utility was complaining about the icon being missing.
  • [feature] Added copy_transfer() function to transfers module. This improves the store transfer magic by making it more aware of multiple stores. (The previous implementation could only handle a two-store setup.)

0.3a20

  • [bug] Fixed bug in changes processor where prices with level (F126) other than 1 could become the product's new regular_price.

0.3a19

  • [bug] Fixed timestamp modification when generating samples, so that no error is raised in the event that a git executable does not exist.

0.3a18

  • [general] Fixed namespace packages, per setuptools documentation.
  • [feature] Added py2exe support for SMS Admin tool.
  • [bug] Added workarounds to SMS Admin when generating samples while running as a Windows GUI application.

0.3a17

  • [bug] Fixed the process_transfer() function so that it no longer raises an error when an invalid filename is encountered. Now such files are simply ignored.
  • [bug] Fixed the auxiliary and changes data processors so that they no longer raise errors when attempting to move processed files into the 'Processed' subfolder if the target file already exists. They now will overwrite the target file instead.
  • [feature] Added the "SMS Admin" tool, which can be used to generate samples and deploy hotfixes to SMS environment nodes.

0.3a16

  • [feature] Added the transfers module. This (so far at least) exists only for the sake of the process_transfers() function. This is designed as a helper for "inter-store transfers." The purpose is to automatically create and/or update special cost records on the receiving store side, using the sending store as the vendor. In this way, when a receiving document is imported at the receiving store, all necessary cost records will already exist (and be accurate) and therefore no products will be "skipped" when importing the document.

0.3a15

  • [bug] Fixed the changes processor so that it properly handles a missing or invalid subdepartment when processing POS_CHG data. (This bug was actually introduced in the last release.)

0.3a14

  • [bug] Fixed the changes processor so that it saves a product's department association when processing POS_CHG data.

0.3a13

  • [feature] Added sms-backup-data and sms-restore-data commands. These are not intended for actual production data, but rather to assist in bootstrapping development and related "staging" environments.

0.3a12

  • [feature] Added --mako-args support to sms-gen-sample command. This allows the sample (or option) sources to include conditional directives, in order to fine-tune the rendered content. The Mako template engine is used to provide this feature.

0.3a11

  • [bug] Removed Query.update() calls from the auxiliary processor. While efficient, these were causing the recording of data changes to be bypassed.

0.3a10

  • Add git support to sms-gen-sample command.
  • Add F347 (Vendor.special_discount) support to load, changes modules.

0.3a9

  • Added Store model, with load support.

0.3a8r1

  • Tweaked load, changes to use GPC data type.
  • Added SIL writer; updated sil.write_receiving_import() function.

0.3a8

  • Add load query restrictions, for development's sake.
  • Bugfix in COST_CHG change processor.

0.3a7

  • Improve change processing to force specified order.

0.3a6

  • Improve COST_CHG processing to accomodate non-integer (i.e. float) case size.

0.3a5

  • Bugfix in OBJ_DEL changes processor.

0.3a4

  • Bugfix in changes processor.

0.3a3

  • Overhaul auxiliary data file processing.

0.3a2

  • Add sms-gen-sample, sms-pull-sample commands.
  • Add load module for importing all data from SMS.
  • Add auxiliary, changes modules for processing Deploy_Rattail files.
  • Add some classes to SMS database model.
  • Add sil module for generating certain SIL files for SMS import.
  • Add Linux support for deploy.deploy_to_inbox().

0.3a1

  • Initial port to Rattail v0.3.

Subscribe to package updates

Last updated Jan 9th, 2014

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.